mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Correction to error message regarding WW shape
This commit is contained in:
parent
765df9115f
commit
70981bcd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ WeightWindows::WeightWindows(pugi::xml_node node)
|
|||
fmt::format("In weight window domain {} the number of spatial "
|
||||
"energy/spatial bins ({}) does not match the number "
|
||||
"of weight bins ({})",
|
||||
id_, num_energy_bins, num_weight_bins);
|
||||
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