From: emv Date: Wed, 26 Aug 2020 19:25:54 +0000 (+0300) Subject: # revert code block added by rebase. X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=51aad8886509b1e0e6c9630087b5a1dfde30b58a;p=occt-copy.git # revert code block added by rebase. --- diff --git a/src/Extrema/Extrema_GenExtPS.cxx b/src/Extrema/Extrema_GenExtPS.cxx index b3d0eba325..7b5d924db6 100644 --- a/src/Extrema/Extrema_GenExtPS.cxx +++ b/src/Extrema/Extrema_GenExtPS.cxx @@ -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++)