From 03811745a06208ebf8d749d85fe9ba92c9251ca9 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 23 Dec 2022 14:33:56 -0600 Subject: [PATCH] Skip mesh elements without an ID due to overlap in name with WW element --- openmc/mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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