mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +05:00
Issue 0022816: duplicated files
Don't install chrono.hxx file
This commit is contained in:
parent
5f4aaf693b
commit
30415e15ac
@ -41,7 +41,6 @@ SET(_link_LIBRARIES
|
||||
|
||||
# header files / no moc processing
|
||||
SET(SMDS_HEADERS
|
||||
chrono.hxx
|
||||
ObjectPool.hxx
|
||||
SMDS_TypeOfPosition.hxx
|
||||
SMDSAbs_ElementType.hxx
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "SMDS_MeshVolume.hxx"
|
||||
|
||||
#include "utilities.h"
|
||||
#include "chrono.hxx"
|
||||
|
||||
#include <vtkCellArray.h>
|
||||
#include <vtkCellData.h>
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#include <vtkUnstructuredGrid.h>
|
||||
#include <vtkCellLinks.h>
|
||||
#include "chrono.hxx"
|
||||
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
@ -70,7 +70,6 @@ SMESH_Gen::SMESH_Gen()
|
||||
_segmentation = _nbSegments = 10;
|
||||
SMDS_Mesh::_meshList.clear();
|
||||
MESSAGE(SMDS_Mesh::_meshList.size());
|
||||
//_counters = new counters(100);
|
||||
_compute_canceled = false;
|
||||
_sm_current = NULL;
|
||||
//vtkDebugLeaks::SetExitError(0);
|
||||
|
@ -37,8 +37,6 @@
|
||||
#include "SMESH_Algo.hxx"
|
||||
#include "SMESH_Mesh.hxx"
|
||||
|
||||
#include "chrono.hxx"
|
||||
|
||||
#include <TopoDS_Shape.hxx>
|
||||
|
||||
#include <map>
|
||||
@ -175,8 +173,6 @@ private:
|
||||
// default number of segments
|
||||
int _nbSegments;
|
||||
|
||||
counters *_counters;
|
||||
|
||||
volatile bool _compute_canceled;
|
||||
SMESH_subMesh* _sm_current;
|
||||
};
|
||||
|
@ -50,6 +50,7 @@
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
#include "chrono.hxx"
|
||||
|
||||
#include <BRepAdaptor_Surface.hxx>
|
||||
#include <BRepBuilderAPI_MakeEdge.hxx>
|
||||
|
Loading…
Reference in New Issue
Block a user