mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Removing additional warning call.
This commit is contained in:
parent
4c4d871c86
commit
73a9011e60
1 changed files with 2 additions and 2 deletions
|
|
@ -249,8 +249,8 @@ void load_dagmc_geometry()
|
|||
}
|
||||
|
||||
if (!graveyard) {
|
||||
warning("No graveyard volume found in the DagMC model.");
|
||||
warning("This may result in lost particles and rapid simulation failure.");
|
||||
warning("No graveyard volume found in the DagMC model."
|
||||
"This may result in lost particles and rapid simulation failure.");
|
||||
}
|
||||
|
||||
/// Surfaces \\\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue