From 696ba08ccd65aec6951be0b17d6e456c299ff9c6 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 5 Dec 2012 18:23:29 -0500 Subject: [PATCH] Remove redundant block in replay_batch_history. --- src/state_point.F90 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/state_point.F90 b/src/state_point.F90 index 5ea70f757..0aca60b18 100644 --- a/src/state_point.F90 +++ b/src/state_point.F90 @@ -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