From 03c93af1da69e2db426f389061f8baa2c2e8f961 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 31 Oct 2011 16:10:58 -0400 Subject: [PATCH] Removed unnecessary lines relating to surface current in score_tally. --- src/tally.f90 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/tally.f90 b/src/tally.f90 index 792bc921a2..f3da1f0038 100644 --- a/src/tally.f90 +++ b/src/tally.f90 @@ -388,12 +388,7 @@ contains call get_mesh_bin(m, p % xyz, mesh_bin, in_mesh) if (.not. in_mesh) cycle - if (t % surface_current) then - message = "Surface current mesh tally not yet implemented." - call fatal_error() - else - bins(T_MESH) = mesh_bin - end if + bins(T_MESH) = mesh_bin else bins(T_MESH) = 1 end if