From eb2fcaa9409be402417993ae84ee58b2a768707b Mon Sep 17 00:00:00 2001 From: ifv Date: Mon, 25 Nov 2019 11:35:04 +0300 Subject: [PATCH] Request from SENR "SENR-21-039 "BRepExtrema_DistShapeShape - bad result " Extrema_ExtSS.cxx - numbers of sample points are increased IntPatch_PrmPrmIntersection.cxx This reverts commit 6a2b9ef69fa79a7fb22140d4a8a9e34a7651b3f0. --- src/Extrema/Extrema_ExtSS.cxx | 2 +- src/IntPatch/IntPatch_PrmPrmIntersection.cxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Extrema/Extrema_ExtSS.cxx b/src/Extrema/Extrema_ExtSS.cxx index dc7ace71c6..4a4d28b205 100644 --- a/src/Extrema/Extrema_ExtSS.cxx +++ b/src/Extrema/Extrema_ExtSS.cxx @@ -103,7 +103,7 @@ void Extrema_ExtSS::Perform(const Adaptor3d_Surface& S1, mySqDist.Clear(); Standard_Integer i; GeomAbs_SurfaceType myS1type = S1.GetType(); - Standard_Integer NbU = 10, NbV = 10; + Standard_Integer NbU = 20, NbV = 20; switch(myS1type) { diff --git a/src/IntPatch/IntPatch_PrmPrmIntersection.cxx b/src/IntPatch/IntPatch_PrmPrmIntersection.cxx index 799cc7d4fc..4eb1837274 100644 --- a/src/IntPatch/IntPatch_PrmPrmIntersection.cxx +++ b/src/IntPatch/IntPatch_PrmPrmIntersection.cxx @@ -2543,7 +2543,6 @@ void IntPatch_PrmPrmIntersection::Perform (const Handle(Adaptor3d_HSurface)& Sur } } } - } Standard_Integer pI = ciVpar; -- 2.39.5