From bef025744591ec5f5b207bde021e6d6d3f6507b3 Mon Sep 17 00:00:00 2001 From: jbarbosa Date: Tue, 13 Jun 2000 13:13:40 +0000 Subject: [PATCH 1/1] Correcting previous correction... --- RICH/AliRICHv1.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/RICH/AliRICHv1.cxx b/RICH/AliRICHv1.cxx index 96770c707ae..bc25ec3937a 100644 --- a/RICH/AliRICHv1.cxx +++ b/RICH/AliRICHv1.cxx @@ -15,6 +15,9 @@ /* $Log$ + Revision 1.3 2000/06/13 13:06:38 jbarbosa + Fixed compiling error for HP (multiple declaration) + Revision 1.2 2000/06/12 15:36:16 jbarbosa Cleaned up version. @@ -83,10 +86,9 @@ AliRICHv1::AliRICHv1(const char *name, const char *title) fCkovNumber=0; fFreonProd=0; - Int_t i=0; - + fChambers = new TObjArray(kNCH); - for (i=0; iInit(); } -- 2.31.1