From a6746ab016ac4abcbd68eee0c696bd6dd193955e Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 5 Jan 2018 10:45:23 -0600 Subject: [PATCH] Force tallies with spatial Legendre filters to use collision estimator --- src/tallies/tally_header.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tallies/tally_header.F90 b/src/tallies/tally_header.F90 index 84dc27e3f..15b8c2df5 100644 --- a/src/tallies/tally_header.F90 +++ b/src/tallies/tally_header.F90 @@ -361,6 +361,7 @@ contains j = FILTER_SPH_HARMONICS type is (SpatialLegendreFilter) j = FILTER_SPTL_LEGENDRE + this % estimator = ESTIMATOR_COLLISION end select this % find_filter(j) = i end do