mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Change ncrystal_max_energy to be a global constant
This commit is contained in:
parent
fe4a1de57d
commit
e83ced88dc
5 changed files with 5 additions and 5 deletions
|
|
@ -99,7 +99,6 @@ int n_batches;
|
|||
int n_max_batches;
|
||||
int max_splits {1000};
|
||||
int max_tracks {1000};
|
||||
double ncrystal_max_energy {5.0};
|
||||
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