022500: [CEA 1077] 'GetLibName' not found

This commit is contained in:
eap 2014-03-05 17:05:14 +04:00
parent 590f139ee4
commit 59e80d2f88

View File

@ -208,7 +208,7 @@ class Mesh_Algorithm:
pass
self.subm = mesh.mesh.GetSubMesh(geom, algo.GetName())
self.algo = algo
status = mesh.AddHypothesis(self.geom, self.algo)
status = mesh.AddHypothesis(self.algo, self.geom)
return
def CompareHyp (self, hyp, args):