From e8bdaa6ff15ae7d06a758f192937b196c2a2c63a Mon Sep 17 00:00:00 2001 From: bugmaster Date: Thu, 9 Oct 2014 17:43:36 +0400 Subject: [PATCH] Correction of misprinting --- src/BRepTest/BRepTest_CurveCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BRepTest/BRepTest_CurveCommands.cxx b/src/BRepTest/BRepTest_CurveCommands.cxx index 3da1f57a67..37b0377846 100755 --- a/src/BRepTest/BRepTest_CurveCommands.cxx +++ b/src/BRepTest/BRepTest_CurveCommands.cxx @@ -1504,7 +1504,7 @@ Standard_Integer mkoffset(Draw_Interpretor& di, else { Base.Orientation(TopAbs_FORWARD); - Paral.Init(TopoDS::Face(Base)), theJoinType); + Paral.Init(TopoDS::Face(Base), theJoinType); } Standard_Real U, dU; -- 2.39.5