From 75fe7f00a9668c7f86ce1ccb6943964fc2064055 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 13 Feb 2023 09:40:21 -0600 Subject: [PATCH] Apply code suggestions from @paulromano Co-authored-by: Paul Romano --- openmc/mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/mesh.py b/openmc/mesh.py index b2114525fc..734d04da42 100644 --- a/openmc/mesh.py +++ b/openmc/mesh.py @@ -1941,7 +1941,7 @@ class UnstructuredMesh(MeshBase): def read_meshes(elem): - """Reads all mesh nodes under a a given XML node + """Generate dictionary of meshes from a given XML node Parameters ----------