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 fdccdec430
commit a4c07b51f6

View File

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