mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Set default max_tracks to 1000
This commit is contained in:
parent
4a13b39224
commit
8fdbbd2c43
5 changed files with 6 additions and 5 deletions
|
|
@ -95,7 +95,7 @@ int n_log_bins {8000};
|
|||
int n_batches;
|
||||
int n_max_batches;
|
||||
int max_splits {1000};
|
||||
int max_tracks {std::numeric_limits<int>::max()};
|
||||
int max_tracks {1000};
|
||||
ResScatMethod res_scat_method {ResScatMethod::rvs};
|
||||
double res_scat_energy_min {0.01};
|
||||
double res_scat_energy_max {1000.0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue