From: barbera Date: Wed, 9 Jan 2002 13:26:10 +0000 (+0000) Subject: Inline declaration eliminiated to avoid problems with GCC on RH7.1+ X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=1dffa27167fc77565c7b7ae850ec621389553358 Inline declaration eliminiated to avoid problems with GCC on RH7.1+ --- diff --git a/ITS/AliITSPid.cxx b/ITS/AliITSPid.cxx index 884651d40c1..99a4fe4a26e 100644 --- a/ITS/AliITSPid.cxx +++ b/ITS/AliITSPid.cxx @@ -35,7 +35,6 @@ Float_t AliITSPid::qtrm(Int_t track) return (q(6)); } //----------------------------------------------------------- -inline Int_t AliITSPid::wpik(Int_t nc,Float_t q) { return pion(); @@ -60,7 +59,6 @@ Int_t AliITSPid::wpik(Int_t nc,Float_t q) return pion(); } //----------------------------------------------------------- -inline Int_t AliITSPid::wpikp(Int_t nc,Float_t q) { return pion();