Update src/dagmc.cpp

Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2019-07-23 03:04:34 -05:00 committed by GitHub
parent 20d5f4d9c0
commit 2287d3f418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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])];