We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef99d3 commit cd9aafdCopy full SHA for cd9aafd
1 file changed
src/tallies/tally.cpp
@@ -583,6 +583,8 @@ void Tally::set_scores(const vector<std::string>& scores)
583
materialfrom_present);
584
585
if (point_present) {
586
+ if (!settings::run_CE)
587
+ fatal_error("Cannot use point detectors in multi-group mode.");
588
if (simulation::nonvacuum_boundary_present)
589
fatal_error(
590
"Cannot use point detectors with non-vacuum boundary conditions.");
0 commit comments