mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Remove redundant block in replay_batch_history.
This commit is contained in:
parent
4392659224
commit
696ba08ccd
1 changed files with 0 additions and 8 deletions
|
|
@ -1027,14 +1027,6 @@ contains
|
|||
call write_message(1)
|
||||
end if
|
||||
|
||||
! For eigenvalue calculations, turn on tallies if we've reached active
|
||||
! batches
|
||||
if (current_batch == n_inactive) then
|
||||
tallies_on = .true.
|
||||
active_batches = .true.
|
||||
call setup_active_usertallies()
|
||||
end if
|
||||
|
||||
! Add to number of realizations
|
||||
if (current_batch > n_inactive) then
|
||||
n = n + 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue