variable name change forgotton
This commit is contained in:
parent
0cec85ac63
commit
1f809f9d73
|
@ -612,7 +612,7 @@ function IO_hybridIA(Nast,ODFfileName)
|
||||||
positions = IO_stringPos(line,7_pInt)
|
positions = IO_stringPos(line,7_pInt)
|
||||||
select case ( IO_lc(IO_StringValue(line,positions,1_pInt,.true.)) )
|
select case ( IO_lc(IO_StringValue(line,positions,1_pInt,.true.)) )
|
||||||
case ('limit')
|
case ('limit')
|
||||||
gotRange = .true.
|
gotLimit = .true.
|
||||||
do j = 2_pInt,6_pInt,2_pInt
|
do j = 2_pInt,6_pInt,2_pInt
|
||||||
select case (IO_lc(IO_stringValue(line,positions,j)))
|
select case (IO_lc(IO_stringValue(line,positions,j)))
|
||||||
case('phi1')
|
case('phi1')
|
||||||
|
|
Loading…
Reference in New Issue