FEM: mesh region, change type

This commit is contained in:
Bernd Hahnebach
2020-03-10 22:21:01 +01:00
parent 9e911be570
commit c04344227d
3 changed files with 7 additions and 7 deletions

View File

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