X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FExtrema%2FExtrema_ExtCS.cxx;h=91d87758dea33041c98721bb8ca80dbc1ca3911b;hb=d533dafb565d4727bccf2fbcfee508a62c3673f5;hpb=078f916446778562978876c9e90f168ed5e3483d diff --git a/src/Extrema/Extrema_ExtCS.cxx b/src/Extrema/Extrema_ExtCS.cxx index 0f980966e2..91d87758de 100644 --- a/src/Extrema/Extrema_ExtCS.cxx +++ b/src/Extrema/Extrema_ExtCS.cxx @@ -41,9 +41,20 @@ #include #include -Extrema_ExtCS::Extrema_ExtCS() +Extrema_ExtCS::Extrema_ExtCS() +: myS(NULL), + myDone(Standard_False), + myIsPar(Standard_False), + myuinf(0.0), + myusup(0.0), + myvinf(0.0), + myvsup(0.0), + mytolC(0.0), + mytolS(0.0), + myucinf(0.0), + myucsup(0.0), + myStype(GeomAbs_OtherSurface) { - myDone = Standard_False; } Extrema_ExtCS::Extrema_ExtCS(const Adaptor3d_Curve& C,