mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Merge pull request #2159 from shimwell/error_message_typo_fix
minor typo fix
This commit is contained in:
commit
e27c3b4a5b
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