mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fixed cross section output.
This commit is contained in:
parent
ffdcead9e4
commit
2898702569
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,7 @@ contains
|
|||
size_energy = 0
|
||||
end if
|
||||
|
||||
write(unit_,'(3X,A11,1X,F8.3,2X,I3,3X,I6,1X,I11,1X,I11)') &
|
||||
write(unit_,'(3X,A11,1X,F8.3,2X,I4,2X,I6,1X,I11,1X,I11)') &
|
||||
reaction_name(rxn % MT), rxn % Q_value, rxn % TY, rxn % IE, &
|
||||
size_angle, size_energy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue