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

This commit is contained in:
Bernd Hahnebach
2018-05-21 14:31:57 +02:00
committed by wmayer
parent 59c67f4b7c
commit fa6bb2183c

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