diff --git a/src/tallies/tally.cpp b/src/tallies/tally.cpp index f4de125350..2f07b4b36c 100644 --- a/src/tallies/tally.cpp +++ b/src/tallies/tally.cpp @@ -583,6 +583,8 @@ void Tally::set_scores(const vector& scores) materialfrom_present); if (point_present) { + if (!settings::run_CE) + fatal_error("Cannot use point detectors in multi-group mode."); if (simulation::nonvacuum_boundary_present) fatal_error( "Cannot use point detectors with non-vacuum boundary conditions.");