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 --- Cogplot.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cogplot.f') diff --git a/Cogplot.f b/Cogplot.f index 5d4fe7f..592e4ad 100644 --- a/Cogplot.f +++ b/Cogplot.f @@ -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 -- cgit