1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

Resolving compilation problem

This commit is contained in:
oan
2014-12-12 10:49:02 +03:00
committed by bugmaster
parent 8422b578d7
commit e275de58af

View File

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