From 73a9011e609a18c95f5fd5a5afda242a67299c13 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Sun, 10 Feb 2019 08:56:21 -0600 Subject: [PATCH] Removing additional warning call. --- src/dagmc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dagmc.cpp b/src/dagmc.cpp index 85ea791533..22f9d392a3 100644 --- a/src/dagmc.cpp +++ b/src/dagmc.cpp @@ -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 \\\