Correction to error message regarding WW shape

This commit is contained in:
Patrick Shriwise 2022-11-14 13:05:22 -06:00
parent 765df9115f
commit 70981bcd5d

View file

@ -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);
}
}