X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STAT%2FTKDInterpolator.h;h=73b09e43eed15186df8bd3a53d789c1fa87b9d0f;hb=cdc3415951d3e72d3a6478bedabeb242fc465b77;hp=1c3f6a9b6dbbd0c809db7c45f9a701f5b08d3ee7;hpb=b273c7cbc2db1f68bb1e0912e3a6f718e04be75c;p=u%2Fmrichter%2FAliRoot.git diff --git a/STAT/TKDInterpolator.h b/STAT/TKDInterpolator.h index 1c3f6a9b6db..73b09e43eed 100644 --- a/STAT/TKDInterpolator.h +++ b/STAT/TKDInterpolator.h @@ -12,8 +12,8 @@ public: TKDInterpolator(Int_t ndim, Int_t npoints=0); ~TKDInterpolator(); void AddNode(const TKDNodeInfo &ref); - void Build(Int_t ndim) {TKDInterpolatorBase::Build(ndim);} - void Build(Int_t npoints, Int_t ndim); + Bool_t Build(Int_t ndim) {return TKDInterpolatorBase::Build(ndim);} + Bool_t Build(Int_t npoints, Int_t ndim); Int_t GetNodeIndex(const Float_t *p); Bool_t SetNode(Int_t i, const TKDNodeInfo &ref);