diff --git a/openmc/mgxs_library.py b/openmc/mgxs_library.py index 3c2bffcef5..10fda4593a 100644 --- a/openmc/mgxs_library.py +++ b/openmc/mgxs_library.py @@ -360,13 +360,6 @@ class XSdata(object): check_greater_than('atomic_weight_ratio', atomic_weight_ratio, 0.0) self._atomic_weight_ratio = atomic_weight_ratio - @fissionable.setter - def fissionable(self, fissionable): - - # Check validity of type - check_type('fissionable', fissionable, bool) - self._fissionable = fissionable - @temperatures.setter def temperatures(self, temperatures):