Using warning output function instead of cout.

This commit is contained in:
Patrick Shriwise 2019-02-08 08:58:42 -06:00
parent 6e2a601fe9
commit 83bd36d1da

View file

@ -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 \\\