Fixed reduction of tallies after TallyObject changes.

This commit is contained in:
Paul Romano 2012-01-27 11:43:36 -05:00
parent 34cf649465
commit 4087f90469

View file

@ -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))