X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FCPnts%2FCPnts_AbscissaPoint.cxx;h=0d1f38faabfe4fc9808f06b20f8a8f60eb7b200e;hb=d533dafb565d4727bccf2fbcfee508a62c3673f5;hpb=078f916446778562978876c9e90f168ed5e3483d diff --git a/src/CPnts/CPnts_AbscissaPoint.cxx b/src/CPnts/CPnts_AbscissaPoint.cxx index b40750e39f..0d1f38faab 100644 --- a/src/CPnts/CPnts_AbscissaPoint.cxx +++ b/src/CPnts/CPnts_AbscissaPoint.cxx @@ -234,7 +234,12 @@ Standard_Real CPnts_AbscissaPoint::Length(const Adaptor2d_Curve2d& C, //purpose : //======================================================================= -CPnts_AbscissaPoint::CPnts_AbscissaPoint() : myDone(Standard_False) +CPnts_AbscissaPoint::CPnts_AbscissaPoint() +: myDone(Standard_False), + myL(0.0), + myParam(0.0), + myUMin(0.0), + myUMax(0.0) { }