resubmit of IO_countContinousIntValues (did not check fortran syntax -- should be fine now)
This commit is contained in:
parent
08a9985179
commit
5a82f22681
|
@ -476,11 +476,11 @@
|
||||||
use prec, only: pReal,pInt
|
use prec, only: pReal,pInt
|
||||||
implicit none
|
implicit none
|
||||||
|
|
||||||
integer(pInt) IO_continousIntValues,unit,i
|
integer(pInt) IO_countContinousIntValues,unit,i
|
||||||
integer(pInt), dimension(67) :: pos ! allow for 32 values excl "c"
|
integer(pInt), dimension(67) :: pos ! allow for 32 values excl "c"
|
||||||
character(len=300) line
|
character(len=300) line
|
||||||
|
|
||||||
IO_countContinousIntValues(1) = 0
|
IO_countContinousIntValues = 0
|
||||||
do
|
do
|
||||||
read(unit,'(A300)',end=100) line
|
read(unit,'(A300)',end=100) line
|
||||||
pos = IO_stringPos(line,33)
|
pos = IO_stringPos(line,33)
|
||||||
|
|
Loading…
Reference in New Issue