mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Update src/tallies/tally.cpp
Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com>
This commit is contained in:
parent
566c383f86
commit
c81063b520
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue