From 83bd36d1dac06c3ecd5b228b46ef98b9d13fbfee Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 8 Feb 2019 08:58:42 -0600 Subject: [PATCH] Using warning output function instead of cout. --- src/dagmc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dagmc.cpp b/src/dagmc.cpp index a86f3c3e01..e1e56a7858 100644 --- a/src/dagmc.cpp +++ b/src/dagmc.cpp @@ -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 \\\