From 679be77c6cd31c3c7cdcd15f0eddf3406afa7c7a Mon Sep 17 00:00:00 2001 From: Miriam Date: Wed, 7 Oct 2020 18:42:36 +0000 Subject: [PATCH] Removed extra comments --- openmc/mgxs/mgxs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index 70ee6e7a4c..00978b906f 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -2972,8 +2972,6 @@ class DiffusionCoefficient(TransportXS): super(DiffusionCoefficient, self).__init__(domain, domain_type, groups, nu, by_nuclide, name, num_polar, num_azimuthal) - #self._rxn_type = 'diffusion-coefficient' - #cv.check_value('nu for diffusion-coefficient', nu, [False]) if not nu: self._rxn_type = 'diffusion-coefficient' else: @@ -5312,7 +5310,6 @@ class ScatterProbabilityMatrix(MatrixMGXS): by_nuclide=False, name='', num_polar=1, num_azimuthal=1): super().__init__(domain, domain_type, groups, by_nuclide, name, num_polar, num_azimuthal) - self._rxn_type = 'scatter' self._hdf5_key = 'scatter probability matrix' self._estimator = 'analog'