variable is undefined if no echo tag is found
This commit is contained in:
parent
04b8218d2c
commit
ca24681c49
|
@ -164,6 +164,7 @@ subroutine parseFile(sectionNames,part,fileUnit,line)
|
||||||
character(len=64) :: tag
|
character(len=64) :: tag
|
||||||
logical :: echo
|
logical :: echo
|
||||||
|
|
||||||
|
echo = .false.
|
||||||
allocate(part(0))
|
allocate(part(0))
|
||||||
|
|
||||||
s = 0_pInt
|
s = 0_pInt
|
||||||
|
|
Loading…
Reference in New Issue