From: aml Date: Mon, 8 Dec 2014 06:22:35 +0000 (+0300) Subject: 0025561: OCCT can't compile with OCCT_DEBUG flag X-Git-Tag: V6_9_0_beta~239 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=fa0f5a5558341be19b4722c22873aac55165c853;p=occt-copy.git 0025561: OCCT can't compile with OCCT_DEBUG flag Restored function "Value" with old signature used in OCCT_DEBUG block. --- diff --git a/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx b/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx index f98cfab42c..911b94b563 100644 --- a/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx +++ b/src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx @@ -325,6 +325,12 @@ class ProjLib_PolarFunction : public AppCont_Function return myCurve->LastParameter(); } + gp_Pnt2d Value(const Standard_Real t) const + { + return Function_Value + (t,mySurface,myCurve,myInitialCurve2d,myDistTol3d,myTolU,myTolV); + } + Standard_Boolean Value(const Standard_Real theT, NCollection_Array1& thePnt2d, NCollection_Array1& /*thePnt*/) const