Fixed issue with scatter matrix transport correction filter

This commit is contained in:
Will Boyd 2017-03-05 10:32:43 -05:00
parent aa76e16bbf
commit 10f8e20090

View file

@ -3869,7 +3869,7 @@ class ScatterMatrixXS(MatrixMGXS):
# Add filters for transport correction
if self.correction == 'P0' and self.legendre_order == 0:
filters.append([[energyout]])
filters.append([energyout])
return self._add_angle_filters(filters)