From d9607bb48a65f7d29305c3cd75fb390405b785b1 Mon Sep 17 00:00:00 2001 From: jgv Date: Sun, 31 May 2015 16:12:42 +0300 Subject: [PATCH] Minor correction. --- src/Bisector/Bisector_BisecAna.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bisector/Bisector_BisecAna.cxx b/src/Bisector/Bisector_BisecAna.cxx index 6695b5e112..0dbc0496d0 100755 --- a/src/Bisector/Bisector_BisecAna.cxx +++ b/src/Bisector/Bisector_BisecAna.cxx @@ -587,7 +587,7 @@ void Bisector_BisecAna::Perform(const Handle(Geom2d_Curve)& afirstcurve , // adirection,parameter,sense,ok); if (oncurve) distanceptsol = Distance(apoint,solution, - tan2,tan1,Stasndard_False, + tan2,tan1,Standard_False, adirection,parameter,sense,ok); else distanceptsol = Distance(apoint,solution, -- 2.39.5