From 8c51a6058270f3adb02324708550348136e910c0 Mon Sep 17 00:00:00 2001 From: kowal2 Date: Tue, 21 Oct 2003 11:11:52 +0000 Subject: [PATCH] Removed compiler warning (Bool_t accept changed to Int_t accept) --- TPC/AliTPCtrackerMI.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TPC/AliTPCtrackerMI.cxx b/TPC/AliTPCtrackerMI.cxx index da7d0518814..1fa2679d263 100644 --- a/TPC/AliTPCtrackerMI.cxx +++ b/TPC/AliTPCtrackerMI.cxx @@ -15,6 +15,10 @@ /* $Log$ +Revision 1.18 2003/10/17 15:42:14 kowal2 +Back to the previous version. The warning was erronously generated +by the compiler + Revision 1.17 2003/10/17 12:28:02 kowal2 Removed "always true" comparison @@ -1703,7 +1707,7 @@ Int_t AliTPCtrackerMI::FollowToNextCluster(AliTPCseed & t, Int_t nr) { if (t.fCurrentCluster) { t.fRow = nr; - Bool_t accept = AcceptCluster(&t,t.fCurrentCluster,1.); + Int_t accept = AcceptCluster(&t,t.fCurrentCluster,1.); if (t.fCurrentCluster->IsUsed(10)){ // -- 2.39.3