reinclude the batch count printout

This commit is contained in:
walshjon 2015-08-13 23:12:07 -07:00
parent e1868225dd
commit 2c23d0ac21

View file

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