From 51aad8886509b1e0e6c9630087b5a1dfde30b58a Mon Sep 17 00:00:00 2001 From: emv Date: Wed, 26 Aug 2020 22:25:54 +0300 Subject: [PATCH] # revert code block added by rebase. --- src/Extrema/Extrema_GenExtPS.cxx | 9 --------- 1 file changed, 9 deletions(-) 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++) -- 2.39.5