From e2b6141b373b23fd48e36751d01e4d04865ac8de Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 28 Nov 2012 21:08:58 -0500 Subject: [PATCH] Turn on active_batches during replay_batch_history. --- src/state_point.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state_point.F90 b/src/state_point.F90 index 26bd84fb23..72ec8463ab 100644 --- a/src/state_point.F90 +++ b/src/state_point.F90 @@ -999,6 +999,7 @@ contains ! batches if (current_batch == n_inactive) then tallies_on = .true. + active_batches = .true. call setup_active_usertallies() end if