mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Activate need_depletion_rx for reaction rate-based depletion only
This commit is contained in:
parent
234e09345d
commit
96a66789b1
6 changed files with 7 additions and 19 deletions
|
|
@ -107,7 +107,6 @@ int openmc_simulation_init()
|
|||
simulation::current_batch = 0;
|
||||
simulation::k_generation.clear();
|
||||
simulation::entropy.clear();
|
||||
simulation::need_depletion_rx = false;
|
||||
openmc_reset();
|
||||
|
||||
// If this is a restart run, load the state point data and binary source
|
||||
|
|
@ -190,7 +189,6 @@ int openmc_simulation_finalize()
|
|||
if (settings::check_overlaps) print_overlap_check();
|
||||
|
||||
// Reset flags
|
||||
simulation::need_depletion_rx = false;
|
||||
simulation::initialized = false;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue