0026593: Coding rules - revert compatibility of NCollection_CellFilter constructor...
[occt.git] / src / BRepMesh / BRepMesh_CircleTool.cxx
index 1437adf..5697216 100644 (file)
@@ -50,7 +50,7 @@ BRepMesh_CircleTool::BRepMesh_CircleTool(
   const Handle(NCollection_IncAllocator)& theAllocator)
 : myTolerance (Precision::PConfusion() * Precision::PConfusion()),
   myAllocator (theAllocator),
-  myCellFilter(BRepMesh_CircleInspector::Dimension, 10, theAllocator),
+  myCellFilter(10, theAllocator),
   mySelector  (myTolerance, 64, theAllocator)
 {
 }
@@ -64,7 +64,7 @@ BRepMesh_CircleTool::BRepMesh_CircleTool(
   const Handle(NCollection_IncAllocator)& theAllocator)
 : myTolerance (Precision::PConfusion() * Precision::PConfusion()),
   myAllocator (theAllocator),
-  myCellFilter(BRepMesh_CircleInspector::Dimension, 10, theAllocator),
+  myCellFilter(10, theAllocator),
   mySelector  (myTolerance, Max(theReservedSize, 64), theAllocator)
 {
 }