Apply code suggestions from @paulromano

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2023-02-13 09:40:21 -06:00 committed by GitHub
parent 283e3ee6aa
commit 75fe7f00a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
----------