mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Hotfix for making elements isotropic in lab through Material.make_isotropic_in_lab() method
This commit is contained in:
parent
87dfd97e5c
commit
2ea3466206
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ class Material(object):
|
|||
for nuclide_name in self._nuclides:
|
||||
self._nuclides[nuclide_name][0].scattering = 'iso-in-lab'
|
||||
for element_name in self._elements:
|
||||
self._element[element_name][0].scattering = 'iso-in-lab'
|
||||
self._elements[element_name][0].scattering = 'iso-in-lab'
|
||||
|
||||
def get_all_nuclides(self):
|
||||
"""Returns all nuclides in the material
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue