mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 17:00:34 +05:00
022500: [CEA 1077] 'GetLibName' not found
This commit is contained in:
parent
590f139ee4
commit
59e80d2f88
@ -208,7 +208,7 @@ class Mesh_Algorithm:
|
|||||||
pass
|
pass
|
||||||
self.subm = mesh.mesh.GetSubMesh(geom, algo.GetName())
|
self.subm = mesh.mesh.GetSubMesh(geom, algo.GetName())
|
||||||
self.algo = algo
|
self.algo = algo
|
||||||
status = mesh.AddHypothesis(self.geom, self.algo)
|
status = mesh.AddHypothesis(self.algo, self.geom)
|
||||||
return
|
return
|
||||||
|
|
||||||
def CompareHyp (self, hyp, args):
|
def CompareHyp (self, hyp, args):
|
||||||
|
Loading…
Reference in New Issue
Block a user