mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
for some reason fissionable setter still there
This commit is contained in:
parent
b318e3b52a
commit
346deb258f
1 changed files with 0 additions and 7 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue