]> OCCT Git - occt-copy.git/commitdiff
# revert code block added by rebase.
authoremv <emv@opencascade.com>
Wed, 26 Aug 2020 19:25:54 +0000 (22:25 +0300)
committeremv <emv@opencascade.com>
Wed, 26 Aug 2020 19:25:54 +0000 (22:25 +0300)
src/Extrema/Extrema_GenExtPS.cxx

index b3d0eba3250c05ad92000b09fd6ccc2df2a83821..7b5d924db6088eb3613c69009bb57d29b14f6f39 100644 (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++)