corrected end of line

This commit is contained in:
Jonathan Shimwell 2022-07-21 16:11:57 +01:00 committed by GitHub
parent ada2493a6b
commit 0256fe90d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,9 +183,9 @@ void DAGUniverse::init_geometry()
} else {
warning(fmt::format("DAGMC Cell IDs: {}", dagmc_ids_for_dim(3)));
fatal_error(fmt::format("Cell ID {} exists in both DAGMC Universe {} "
"and the CSG geometry. Setting auto_geom_ids
to True when initiating the DAGMC Universe may
resolve this issue",
"and the CSG geometry. Setting auto_geom_ids "
"to True when initiating the DAGMC Universe may "
"resolve this issue",
c->id_, this->id_));
}