minor typo fix

This commit is contained in:
Jonathan Shimwell 2022-08-10 16:43:34 +01:00
parent 90608665b7
commit 5861ba5322

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