Removed commented out code in openmc.mgxs

This commit is contained in:
Will Boyd 2017-02-18 19:11:05 -05:00
parent 1f3ae99080
commit 8287b88ce0

View file

@ -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: