From: oan Date: Fri, 12 Dec 2014 07:49:02 +0000 (+0300) Subject: Resolving compilation problem X-Git-Tag: V6_9_0_beta~229 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=e275de58affd3ceaf678fa0b89cf9b17486f9d55;p=occt-copy.git Resolving compilation problem --- diff --git a/src/BRepMesh/BRepMesh_FastDiscretFace.cxx b/src/BRepMesh/BRepMesh_FastDiscretFace.cxx index c071ca1e5d..5cdbbb3c2e 100644 --- a/src/BRepMesh/BRepMesh_FastDiscretFace.cxx +++ b/src/BRepMesh/BRepMesh_FastDiscretFace.cxx @@ -957,7 +957,8 @@ void BRepMesh_FastDiscretFace::insertInternalVerticesBSpline( { // Update point parameter. aStPnt1.SetX(aPrevParam2); - ++j; + ++j; + } } } }