From: Yoann Audouin Date: Wed, 26 Oct 2022 08:33:28 +0000 (+0200) Subject: Corrections for compilation on other OS X-Git-Tag: V9_10_0b1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=df57f987dd5df72834dd8d1b8647a275123f7465;p=modules%2Fsmesh.git Corrections for compilation on other OS --- diff --git a/src/SMESH/SMESH_Gen.cxx b/src/SMESH/SMESH_Gen.cxx index 2a7e23af9..0d59428af 100644 --- a/src/SMESH/SMESH_Gen.cxx +++ b/src/SMESH/SMESH_Gen.cxx @@ -28,6 +28,7 @@ //#define CHRONODEF +#include #include "SMESH_Gen.hxx" #include "SMESH_DriverMesh.hxx" @@ -58,7 +59,6 @@ using namespace std; #include -#include namespace fs = boost::filesystem; // Environment variable separator @@ -240,7 +240,7 @@ const std::function - compute_function([&] (SMESH_subMesh* sm, + compute_function([] (SMESH_subMesh* sm, SMESH_subMesh::compute_event event, SMESH_subMesh *shapeSM, bool aShapeOnly, diff --git a/src/SMESH_I/SMESH_Mesh_i.hxx b/src/SMESH_I/SMESH_Mesh_i.hxx index 444c7b791..25892ca9d 100644 --- a/src/SMESH_I/SMESH_Mesh_i.hxx +++ b/src/SMESH_I/SMESH_Mesh_i.hxx @@ -674,7 +674,6 @@ private: const bool theIsDump); void SetNbThreads(int nbThreads); - void SetMesherNbThreads(int nbThreads); /*! * \brief Finds concurrent sub-meshes