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:
parent
da2db6a705
commit
edf3cf25a2
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user