Remove redundant block in replay_batch_history.

This commit is contained in:
Paul Romano 2012-12-05 18:23:29 -05:00
parent 4392659224
commit 696ba08ccd

View file

@ -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