Merge pull request #760 from cjosey/spelling_fix

Fix spelling error on NATURAL_ABUNDANCE
This commit is contained in:
Adam Nelson 2016-11-16 19:12:30 -05:00 committed by GitHub
commit 20a628e537

View file

@ -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: