mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
had second scattering moment and changed it to first scattering moment
This commit is contained in:
parent
65a7d8ef8b
commit
a1e00aa53c
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ contains
|
|||
! set macro_bins
|
||||
t % macro_bins(1) % scalar = MACRO_FLUX
|
||||
t % macro_bins(2) % scalar = MACRO_TOTAL
|
||||
t % macro_bins(3) % scalar = MACRO_SCATTER_2
|
||||
t % macro_bins(3) % scalar = MACRO_SCATTER_1
|
||||
|
||||
else if (i == 2) then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue