FEM: z88 solver, use same object type schema as for all other solver objects
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user