diff --git a/openmc/data/correlated.py b/openmc/data/correlated.py index 3562482ef..1aa4c20c8 100644 --- a/openmc/data/correlated.py +++ b/openmc/data/correlated.py @@ -120,7 +120,7 @@ class CorrelatedAngleEnergy(AngleEnergy): self.interpolation)) # Determine total number of (E,p) pairs and create array - n_tuple = sum(len(d.x) for d in self.energy_out) + n_tuple = sum(len(d) for d in self.energy_out) eout = np.empty((5, n_tuple)) # Make sure all mu data is tabular