FEM: solver ccxtools, change object type

This commit is contained in:
Bernd Hahnebach
2020-05-21 15:04:18 +02:00
parent c70f0f5e04
commit 4a7d5c42a7
7 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ class _FemSolverCalculix(FemConstraint.Proxy):
"""The Fem::FemSolver's Proxy python type, add solver specific properties
"""
Type = "Fem::FemSolverCalculixCcxTools"
Type = "Fem::SolverCcxTools"
def __init__(self, obj):
super(_FemSolverCalculix, self).__init__(obj)