mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Removing old DAGMC variable reset during simulation finalize.
This commit is contained in:
parent
674327e4a7
commit
0f216bc535
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ int openmc_finalize()
|
|||
settings::confidence_intervals = false;
|
||||
settings::create_fission_neutrons = true;
|
||||
settings::electron_treatment = ElectronTreatment::LED;
|
||||
settings::dagmc = false;
|
||||
settings::delayed_photon_scaling = true;
|
||||
settings::energy_cutoff = {0.0, 1000.0, 0.0, 0.0};
|
||||
settings::entropy_on = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue