mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 01:30:33 +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
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user