FEM: mesh group, change type

This commit is contained in:
Bernd Hahnebach
2020-03-10 22:20:08 +01:00
parent d230895c9f
commit 35b8d5dbb0
3 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ class _FemMeshGroup(FemConstraint.Proxy):
The FemMeshGroup object
"""
Type = "Fem::FemMeshGroup"
Type = "Fem::MeshGroup"
def __init__(self, obj):
super(_FemMeshGroup, self).__init__(obj)