Removed unnecessary lines relating to surface current in score_tally.

This commit is contained in:
Paul Romano 2011-10-31 16:10:58 -04:00
parent 91fa0b888c
commit 03c93af1da

View file

@ -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