mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
Revert "Corrections for compilation on other OS"
This reverts commit df57f987dd
.
This commit is contained in:
parent
255c738799
commit
f6a8df1d49
@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
//#define CHRONODEF
|
//#define CHRONODEF
|
||||||
|
|
||||||
#include <boost/asio.hpp>
|
|
||||||
#include "SMESH_Gen.hxx"
|
#include "SMESH_Gen.hxx"
|
||||||
|
|
||||||
#include "SMESH_DriverMesh.hxx"
|
#include "SMESH_DriverMesh.hxx"
|
||||||
@ -59,6 +58,7 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
|
#include <boost/asio.hpp>
|
||||||
namespace fs = boost::filesystem;
|
namespace fs = boost::filesystem;
|
||||||
|
|
||||||
// Environment variable separator
|
// Environment variable separator
|
||||||
@ -240,7 +240,7 @@ const std::function<void(SMESH_subMesh*,
|
|||||||
bool,
|
bool,
|
||||||
TopTools_IndexedMapOfShape *,
|
TopTools_IndexedMapOfShape *,
|
||||||
TSetOfInt*)>
|
TSetOfInt*)>
|
||||||
compute_function([] (SMESH_subMesh* sm,
|
compute_function([&] (SMESH_subMesh* sm,
|
||||||
SMESH_subMesh::compute_event event,
|
SMESH_subMesh::compute_event event,
|
||||||
SMESH_subMesh *shapeSM,
|
SMESH_subMesh *shapeSM,
|
||||||
bool aShapeOnly,
|
bool aShapeOnly,
|
||||||
|
@ -674,6 +674,7 @@ private:
|
|||||||
const bool theIsDump);
|
const bool theIsDump);
|
||||||
|
|
||||||
void SetNbThreads(int nbThreads);
|
void SetNbThreads(int nbThreads);
|
||||||
|
void SetMesherNbThreads(int nbThreads);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Finds concurrent sub-meshes
|
* \brief Finds concurrent sub-meshes
|
||||||
|
Loading…
Reference in New Issue
Block a user