mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed reduction of tallies after TallyObject changes.
This commit is contained in:
parent
34cf649465
commit
4087f90469
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ contains
|
|||
t => tallies(i)
|
||||
|
||||
n = t % n_total_bins
|
||||
m = t % n_macro_bins
|
||||
m = t % n_score_bins
|
||||
n_bins = n*m
|
||||
|
||||
allocate(tally_temp(n,m))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue