FEM: mesh boundary layer, change type

This commit is contained in:
Bernd Hahnebach
2020-03-10 22:19:14 +01:00
parent 358b6d6d7a
commit 512817808b
3 changed files with 7 additions and 7 deletions

View File

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