FEM: fix typo in class type definition in MechanicalMaterial
This commit is contained in:
parent
fb9f43667d
commit
40d35f23e4
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user