mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed display of header for tally output.
This commit is contained in:
parent
4ddcf54387
commit
0617d50817
1 changed files with 1 additions and 1 deletions
|
|
@ -1043,7 +1043,7 @@ contains
|
|||
t => tallies(i)
|
||||
|
||||
! Write header block
|
||||
call header("TALLY " // trim(int_to_str(t % id)), 3, UNIT_TALLY)
|
||||
call header("TALLY " // trim(int_to_str(t % id)), unit=UNIT_TALLY, level=3)
|
||||
|
||||
! Handle surface current tallies separately
|
||||
if (t % surface_current) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue