diff --git a/openmc/element.py b/openmc/element.py index ce0b5e4386..d56c3b3507 100644 --- a/openmc/element.py +++ b/openmc/element.py @@ -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.