FEM: fix typo in class type definition in MechanicalMaterial

This commit is contained in:
Bernd Hahnebach 2015-09-14 07:07:30 +02:00
parent fb9f43667d
commit 40d35f23e4

View File

@ -78,7 +78,7 @@ class _CommandMechanicalMaterial:
class _MechanicalMaterial: class _MechanicalMaterial:
"The Material object" "The Material object"
def __init__(self, obj): def __init__(self, obj):
self.Type = "MechanicaltMaterial" self.Type = "MechanicalMaterial"
obj.Proxy = self obj.Proxy = self
# obj.Material = StartMat # obj.Material = StartMat