1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0022689: Infinite loop in BRepExtrema_DistanceSS, in static function TRIM_INFINIT_FACE

This commit is contained in:
SZV 2011-08-03 12:34:31 +00:00 committed by bugmaster
parent 2a3ff1e004
commit ed0d16d8ea

View File

@ -347,6 +347,8 @@ static void TRIM_INFINIT_FACE(const TopoDS_Shape& S1, const TopoDS_Shape& S2,
Vmin = aV;
else if (aV > Vmax)
Vmax = aV;
i++;
}
GeomAdaptor_Surface aGAS(pSurf);