From 368842b5df735f7d00afeb30871da05897e8ec84 Mon Sep 17 00:00:00 2001 From: guillaume Date: Sun, 6 Aug 2017 14:06:29 -0400 Subject: [PATCH] tiny deletion in tally.f90 to avoid a merge --- src/tally.F90 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tally.F90 b/src/tally.F90 index 04af19f516..155a31a3ef 100644 --- a/src/tally.F90 +++ b/src/tally.F90 @@ -3271,9 +3271,6 @@ contains ! Reset filter matches flag filter_matches(:) % bins_present = .false. - ! Reset tally map positioning - position = 0 - end subroutine score_surface_tally !===============================================================================