From 1f809f9d7394ad64025d1f56263e7760c6be0c99 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 22 Apr 2015 04:34:35 +0000 Subject: [PATCH] variable name change forgotton --- code/IO.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/IO.f90 b/code/IO.f90 index a34e3b51d..d02e46b71 100644 --- a/code/IO.f90 +++ b/code/IO.f90 @@ -612,7 +612,7 @@ function IO_hybridIA(Nast,ODFfileName) positions = IO_stringPos(line,7_pInt) select case ( IO_lc(IO_StringValue(line,positions,1_pInt,.true.)) ) case ('limit') - gotRange = .true. + gotLimit = .true. do j = 2_pInt,6_pInt,2_pInt select case (IO_lc(IO_stringValue(line,positions,j))) case('phi1')