unused variable "counter" deleted -- now compiles without error...
This commit is contained in:
parent
7ecd0355d0
commit
09148ef862
|
@ -388,7 +388,6 @@ END FUNCTION
|
||||||
character(len=1024) line,tag
|
character(len=1024) line,tag
|
||||||
|
|
||||||
IO_spotTagInPart = .false. ! assume to nowhere spot tag
|
IO_spotTagInPart = .false. ! assume to nowhere spot tag
|
||||||
counter = 0_pInt
|
|
||||||
section = 0_pInt
|
section = 0_pInt
|
||||||
line = ''
|
line = ''
|
||||||
rewind(file)
|
rewind(file)
|
||||||
|
|
Loading…
Reference in New Issue