From 8f9788742a23d5a6901a2d86add0037a28429dc6 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 26 Mar 2021 20:10:10 -0500 Subject: [PATCH] A couple of cosmetic fixes. --- src/dagmc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dagmc.cpp b/src/dagmc.cpp index 947f48a647..880a42ebc1 100644 --- a/src/dagmc.cpp +++ b/src/dagmc.cpp @@ -292,7 +292,7 @@ void DAGUniverse::initialize() { c->dag_index_ = i + 1; c->id_ = adjust_geometry_ids_ ? next_cell_id++ : dagmc_instance_->id_by_index(3, c->dag_index_); c->dagmc_ptr_ = dagmc_instance_; - c->universe_ = id_; // set to zero for now + c->universe_ = id_; c->fill_ = C_NONE; // no fill, single universe auto in_map = model::cell_map.find(c->id_); @@ -370,7 +370,7 @@ void DAGUniverse::initialize() { } if (!graveyard) { - warning("No graveyard volume found in the DagMC model." + warning("No graveyard volume found in the DagMC model. " "This may result in lost particles and rapid simulation failure."); }