mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Using warning output function instead of cout.
This commit is contained in:
parent
6e2a601fe9
commit
83bd36d1da
1 changed files with 2 additions and 2 deletions
|
|
@ -237,8 +237,8 @@ void load_dagmc_geometry()
|
|||
}
|
||||
|
||||
if (!graveyard) {
|
||||
std::cout << "WARNING: No graveyard volume found in the DagMC model.\n";
|
||||
std::cout << "This may result in lost particles and rapid simulation failure.\n";
|
||||
warning("No graveyard volume found in the DagMC model.");
|
||||
warning("This may result in lost particles and rapid simulation failure.");
|
||||
}
|
||||
|
||||
/// Surfaces \\\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue