Salome HOME
Adding code for Python parallel mesh with test + removing nbMesherThreads
[modules/smesh.git] / src / SMESH_I / SMESH_2smeshpy.cxx
index a9fff0a6d6add7fdcb61761d2fcd42316a3c6aeb..4ac51ac995e0e19de4ded48a0b8ed97fd4342f55 100644 (file)
@@ -2213,7 +2213,7 @@ bool _pyMesh::NeedMeshAccess( const Handle(_pyCommand)& theCommand )
         "GetElemFaceNodes", "GetFaceNormal", "FindElementByNodes",
         "IsPoly","IsQuadratic","BaryCenter","GetHypothesisList", "SetAutoColor", "GetAutoColor",
         "Clear", "ConvertToStandalone", "GetMeshOrder", "SetMeshOrder",
         "GetElemFaceNodes", "GetFaceNormal", "FindElementByNodes",
         "IsPoly","IsQuadratic","BaryCenter","GetHypothesisList", "SetAutoColor", "GetAutoColor",
         "Clear", "ConvertToStandalone", "GetMeshOrder", "SetMeshOrder",
-        "SetNbThreads", "SetMesherNbThreads"
+        "SetNbThreads"
         ,"" }; // <- mark of end
     sameMethods.Insert( names );
   }
         ,"" }; // <- mark of end
     sameMethods.Insert( names );
   }