FEM: gmsh mesh obj, fix initialization of mesh group list

This commit is contained in:
Bernd Hahnebach
2018-05-23 17:59:29 +02:00
committed by wmayer
parent 59c67f4b7c
commit fa6bb2183c
+1 -1
View File
@@ -50,7 +50,7 @@ class _FemMeshGmsh():
obj.MeshRegionList = []
obj.addProperty("App::PropertyLinkList", "MeshGroupList", "Base", "Mesh groups of the mesh")
obj.MeshRegionList = []
obj.MeshGroupList = []
obj.addProperty("App::PropertyLink", "Part", "FEM Mesh", "Part object to mesh")
obj.Part = None