]> SALOME platform Git repositories - modules/hexablock.git/commitdiff
Salome HOME
Rename HexaBlockEngine library to the HexaBlockPluginEngine to avoid problems on... V7_3_0b1
authorrnv <rnv@opencascade.com>
Thu, 5 Dec 2013 14:13:11 +0000 (14:13 +0000)
committerrnv <rnv@opencascade.com>
Thu, 5 Dec 2013 14:13:11 +0000 (14:13 +0000)
Problem occurs because HEXABLOCK module contains HEXABLOCKEngine library and HEXABLOCKPLUGIN module contains HexaBlockPluginEngine. But on windows HexaBlockEngine equal to the HEXABLOCKEngine.

src/HEXABLOCK_SWIG/hexablock.py

index 531290dce01ed859cc493d4682375a138754a1ec..59ddbb14a5a3c9150cb3e04f0bde406a78b16774 100644 (file)
@@ -116,7 +116,7 @@ def mesh (doc, name=None, dim=3, container="FactoryServer"):
     comp_smesh.init_smesh(study, geompy.geom)
     meshexa = comp_smesh.Mesh(shape)
 
-    so = "libHexaBlockEngine.so"
+    so = "libHexaBlockPluginEngine.so"
 
     algo = smesh.SMESH._objref_SMESH_Gen.CreateHypothesis(comp_smesh, "HEXABLOCK_3D", so)
     meshexa.mesh.AddHypothesis(shape, algo)