X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FBRepMesh%2FBRepMesh_VertexTool.cxx;h=dfdff4bd095b96d0aee7ed87074c51945c79324a;hb=a7653f4f55ac4547ea8e7eeb3e40c367c00f4a06;hpb=876ca54f0acc841a5abb4de0b9ea1430dfc5d028 diff --git a/src/BRepMesh/BRepMesh_VertexTool.cxx b/src/BRepMesh/BRepMesh_VertexTool.cxx index 519ec2599c..dfdff4bd09 100644 --- a/src/BRepMesh/BRepMesh_VertexTool.cxx +++ b/src/BRepMesh/BRepMesh_VertexTool.cxx @@ -59,7 +59,7 @@ BRepMesh_VertexTool::BRepMesh_VertexTool( const Standard_Integer theReservedSize, const Handle(NCollection_IncAllocator)& theAllocator) : myAllocator (theAllocator), - myCellFilter(BRepMesh_VertexInspector::Dimension, 0., myAllocator), + myCellFilter(0., myAllocator), mySelector (Max(theReservedSize, 64),myAllocator) { const Standard_Real aTol = Precision::Confusion();