Issue 0022816: duplicated files

Don't install chrono.hxx file
This commit is contained in:
vsr 2014-12-03 14:04:51 +03:00
parent 5f4aaf693b
commit 30415e15ac
6 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -24,6 +24,7 @@
#include "SMDS_MeshVolume.hxx"
#include "utilities.h"
#include "chrono.hxx"
#include <vtkCellArray.h>
#include <vtkCellData.h>

View File

@ -28,7 +28,6 @@
#include <vtkUnstructuredGrid.h>
#include <vtkCellLinks.h>
#include "chrono.hxx"
#include <vector>
#include <set>

View File

@ -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);

View File

@ -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;
};

View File

@ -50,6 +50,7 @@
#include <Basics_OCCTVersion.hxx>
#include "utilities.h"
#include "chrono.hxx"
#include <BRepAdaptor_Surface.hxx>
#include <BRepBuilderAPI_MakeEdge.hxx>