]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/Fpaprop.h
Updates needed for geant4.6 and fluka2004.
[u/mrichter/AliRoot.git] / TFluka / Fpaprop.h
index 27c5db6ef1e698efc371e3d4f434e52cf93ac09a..72940e35109ff02eb13b3a4c03be1ca1aed56d50 100644 (file)
@@ -55,6 +55,7 @@ extern "C" {
 //*----------------------------------------------------------------------*
 //*
 
+const Int_t mxgnpr =  33;
 typedef struct {
    Double_t am[nallwp+7];         //(-6:NALLWP)
    Double_t amdisc[nallwp+7];     //(-6:NALLWP)
@@ -80,7 +81,7 @@ COMMON_BLOCK_DEF(papropCommon,PAPROP);
 
 typedef struct {
    Char_t   btype[nallwp+7][8];     //(-6:NALLWP)
-   Char_t   genpar[30][8];          //(30)
+   Char_t   genpar[mxgnpr][8];          //(30)
 } chpprpCommon;
 #define CHPPRP COMMON_BLOCK(CHPPRP,chpprp)
 COMMON_BLOCK_DEF(chpprpCommon,CHPPRP);