mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
minor typo fix
This commit is contained in:
parent
90608665b7
commit
5861ba5322
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ namespace openmc {
|
|||
void read_dagmc_universes(pugi::xml_node node)
|
||||
{
|
||||
if (check_for_node(node, "dagmc_universe")) {
|
||||
fatal_error("DAGMC Universes are present but OpenMC was not configured"
|
||||
fatal_error("DAGMC Universes are present but OpenMC was not configured "
|
||||
"with DAGMC");
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue