]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrected array size (alpha)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Jun 2005 20:31:42 +0000 (20:31 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Jun 2005 20:31:42 +0000 (20:31 +0000)
ITS/AliITSvSDD03.cxx

index 042aebe2aa02817f990227964fc06e6e39f8848d..d7e5ec38da8fb8c6466adcc0f6b5a1ff5617f587 100644 (file)
@@ -719,7 +719,7 @@ void AliITSvSDD03::InitAliITSgeom(){
   Info("InitAliITSgeom","Reading geometry transformation directly from Geant 3");
   const Int_t knp=384;
   const Float_t kpitch=50.E-4;/*cm*/
-  Float_t box[3]={0.5*kpitch*(Float_t)knp,150.E-4,1.0},p[knp+1],n[knp+1];
+  Float_t box[3]={0.5*kpitch*(Float_t)knp,150.E-4,1.0},p[knp+2],n[knp+2];
   const Int_t kltypess = 2;
   const Int_t knlayers = 12;
   const Int_t kndeep = 6;