From e275de58affd3ceaf678fa0b89cf9b17486f9d55 Mon Sep 17 00:00:00 2001 From: oan Date: Fri, 12 Dec 2014 10:49:02 +0300 Subject: [PATCH] Resolving compilation problem --- src/BRepMesh/BRepMesh_FastDiscretFace.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; + } } } } -- 2.39.5