From 1dffa27167fc77565c7b7ae850ec621389553358 Mon Sep 17 00:00:00 2001 From: barbera Date: Wed, 9 Jan 2002 13:26:10 +0000 Subject: [PATCH] Inline declaration eliminiated to avoid problems with GCC on RH7.1+ --- ITS/AliITSPid.cxx | 2 -- 1 file changed, 2 deletions(-) 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(); -- 2.31.1