Update src/tallies/tally.cpp

Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com>
This commit is contained in:
GuySten 2026-03-10 21:28:05 +02:00 committed by GitHub
parent 566c383f86
commit c81063b520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -610,7 +610,7 @@ void Tally::set_scores(const vector<std::string>& scores)
case SCORE_MIGRATION:
if (estimator_ != TallyEstimator::TRACKLENGTH)
fatal_error(
"Migration-area can only be tallies with tracklength estimator");
"Migration-area can only be tallied with a tracklength estimator");
if (non_particle_energy_present)
fatal_error("Cannot tally migration area with filters other than "
"energy filter and particle filter");