Salome HOME
Adding code for Python parallel mesh with test + removing nbMesherThreads
[modules/smesh.git] / src / SMESH / SMESH_Gen.cxx
index f977bce53378968d12889c85177806cd08f6365d..922a6df95f40039f20d4965a9251f5f6b47f4321 100644 (file)
@@ -279,7 +279,7 @@ bool SMESH_Gen::parallelComputeSubMeshes(
 
   TopAbs_ShapeEnum previousShapeType = TopAbs_VERTEX;
   int nbThreads = aMesh.GetNbThreads();
-  MESSAGE("Compute submeshes with threads: " << nbThreads << " mesher: " << aMesh.GetMesherNbThreads());
+  MESSAGE("Compute submeshes with threads: " << nbThreads);
 
 
   smIt = shapeSM->getDependsOnIterator(includeSelf, !complexShapeFirst);