Skip to content

Commit 932c346

Browse files
jmwrightshimwell
andauthored
Fix gmsh name
Co-authored-by: Jonathan Shimwell <[email protected]>
1 parent c01e9d8 commit 932c346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assembly_mesh_plugin/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def assembly_to_gmsh(self, mesh_path="tagged_mesh.msh"):
135135
"""
136136

137137
# Turn this assembly with potentially tagged faces into a gmsh object
138-
gmsh = get_tagged_gmesh(self)
138+
gmsh = get_tagged_gmsh(self)
139139

140140
gmsh.model.mesh.field.setAsBackgroundMesh(2)
141141

0 commit comments

Comments
 (0)