From 77475fdd69b6c5f41120b4bdd113365710ca5996 Mon Sep 17 00:00:00 2001 From: isn Date: Wed, 22 May 2019 21:51:41 +0300 Subject: [PATCH] #refs 1990 --- src/HYDROData/HYDROData_StreamLinearInterpolation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HYDROData/HYDROData_StreamLinearInterpolation.cxx b/src/HYDROData/HYDROData_StreamLinearInterpolation.cxx index 6c701618..9cecdf09 100644 --- a/src/HYDROData/HYDROData_StreamLinearInterpolation.cxx +++ b/src/HYDROData/HYDROData_StreamLinearInterpolation.cxx @@ -174,8 +174,8 @@ static void InterProfilesAndHAX(const HYDROData_SequenceOfObjects& profiles, { Handle(HYDROData_Profile) aProfile = Handle(HYDROData_Profile)::DownCast(profiles(i)); gp_XY LP, RP; - aProfile->GetLeftPoint( LP, true, true ); - aProfile->GetRightPoint( RP, true, true ); + aProfile->GetLeftPoint( LP, false, true ); + aProfile->GetRightPoint( RP, false, true ); gp_Pnt2d P1(LP), P2(RP); double d = P2.Distance(P1); if (d < gp::Resolution()) -- 2.39.2