} else {
throw SALOME_Exception("Unknow format for importShape: " + type);
}
+#else
+ return 0;
#endif
}
} else {
throw SALOME_Exception("Unknow format for exportShape: " + type);
}
+#else
+ return 0;
#endif
}
* \brief Set the number of threads for a parallel computation
*/
//=============================================================================
-void SMESH_Mesh_i::SetNbThreads(int nbThreads){
+ void SMESH_Mesh_i::SetNbThreads(long nbThreads){
_impl->SetNbThreads(nbThreads);
}
SMESH::submesh_array_array& theSubMeshOrder,
const bool theIsDump);
- void SetNbThreads(int nbThreads);
+ void SetNbThreads(long nbThreads);
/*!
* \brief Finds concurrent sub-meshes