diff --git a/openmc/material.py b/openmc/material.py index bdb5519c6b..71dd9076e7 100644 --- a/openmc/material.py +++ b/openmc/material.py @@ -475,6 +475,7 @@ class Material(object): # Get the isotopes and their natural abundances isotopes, abundances = zip(*element.expand()) abundances = list(abundances) + isotopes = list(isotopes) n_isotopes = len(isotopes) # Create a list of atomic masses