FEM: z88 solver, use same object type schema as for all other solver objects

This commit is contained in:
Bernd Hahnebach
2020-09-26 23:09:15 +02:00
parent 1ad4417b03
commit 331fd91e7c
2 changed files with 4 additions and 4 deletions

View File

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