mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fixed issue with scatter matrix transport correction filter
This commit is contained in:
parent
aa76e16bbf
commit
10f8e20090
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue