Moved the setting of estimator to exist for all cases with energyout filters.

Conflicts:
	src/input_xml.F90
This commit is contained in:
Adam Nelson 2013-06-20 05:35:48 -04:00 committed by Paul Romano
parent cd56eef967
commit 182ebdba45

View file

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