Resolving compilation problem
authoroan <oan@opencascade.com>
Fri, 12 Dec 2014 07:49:02 +0000 (10:49 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 12 Dec 2014 07:49:02 +0000 (10:49 +0300)
src/BRepMesh/BRepMesh_FastDiscretFace.cxx

index c071ca1..5cdbbb3 100644 (file)
@@ -957,7 +957,8 @@ void BRepMesh_FastDiscretFace::insertInternalVerticesBSpline(
           {
             // Update point parameter.
             aStPnt1.SetX(aPrevParam2);
-          ++j;
+            ++j;
+          }
         }
       }
     }