From: nbv Date: Thu, 29 Mar 2018 07:43:30 +0000 (+0300) Subject: 0029660: Misprint in BuildEdge(...) static function of BRepFill_Sweep.cxx file X-Git-Tag: V7_3_0_beta~26 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=10a55e0d05e945b8ffeddaa1fcd5c7763d539c81;p=occt.git 0029660: Misprint in BuildEdge(...) static function of BRepFill_Sweep.cxx file Misprint has been eliminated. --- diff --git a/src/BRepFill/BRepFill_Sweep.cxx b/src/BRepFill/BRepFill_Sweep.cxx index 8b628e1518..07bd4fa4ae 100644 --- a/src/BRepFill/BRepFill_Sweep.cxx +++ b/src/BRepFill/BRepFill_Sweep.cxx @@ -716,7 +716,7 @@ static TopoDS_Edge BuildEdge(Handle(Geom_Curve)& C3d, // P2 = BT.Pnt(VL); P2 = BRep_Tool::Pnt(VL); // Tol2 = BT.Tolerance(VF); - Tol2 = BRep_Tool::Tolerance(VF); + Tol2 = BRep_Tool::Tolerance(VL); Tol = Max(Tol1, Tol2); if (VF.IsSame(VL) ||