added setup active tallies call for fixed source mode

This commit is contained in:
Bryan Herman 2012-08-27 09:17:32 -07:00
parent d1e0a5cf80
commit 9960f40c65

View file

@ -9,7 +9,7 @@ module fixed_source
copy_source_attributes
use state_point, only: write_state_point
use string, only: to_str
use tally, only: synchronize_tallies
use tally, only: synchronize_tallies, setup_active_tallies
use timing, only: timer_start, timer_stop
#ifdef HDF5
@ -30,8 +30,9 @@ contains
allocate(p)
allocate(source_site)
! Turn timer and tallier on
! Turn timer and tallies on
tallies_on = .true.
call setup_active_tallies()
call timer_start(time_active)
! ==========================================================================