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