mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
fixed bug in recent xml comment whitespace fix
This commit is contained in:
parent
afdb50a0d2
commit
bc74a17285
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ subroutine xml_get( info, tag, endtag, attribs, no_attribs, &
|
|||
enddo
|
||||
if ( kend > kspace ) then
|
||||
kend = kspace
|
||||
else if (info%line(1:4) == '<!--' .and. kend > kcend) then
|
||||
else if (info%line(1:4) == '<!--' .and. kcend > 0) then
|
||||
kend = kcend-1
|
||||
else
|
||||
close_bracket = .true.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue