Updates to enable plotting of individual universe levels.

This commit is contained in:
Patrick Shriwise 2020-09-02 15:41:03 -05:00
parent 4fb66912a9
commit e0689fda07
4 changed files with 23 additions and 12 deletions

View file

@ -18,7 +18,7 @@ namespace openmc {
namespace model {
extern int root_universe; //!< Index of root universe
extern int n_coord_levels; //!< Number of CSG coordinate levels
extern "C" int n_coord_levels; //!< Number of CSG coordinate levels
extern std::vector<int64_t> overlap_check_count;