mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix spelling error on NATURAL_ABUNDANCE
This commit is contained in:
parent
15a28bc622
commit
5c32103af7
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class Element(object):
|
|||
# its natural nuclides
|
||||
else:
|
||||
for nuclide in natural_nuclides:
|
||||
abundances[nuclide] = NATURAL_ABUNDNACE[nuclide]
|
||||
abundances[nuclide] = NATURAL_ABUNDANCE[nuclide]
|
||||
|
||||
# Modify mole fractions if enrichment provided
|
||||
if enrichment is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue