FEM: solver calculix, change object type

This commit is contained in:
Bernd Hahnebach
2020-05-21 15:04:20 +02:00
parent 22a585fba3
commit 3517490f13
3 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ class Proxy(solverbase.Proxy):
"""The Fem::FemSolver's Proxy python type, add solver specific properties
"""
Type = "Fem::FemSolverObjectCalculix"
Type = "Fem::SolverCalculix"
def __init__(self, obj):
super(Proxy, self).__init__(obj)