From 2287d3f418d63e920d5e0a555aeeff8750675e40 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Tue, 23 Jul 2019 03:04:34 -0500 Subject: [PATCH] Update src/dagmc.cpp Co-Authored-By: Paul Romano --- src/dagmc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dagmc.cpp b/src/dagmc.cpp index 8618470b2f..3f7c170cea 100644 --- a/src/dagmc.cpp +++ b/src/dagmc.cpp @@ -300,7 +300,7 @@ void load_dagmc_geometry() std::string temp_value; // no temperature if void - if (c->material_[0] == MATERIAL_VOID) { continue; } + if (c->material_[0] == MATERIAL_VOID) continue; // assign cell temperature const auto& mat = model::materials[model::material_map.at(c->material_[0])];