mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
removed modification to element.expand()
This commit is contained in:
parent
9e9e401aaa
commit
e16b038825
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class Element(object):
|
|||
|
||||
# Compute the ratio of the nuclide atomic masses to the element
|
||||
# atomic mass
|
||||
if percent_type == 'wo' and len(abundances) > 1:
|
||||
if percent_type == 'wo':
|
||||
|
||||
# Compute the element atomic mass
|
||||
element_am = 0.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue