Salome HOME
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_SplitPolylinesOp.cxx
index bab464a82a4bd0a52192f7620a5fbbcf6daa91e4..c81b1c6b76375ecf06be8d8869a19bb0b30f84b0 100644 (file)
@@ -84,7 +84,7 @@ bool HYDROGUI_SplitPolylinesOp::processApply( int& theUpdateFlags,
   Handle( HYDROData_PolylineXY ) aToolPolyline = aPanel->GetToolPolyline();
   HYDROData_SequenceOfObjects aPolylinesList = aPanel->GetPolylines();
   gp_Pnt2d aPoint = aPanel->GetPoint();
-  double aTolerance = 1E-7; //TODO
+  double aTolerance = 1E-2; //TODO
 
   HYDROData_PolylineOperator anOp;
   switch( aPanel->GetMode() )