mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Updating error messages. Adding cell instance cells to our distribcell set.
This commit is contained in:
parent
058e5a9094
commit
ca5dc796b9
4 changed files with 10 additions and 6 deletions
|
|
@ -59,7 +59,7 @@ private:
|
|||
std::unordered_map<CellInstance, gsl::index, CellInstanceHash> map_;
|
||||
|
||||
//! Level in the geometry to check for the cell instance
|
||||
int32_t geom_level_ {-1};
|
||||
int32_t geom_level_ {C_NONE};
|
||||
};
|
||||
|
||||
} // namespace openmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue