Making index_cmfd_mesh part of openmc::settings.

This commit is contained in:
Patrick Shriwise 2018-10-26 13:55:17 -05:00
parent 96c1afc8f7
commit 0baec6f9d5
4 changed files with 15 additions and 12 deletions

View file

@ -61,7 +61,8 @@ extern std::string path_statepoint; //!< path to a statepoint file
extern "C" int32_t index_entropy_mesh; //!< Index of entropy mesh in global mesh array
extern "C" int32_t index_ufs_mesh; //!< Index of UFS mesh in global mesh array
extern "C" int32_t index_cmfd_mesh; //!< Index of CMFD mesh in global mesh array
extern "C" int32_t n_batches; //!< number of (inactive+active) batches
extern "C" int32_t n_inactive; //!< number of inactive batches
extern "C" int32_t gen_per_batch; //!< number of generations per batch