mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
added setup active tallies call for fixed source mode
This commit is contained in:
parent
d1e0a5cf80
commit
9960f40c65
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
! ==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue