mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
corrected end of line
This commit is contained in:
parent
ada2493a6b
commit
0256fe90d4
1 changed files with 3 additions and 3 deletions
|
|
@ -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_));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue