variable name change forgotton

This commit is contained in:
Martin Diehl 2015-04-22 04:34:35 +00:00
parent 0cec85ac63
commit 1f809f9d73
1 changed files with 1 additions and 1 deletions

View File

@ -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')