mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Removed commented out code in openmc.mgxs
This commit is contained in:
parent
1f3ae99080
commit
8287b88ce0
1 changed files with 0 additions and 6 deletions
|
|
@ -5461,12 +5461,6 @@ class ConsistentScatterMatrixXS(ConvolvedMGXS, ScatterMatrixXS):
|
|||
|
||||
# Initialize each MGXS used by the convolution
|
||||
self._mgxs = [ScatterXS(), ScatterProbabilityMatrix()]
|
||||
'''
|
||||
self._mgxs[1].correction = self.correction
|
||||
self._mgxs[1].scatter_format = self.scatter_format
|
||||
self._mgxs[1].legendre_order = self.legendre_order
|
||||
self._mgxs[1].histogram_bins = self.
|
||||
'''
|
||||
|
||||
# Assign parameters to each MGXS in the convlution
|
||||
for mgxs in self.mgxs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue