Fixed filters for normalization of scattering probability matrix with angular histogram representation

This commit is contained in:
Will Boyd 2017-03-07 11:38:44 -05:00
parent 67ff99511d
commit a42d492a30

View file

@ -3963,6 +3963,8 @@ class ScatterMatrixXS(MatrixMGXS):
# Remove the AggregateFilter summed across energyout bins
norm._filters = norm._filters[:2]
if self.scatter_format == 'histogram':
norm._filters.append(norm._filters[-1])
# Multiply by the group-to-group probability matrix
self._xs_tally *= (self.tallies[tally_key] / norm)