]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Out of bounds error corrected.
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Jun 1999 07:28:21 +0000 (07:28 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Jun 1999 07:28:21 +0000 (07:28 +0000)
MUON/AliMUONv0.cxx

index bdada317a04e87c4bb79c54e32baedf0c11e45db..f07164c3f01049c5e965a005d5a2ba80a887ab15 100644 (file)
@@ -1299,7 +1299,7 @@ void AliMUONv0::StepManager()
   static Int_t   idvol;
   static Int_t   vol[2];
   Int_t          ipart;
-  static Float_t hits[9];
+  static Float_t hits[10];
   Float_t        pos[3];
   Float_t        mom[4];
   Float_t        theta,phi;