FEM: gmsh tools, typo

This commit is contained in:
Bernd Hahnebach
2020-02-23 17:15:13 +01:00
committed by GitHub
parent 8a25be1fba
commit 2aeeefd763

View File

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