diff --git a/openmc/mesh.py b/openmc/mesh.py index 157e782633..e314aab3e9 100644 --- a/openmc/mesh.py +++ b/openmc/mesh.py @@ -188,7 +188,7 @@ class StructuredMesh(MeshBase): Returns a numpy.ndarray representing the mesh element centroid coordinates with a shape equal to (ndim, dim1, ..., dimn). Can be unpacked along the first dimension with xx, yy, zz = mesh.centroids. - + """ ndim = self.n_dimension