From 5cbaffbcc2047843bd053089aac5d102a92744a8 Mon Sep 17 00:00:00 2001 From: walshjon Date: Thu, 13 Aug 2015 12:39:28 -0700 Subject: [PATCH] remove calls to no-existent subroutine --- src/fixed_source.F90 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/fixed_source.F90 b/src/fixed_source.F90 index 9e7059aa80..9dbd57324f 100644 --- a/src/fixed_source.F90 +++ b/src/fixed_source.F90 @@ -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