From e1a575b4d02ddd383f6cae4278e66a7496016065 Mon Sep 17 00:00:00 2001 From: liangjg Date: Thu, 21 Mar 2019 16:53:20 -0400 Subject: [PATCH] fix zero heating for analog estimator tally --- src/tallies/tally_scoring.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/tallies/tally_scoring.cpp b/src/tallies/tally_scoring.cpp index 9fd31925f0..820b514017 100644 --- a/src/tallies/tally_scoring.cpp +++ b/src/tallies/tally_scoring.cpp @@ -1278,11 +1278,9 @@ score_general_ce(Particle* p, int i_tally, int start_index, } } } - break; - } else { - // Nuclear heating of any other particles not implmented - break; } + // Nuclear heating of any other particles not implmented + break; default: if (tally.estimator_ == ESTIMATOR_ANALOG) {