FEM: gmsh tools, typo
This commit is contained in:
@@ -846,7 +846,7 @@ class GmshTools():
|
||||
if not self.error:
|
||||
fem_mesh = Fem.read(self.temp_file_mesh)
|
||||
self.mesh_obj.FemMesh = fem_mesh
|
||||
Console.PrintMessage(" New mesh was added to to the mesh object.\n")
|
||||
Console.PrintMessage(" New mesh was added to the mesh object.\n")
|
||||
else:
|
||||
Console.PrintError("No mesh was created.\n")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user