X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FExtrema%2FExtrema_ExtCC.cxx;h=3a36a87d55908b2a750e42f58b82616f3091cecb;hb=d533dafb565d4727bccf2fbcfee508a62c3673f5;hpb=078f916446778562978876c9e90f168ed5e3483d diff --git a/src/Extrema/Extrema_ExtCC.cxx b/src/Extrema/Extrema_ExtCC.cxx index 7e23dab0e6..3a36a87d55 100644 --- a/src/Extrema/Extrema_ExtCC.cxx +++ b/src/Extrema/Extrema_ExtCC.cxx @@ -55,7 +55,8 @@ Extrema_ExtCC::Extrema_ExtCC (const Standard_Real TolC1, const Standard_Real TolC2) : myIsFindSingleSolution(Standard_False), - myDone (Standard_False) + myDone (Standard_False), + myIsPar(Standard_False) { myC[0] = 0; myC[1] = 0; myInf[0] = myInf[1] = -Precision::Infinite();