fix zero heating for analog estimator tally

This commit is contained in:
liangjg 2019-03-21 16:53:20 -04:00
parent acf4b3616c
commit e1a575b4d0

View file

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