Set the maximum number of particles to be banked on surfaces

This commit is contained in:
YoungHui Park 2020-07-06 13:40:04 -05:00
parent d48b7df594
commit abca6e580d
2 changed files with 11 additions and 1 deletions

View file

@ -86,6 +86,7 @@ extern std::vector<std::string> res_scat_nuclides; //!< Nuclides using res. ups
extern RunMode run_mode; //!< Run mode (eigenvalue, fixed src, etc.)
extern std::unordered_set<int> sourcepoint_batch; //!< Batches when source should be written
extern std::unordered_set<int> statepoint_batch; //!< Batches when state should be written
extern int max_surf_banks; //!< maximum number of particles to be banked on surfaces
extern TemperatureMethod temperature_method; //!< method for choosing temperatures
extern double temperature_tolerance; //!< Tolerance in [K] on choosing temperatures
extern double temperature_default; //!< Default T in [K]