1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-21 10:55:33 +03:00

Correction of the merge CR25519 and CR25593

This commit is contained in:
oan 2014-12-15 13:11:05 +03:00 committed by bugmaster
parent da2db6a705
commit edf3cf25a2

View File

@ -953,12 +953,7 @@ void BRepMesh_FastDiscretFace::insertInternalVerticesBSpline(
aPrevParam2 = aParam2;
aPrevPnt2 = aPnt2;
if (!isU && j < aParams2.Length())
{
// Update point parameter.
aStPnt1.SetX(aPrevParam2);
++j;
}
++j;
}
}
}