Updating error messages. Adding cell instance cells to our distribcell set.

This commit is contained in:
Patrick Shriwise 2021-07-29 10:53:14 -05:00
parent 058e5a9094
commit ca5dc796b9
4 changed files with 10 additions and 6 deletions

View file

@ -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