Salome HOME
Issue 0022816: duplicated files
authorvsr <vsr@opencascade.com>
Wed, 3 Dec 2014 11:04:51 +0000 (14:04 +0300)
committervsr <vsr@opencascade.com>
Wed, 3 Dec 2014 11:04:51 +0000 (14:04 +0300)
Don't install chrono.hxx file

src/SMDS/CMakeLists.txt
src/SMDS/SMDS_UnstructuredGrid.cxx
src/SMDS/SMDS_UnstructuredGrid.hxx
src/SMESH/SMESH_Gen.cxx
src/SMESH/SMESH_Gen.hxx
src/SMESH/SMESH_MeshEditor.cxx

index 2187eeea9931bc858dd7febb6216d1b54dba4d01..d770fe39d998f6882d9dc9809698ccafe5f5f170 100644 (file)
@@ -41,7 +41,6 @@ SET(_link_LIBRARIES
 
 # header files / no moc processing
 SET(SMDS_HEADERS
 
 # header files / no moc processing
 SET(SMDS_HEADERS
-  chrono.hxx
   ObjectPool.hxx
   SMDS_TypeOfPosition.hxx
   SMDSAbs_ElementType.hxx
   ObjectPool.hxx
   SMDS_TypeOfPosition.hxx
   SMDSAbs_ElementType.hxx
index 6012a4f38595e5d3befeb7539b86b784a7796395..b1ff14967177d8a164a0d373fa994e254944d45a 100644 (file)
@@ -24,6 +24,7 @@
 #include "SMDS_MeshVolume.hxx"
 
 #include "utilities.h"
 #include "SMDS_MeshVolume.hxx"
 
 #include "utilities.h"
+#include "chrono.hxx"
 
 #include <vtkCellArray.h>
 #include <vtkCellData.h>
 
 #include <vtkCellArray.h>
 #include <vtkCellData.h>
index 5063adc21762b29c35f778e92a2fbfe6b3351880..67a8edc738a77b351fee9a2908c610dd1ceacbb8 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <vtkUnstructuredGrid.h>
 #include <vtkCellLinks.h>
 
 #include <vtkUnstructuredGrid.h>
 #include <vtkCellLinks.h>
-#include "chrono.hxx"
 
 #include <vector>
 #include <set>
 
 #include <vector>
 #include <set>
index 864f50c21449346cb49b5ccccdfd2e718d5b4af9..d009d077ad899f51582fc3b465f87d0c4d80c659 100644 (file)
@@ -70,7 +70,6 @@ SMESH_Gen::SMESH_Gen()
   _segmentation = _nbSegments = 10;
   SMDS_Mesh::_meshList.clear();
   MESSAGE(SMDS_Mesh::_meshList.size());
   _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);
   _compute_canceled = false;
   _sm_current = NULL;
   //vtkDebugLeaks::SetExitError(0);
index 4dac76d43965d1ddab2d68b995d92cba5d233094..064d7685331d37192e8d1d617d8f84520f6f058f 100644 (file)
@@ -37,8 +37,6 @@
 #include "SMESH_Algo.hxx"
 #include "SMESH_Mesh.hxx"
 
 #include "SMESH_Algo.hxx"
 #include "SMESH_Mesh.hxx"
 
-#include "chrono.hxx"
-
 #include <TopoDS_Shape.hxx>
 
 #include <map>
 #include <TopoDS_Shape.hxx>
 
 #include <map>
@@ -175,8 +173,6 @@ private:
   // default number of segments
   int _nbSegments;
 
   // default number of segments
   int _nbSegments;
 
-  counters *_counters;
-
   volatile bool  _compute_canceled;
   SMESH_subMesh* _sm_current;
 };
   volatile bool  _compute_canceled;
   SMESH_subMesh* _sm_current;
 };
index 08cc1d9c2338fe8f628a01af17d75fa9593bd045..a625ba50a2d6297c4ab3cfc364b5ba0f3d40a7d6 100644 (file)
@@ -50,6 +50,7 @@
 #include <Basics_OCCTVersion.hxx>
 
 #include "utilities.h"
 #include <Basics_OCCTVersion.hxx>
 
 #include "utilities.h"
+#include "chrono.hxx"
 
 #include <BRepAdaptor_Surface.hxx>
 #include <BRepBuilderAPI_MakeEdge.hxx>
 
 #include <BRepAdaptor_Surface.hxx>
 #include <BRepBuilderAPI_MakeEdge.hxx>