From 0256fe90d47a642ace88b5c6168fde50f832920b Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 21 Jul 2022 16:11:57 +0100 Subject: [PATCH] corrected end of line --- src/dagmc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dagmc.cpp b/src/dagmc.cpp index c9a6e6ad21..dc3bc2b2ce 100644 --- a/src/dagmc.cpp +++ b/src/dagmc.cpp @@ -183,9 +183,9 @@ void DAGUniverse::init_geometry() } else { warning(fmt::format("DAGMC Cell IDs: {}", dagmc_ids_for_dim(3))); fatal_error(fmt::format("Cell ID {} exists in both DAGMC Universe {} " - "and the CSG geometry. Setting auto_geom_ids - to True when initiating the DAGMC Universe may - resolve this issue", + "and the CSG geometry. Setting auto_geom_ids " + "to True when initiating the DAGMC Universe may " + "resolve this issue", c->id_, this->id_)); }