diff --git a/openmc/surface.py b/openmc/surface.py index 0be62fbf5a..98ec903c7c 100644 --- a/openmc/surface.py +++ b/openmc/surface.py @@ -287,7 +287,7 @@ class XPlane(Plane): @property def x0(self): - return self.coeff['x0'] + return self._coeffs['x0'] @x0.setter def x0(self, x0):