tiny deletion in tally.f90 to avoid a merge

This commit is contained in:
guillaume 2017-08-06 14:06:29 -04:00
parent 1c12273363
commit 368842b5df

View file

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