mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Update error message for 'muir' distributions in C++
This commit is contained in:
parent
46ad8df165
commit
43ff0a2821
1 changed files with 2 additions and 2 deletions
|
|
@ -370,8 +370,8 @@ UPtrDist distribution_from_xml(pugi::xml_node node)
|
|||
dist = UPtrDist {new Mixture(node)};
|
||||
} else if (type == "muir") {
|
||||
openmc::fatal_error(
|
||||
"'muir' distribution type is no longer supported. Please regenerate your "
|
||||
"XML files using the Python API.");
|
||||
"'muir' distributions are now specified using the openmc.stats.muir() "
|
||||
"function in Python. Please regenerate your XML files.");
|
||||
} else {
|
||||
openmc::fatal_error("Invalid distribution type: " + type);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue