From 5c32103af7bdc840f96abef36d40225a970a6627 Mon Sep 17 00:00:00 2001 From: Colin Josey Date: Wed, 16 Nov 2016 18:00:15 -0500 Subject: [PATCH] Fix spelling error on NATURAL_ABUNDANCE --- openmc/element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/element.py b/openmc/element.py index d56c3b3507..6e65edab1b 100644 --- a/openmc/element.py +++ b/openmc/element.py @@ -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: