mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Removed NotImplementedError from property setters for consistent scattering matrix MGXS
This commit is contained in:
parent
b2ad5087ca
commit
b2d76fc4cc
1 changed files with 0 additions and 12 deletions
|
|
@ -5615,18 +5615,6 @@ class ConsistentScatterMatrixXS(ConvolvedMGXS, ScatterMatrixXS):
|
|||
|
||||
return self._xs_tally
|
||||
|
||||
@ScatterMatrixXS.scatter_format.setter
|
||||
def scatter_format(self, scatter_format):
|
||||
raise NotImplementedError('Not yet supported')
|
||||
|
||||
@ScatterMatrixXS.legendre_order.setter
|
||||
def legendre_order(self, legendre_order):
|
||||
raise NotImplementedError('Not yet supported')
|
||||
|
||||
@ScatterMatrixXS.histogram_bins.setter
|
||||
def histogram_bins(self, histogram_bins):
|
||||
raise NotImplementedError('Not yet supported')
|
||||
|
||||
def get_condensed_xs(self, coarse_groups):
|
||||
condense_xs = \
|
||||
super(ConsistentScatterMatrixXS, self).get_condensed_xs(coarse_groups)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue