mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
can write track files in restart mode now
This commit is contained in:
parent
27e3f25bc2
commit
005b126f96
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ void run_particle_restart()
|
|||
int previous_run_mode;
|
||||
read_particle_restart(p, previous_run_mode);
|
||||
|
||||
// write track if that was requested on command line
|
||||
if (settings::write_all_tracks) p.write_track_ = true;
|
||||
|
||||
// Set all tallies to 0 for now (just tracking errors)
|
||||
model::tallies.clear();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue