From 2c23d0ac212c2d62bf8aa5c8ebfc96591f8f9f91 Mon Sep 17 00:00:00 2001 From: walshjon Date: Thu, 13 Aug 2015 23:12:07 -0700 Subject: [PATCH] reinclude the batch count printout --- src/fixed_source.F90 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fixed_source.F90 b/src/fixed_source.F90 index 1c34c8f2af..9dbd57324f 100644 --- a/src/fixed_source.F90 +++ b/src/fixed_source.F90 @@ -103,6 +103,9 @@ contains subroutine initialize_batch() + call write_message("Simulating batch " // trim(to_str(current_batch)) & + &// "...", 1) + ! Reset total starting particle weight used for normalizing tallies total_weight = ZERO