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:
@@ -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())
|
||||
|
Reference in New Issue
Block a user