Merge pull request #2159 from shimwell/error_message_typo_fix

minor typo fix
This commit is contained in:
Patrick Shriwise 2022-08-10 22:30:51 -04:00 committed by GitHub
commit e27c3b4a5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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