]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity Fix (Igor.Altsybeev@cern.ch):
authormiweber <m.weber@cern.ch>
Thu, 8 Jan 2015 13:38:21 +0000 (14:38 +0100)
committermiweber <m.weber@cern.ch>
Thu, 8 Jan 2015 13:38:21 +0000 (14:38 +0100)
- warning: inline function 'Bool_t AliLRCProcess::IsPhiInRange(Double_t, Double_t, Double_t)' used but never defined [enabled by default]

PWGCF/EBYE/LRC/AliLRCProcess.h

index 9d4f9459dbd2e21c186bd01c039b538f11c84a30..cbc91eea22f35abf478fcf780fa3c35a52c467cc 100644 (file)
@@ -153,7 +153,7 @@ public:
 
     virtual void SetUseSparse( Bool_t flag )            { fUseSparse             = flag;  }
     virtual void SetUseAccumulatingHist( Bool_t flag )  { fUseAccumulatingHist   = flag;  }
-    inline Bool_t IsPhiInRange( Double_t phi, Double_t phiBoundMin, Double_t phiBoundMax );
+    Bool_t IsPhiInRange( Double_t phi, Double_t phiBoundMin, Double_t phiBoundMax );
 
     void SetCorrespondanceWithAliROOTpid();
     void ZeroPidArrays();