diff options
Diffstat (limited to 'Fluxplot.f')
-rw-r--r-- | Fluxplot.f | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ c****************************************************************************** include 'Dummy.com' include 'Pstuff.com' real*8 wavep(2000), fluxp(2000) - real*4 waveplot(2000), flxplt(2000) - real*4 style(1) + real*8 waveplot(2000), flxplt(2000) + real*8 style(1) c*****dump the data into working arrays |