mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed output.F90 typo
This commit is contained in:
parent
291b45a646
commit
c74ee75a38
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ contains
|
|||
|
||||
i_start = 0
|
||||
do
|
||||
if (length - i_start < line_wrap - 1) then
|
||||
if (length - i_start < line_wrap + 1) then
|
||||
! Remainder of message will fit on line
|
||||
write(ou, fmt='(1X,A)') message(i_start+1:length)
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue