From 4087f9046919c67817d7c6ca702cca37f6ee9381 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 27 Jan 2012 11:43:36 -0500 Subject: [PATCH] Fixed reduction of tallies after TallyObject changes. --- src/intercycle.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intercycle.F90 b/src/intercycle.F90 index 50301927ce..44c2cbf1f9 100644 --- a/src/intercycle.F90 +++ b/src/intercycle.F90 @@ -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))