remove calls to no-existent subroutine

This commit is contained in:
walshjon 2015-08-13 12:39:28 -07:00
parent 2eeb002a6d
commit 5cbaffbcc2

View file

@ -6,7 +6,7 @@ module fixed_source
use constants, only: ZERO, MAX_LINE_LEN
use global
use output, only: write_message, header, print_batch_leakage
use output, only: write_message, header
use particle_header, only: Particle
use random_lcg, only: set_particle_seed
use source, only: sample_external_source, copy_source_attributes
@ -133,8 +133,6 @@ contains
call synchronize_tallies()
call time_tallies % stop()
if (master) call print_batch_leakage()
! Check_triggers
if (master) call check_triggers()
#ifdef MPI