]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correcting array's size (valgrind)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Oct 2002 15:58:52 +0000 (15:58 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Oct 2002 15:58:52 +0000 (15:58 +0000)
EVGEN/AliPythia.h

index 04c3268895ea9c979702cfc61cc76188eca4eaa5..3e861f7eee0482a9c369898e8b71df89df1cbe37 100644 (file)
@@ -53,7 +53,7 @@ class AliPythia : public TPythia6, public AliRndm
     Float_t       fEcms;              // Centre of mass energy
     StrucFunc_t   fStrucFunc;         // Structure function
     Int_t         fDefMDCY[501];      //  ! Default decay switches per particle
-    Int_t         fDefMDME[2000];     //  ! Default decay switches per mode
+    Int_t         fDefMDME[2001];     //  ! Default decay switches per mode
     static AliPythia*    fgAliPythia; // Pointer to single instance
  private: 
     AliPythia();