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

@ -72,7 +72,8 @@ std::string path_statepoint;
int32_t index_entropy_mesh {-1};
int32_t index_ufs_mesh {-1};
int32_t index_cmfd_mesh {-1};
int32_t n_batches;
int32_t n_inactive {0};
int32_t gen_per_batch {1};