From: hristov Date: Fri, 24 Aug 2007 12:56:45 +0000 (+0000) Subject: Typo fixed (Christian) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=14dc2e6c0fe2959d259b867d2e981466ee1e0297;p=u%2Fmrichter%2FAliRoot.git Typo fixed (Christian) --- diff --git a/HMPID/AliHMPIDReconstructor.cxx b/HMPID/AliHMPIDReconstructor.cxx index 59822e34b46..a7ac61c83a6 100644 --- a/HMPID/AliHMPIDReconstructor.cxx +++ b/HMPID/AliHMPIDReconstructor.cxx @@ -34,7 +34,7 @@ AliHMPIDReconstructor::AliHMPIDReconstructor():AliReconstructor(),fUserCut(0),fD //ctor // AliHMPIDParam::Instance(); //geometry loaded for reconstruction - fUserCut = new Int_t(7); + fUserCut = new Int_t[7]; fClu=new TObjArray(AliHMPIDParam::kMaxCh+1); fClu->SetOwner(kTRUE); fDig=new TObjArray(AliHMPIDParam::kMaxCh+1); fDig->SetOwner(kTRUE);