]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix regression (hang up) in unit-test for elliptic arc movement.
authorazv <azv@opencascade.com>
Thu, 30 Jan 2020 14:08:02 +0000 (17:08 +0300)
committerazv <azv@opencascade.com>
Thu, 30 Jan 2020 14:08:35 +0000 (17:08 +0300)
src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_Tools.h

index 846db6d21ba3b3c0fdb8adbfd5748e6d89274d08..2604d1541c706c082520e96cc9c84d63f18b88df 100644 (file)
@@ -104,7 +104,7 @@ namespace PlaneGCSSolver_Tools
   /// \brief Update value in theDest if theSource is differ more than theTolerance
   /// \return \c true if the value was updated.
   bool updateValue(const double& theSource, double& theDest,
-                   const double theTolerance = 1.e-4 * tolerance);
+                   const double theTolerance = 1.e4 * tolerance);
 
   double distance(const GCS::Point& thePnt1, const GCS::Point& thePnt2);