mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Adding a set of distribcells that can be manually set.
This commit is contained in:
parent
180fefc99d
commit
7cb0b855f6
3 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue