mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fixed energy condensation issue with consistent scattering matrix MGXS
This commit is contained in:
parent
70a8101cc6
commit
b1574c359d
1 changed files with 0 additions and 1 deletions
|
|
@ -5720,7 +5720,6 @@ class ConsistentScatterMatrixXS(ConvolvedMGXS, ScatterMatrixXS):
|
|||
def get_condensed_xs(self, coarse_groups):
|
||||
condense_xs = \
|
||||
super(ConsistentScatterMatrixXS, self).get_condensed_xs(coarse_groups)
|
||||
condense_xs._tallies = None
|
||||
|
||||
for i, mgxs in enumerate(condense_xs._mgxs):
|
||||
condense_xs._mgxs[i] = mgxs.get_condensed_xs(coarse_groups)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue