mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Update src/dagmc.cpp
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
20d5f4d9c0
commit
2287d3f418
1 changed files with 1 additions and 1 deletions
|
|
@ -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])];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue