1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Minor correction.

This commit is contained in:
jgv
2015-10-07 13:03:11 +03:00
committed by mkv
parent 910c0ca66a
commit db80ca3670

View File

@@ -121,8 +121,8 @@ IntWalk_StatusDeflection IntWalk_IWalking::TestDeflection
if (CurNbPoints == 1 && Status == IntWalk_OK &&
!ArretAjout && !OnPrevTangency)
{
tolerance(1) = Du/2.;
tolerance(2) = Dv/2.;
tolerance(1) = Abs(Du)/2.;
tolerance(2) = Abs(Dv)/2.;
if (tolerance(1) <= gp::Resolution())
tolerance(1) = tolerance(2);
if (tolerance(2) <= gp::Resolution())