From: bugmaster Date: Thu, 9 Oct 2014 13:43:36 +0000 (+0400) Subject: Correction of misprinting X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=e8bdaa6ff15ae7d06a758f192937b196c2a2c63a;p=occt-copy.git Correction of misprinting --- 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;