1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

# revert code block added by rebase.

This commit is contained in:
emv
2020-08-26 22:25:54 +03:00
parent 37fa2c116e
commit 51aad88865

View File

@@ -369,15 +369,6 @@ void Extrema_GenExtPS::BuildGrid()
myPoints = new Extrema_HArray2OfPOnSurfParams (0, myNbUSamples + 1, 0, myNbVSamples + 1);
for (int iU = 1; iU <= myNbUSamples; iU++)
: myumin(0.0),
myusup(0.0),
myvmin(0.0),
myvsup(0.0),
myusample(0),
myvsample(0),
mytolu(0.0),
mytolv(0.0),
myS(NULL)
{
Standard_Real U = myUParams->Value (iU);
for (int iV = 1; iV <= myNbVSamples; iV++)