mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Fixing a typo and adding some clarity
This commit is contained in:
parent
70981bcd5d
commit
b2d5ca1176
1 changed files with 2 additions and 2 deletions
|
|
@ -181,9 +181,9 @@ WeightWindows::WeightWindows(pugi::xml_node node)
|
|||
int num_weight_bins = lower_ww_.size();
|
||||
if (num_weight_bins != num_spatial_bins * num_energy_bins) {
|
||||
auto err_msg =
|
||||
fmt::format("In weight window domain {} the number of spatial "
|
||||
fmt::format("In weight window domain {} the number of "
|
||||
"energy/spatial bins ({}) does not match the number "
|
||||
"of weight bins ({})",
|
||||
"of weight bins provided ({})",
|
||||
id_, num_energy_bins * num_spatial_bins, num_weight_bins);
|
||||
fatal_error(err_msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue