Adding a set of distribcells that can be manually set.

This commit is contained in:
Patrick Shriwise 2021-07-17 15:46:30 -05:00
parent 180fefc99d
commit 7cb0b855f6
3 changed files with 5 additions and 1 deletions

View file

@ -105,6 +105,7 @@ extern int trigger_batch_interval; //!< Batch interval for triggers
extern "C" int verbosity; //!< How verbose to make output
extern double weight_cutoff; //!< Weight cutoff for Russian roulette
extern double weight_survive; //!< Survival weight after Russian roulette
extern std::unordered_set<int32_t> distribcells; //!< Manually set distribcells
} // namespace settings
//==============================================================================