]> OCCT Git - occt-copy.git/commitdiff
Correction of misprinting
authorbugmaster <bugmaster@opencascade.com>
Thu, 9 Oct 2014 13:43:36 +0000 (17:43 +0400)
committerbugmaster <bugmaster@opencascade.com>
Thu, 9 Oct 2014 13:43:36 +0000 (17:43 +0400)
src/BRepTest/BRepTest_CurveCommands.cxx

index 3da1f57a67f1bfca9ec76cba02c946ed2cf9e546..37b03778464887c788a3a1cacaa40aa9f6a67d7b 100755 (executable)
@@ -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;