mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Turn on active timer for restart run in actives
This commit is contained in:
parent
f216ee3fb4
commit
6ad57ae11d
1 changed files with 2 additions and 1 deletions
|
|
@ -201,7 +201,8 @@ contains
|
|||
(restart_run .and. restart_batch < n_inactive .and. current_batch == restart_batch + 1)) then
|
||||
! Turn on inactive timer
|
||||
call time_inactive % start()
|
||||
elseif (current_batch == n_inactive + 1) then
|
||||
elseif ((current_batch == n_inactive + 1) .or. &
|
||||
(restart_run .and. restart_batch > n_inactive .and. current_batch == restart_batch + 1)) then
|
||||
! Switch from inactive batch timer to active batch timer
|
||||
call time_inactive % stop()
|
||||
call time_active % start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue