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 !===============================================================================