From d4986ce6f1f5be2f9cd9d9603430108a13c2f3eb Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 27 Jan 2013 12:47:37 -0500 Subject: [PATCH] Changed comment in global module. --- src/global.F90 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/global.F90 b/src/global.F90 index 813de56730..c10f281264 100644 --- a/src/global.F90 +++ b/src/global.F90 @@ -106,10 +106,9 @@ module global integer, allocatable :: current_tallies(:) ! Global tallies - ! 1) analog estimate of k-eff - ! 2) collision estimate of k-eff - ! 3) track-length estimate of k-eff - ! 4) leakage fraction + ! 1) collision estimate of k-eff + ! 2) track-length estimate of k-eff + ! 3) leakage fraction type(TallyResult), target :: global_tallies(N_GLOBAL_TALLIES)