FEM: mesh set getter, output print

This commit is contained in:
Bernd Hahnebach
2021-07-18 10:14:47 +02:00
parent bbb557aab6
commit a7caa50d38

View File

@@ -77,7 +77,7 @@ class MeshSetsGetter():
else:
FreeCAD.Console.PrintWarning(
"No finite element mesh object was given to the writer class. "
"In rare cases this might not be an error. "
"In rare cases this might not be an error.\n"
)
self.femnodes_mesh = {}
self.femelement_table = {}