Skip to content

Commit c01e9d8

Browse files
jmwrightshimwell
andauthored
Update assembly_mesh_plugin/plugin.py
Fix gmsh name Co-authored-by: Jonathan Shimwell <mail@jshimwell.com>
1 parent d4cde66 commit c01e9d8

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
@@ -5,7 +5,7 @@
55
import gmsh
66

77

8-
def get_tagged_gmesh(self):
8+
def get_tagged_gmsh(self):
99
"""
1010
Allows the user to get a gmsh object from the assembly, respecting assembly part names and face
1111
tags, but have more control over how it is meshed.

0 commit comments

Comments
 (0)