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