diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-12 11:43:37 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-12 11:43:37 -0400 |
commit | 9e3fbd612bd63b5da75b0d022b5662dd868673f9 (patch) | |
tree | 03abd528a6aba2628df6acbe65882a1eba2ef6bc /Cogplot.f | |
parent | 783d4baaa19ea3843dffa2ca5654e662d4a5aa8b (diff) | |
download | moog-9e3fbd612bd63b5da75b0d022b5662dd868673f9.tar.gz |
Update types in other plotting drivers
Diffstat (limited to 'Cogplot.f')
-rw-r--r-- | Cogplot.f | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ c****************************************************************************** include 'Linex.com' include 'Mol.com' include 'Pstuff.com' - real*4 gfplot(3000), rwplot(3000) - real*4 xfour, style(1) + real*8 gfplot(3000), rwplot(3000) + real*8 xfour, style(1) character*4 ion |