diff --git a/src/tallies/tally_scoring.cpp b/src/tallies/tally_scoring.cpp index 7e235fa458..c2e5fb2080 100644 --- a/src/tallies/tally_scoring.cpp +++ b/src/tallies/tally_scoring.cpp @@ -257,7 +257,9 @@ score_fission_eout(const Particle* p, int i_tally, int i_score, int score_bin) #pragma omp atomic tally.results_(filter_index, i_score, RESULT_VALUE) += score; - } else if (score_bin == SCORE_DELAYED_NU_FISSION && g != 0) { + } else if (score_bin == SCORE_DELAYED_NU_FISSION && + g != 0 && + tally.delayedgroup_filter_ > 0) { // Get the index of the delayed group filter auto i_dg_filt = tally.filters()[tally.delayedgroup_filter_];