Salome HOME
Update translation files from Crowdin
[modules/smesh.git] / src / SMESH / SMESH_Gen.hxx
index 5462eacab103d169f65f131890a996a258b58df7..064d7685331d37192e8d1d617d8f84520f6f058f 100644 (file)
@@ -37,8 +37,6 @@
 #include "SMESH_Algo.hxx"
 #include "SMESH_Mesh.hxx"
 
-#include "chrono.hxx"
-
 #include <TopoDS_Shape.hxx>
 
 #include <map>
@@ -147,6 +145,7 @@ public:
   { return GetShapeDim( aShape.ShapeType() ); }
 
   SMESH_Algo* GetAlgo(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape, TopoDS_Shape* assignedTo=0);
+  SMESH_Algo* GetAlgo(SMESH_subMesh * aSubMesh, TopoDS_Shape* assignedTo=0);
 
   static bool IsGlobalHypothesis(const SMESH_Hypothesis* theHyp, SMESH_Mesh& aMesh);
 
@@ -174,8 +173,6 @@ private:
   // default number of segments
   int _nbSegments;
 
-  counters *_counters;
-
   volatile bool  _compute_canceled;
   SMESH_subMesh* _sm_current;
 };