From 182ebdba45b27b24931071d3d1650bcd751d8fd7 Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Thu, 20 Jun 2013 05:35:48 -0400 Subject: [PATCH] Moved the setting of estimator to exist for all cases with energyout filters. Conflicts: src/input_xml.F90 --- src/input_xml.F90 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 45abaf9a2e..229282bfe1 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -1747,6 +1747,9 @@ contains tally_(i) % filter(j) % bins(k)) end do + ! Set to analog estimator + t % estimator = ESTIMATOR_ANALOG + case default ! Specified tally filter is invalid, raise error message = "Unknown filter type '" // trim(tally_(i) % & @@ -1958,6 +1961,7 @@ contains end if case ('scatter') t % score_bins(j) = SCORE_SCATTER + case ('nu-scatter') t % score_bins(j) = SCORE_NU_SCATTER