From 9e3fbd612bd63b5da75b0d022b5662dd868673f9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 12 Aug 2021 11:43:37 -0400 Subject: Update types in other plotting drivers --- Fluxplot.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Fluxplot.f') diff --git a/Fluxplot.f b/Fluxplot.f index 7393a3a..b07a1d5 100644 --- a/Fluxplot.f +++ b/Fluxplot.f @@ -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 -- cgit