~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to vendor/StdHEP/src/inc/isajet/partcl.inc

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
C
 
2
      INTEGER   MXPTCL,IPACK
 
3
      PARAMETER (MXPTCL=4000,IPACK=10000)
 
4
      COMMON/PARTCL/NPTCL,PPTCL(5,MXPTCL),IORIG(MXPTCL),IDENT(MXPTCL)
 
5
     1,IDCAY(MXPTCL)
 
6
      SAVE /PARTCL/
 
7
      INTEGER   NPTCL,IORIG,IDENT,IDCAY
 
8
      REAL      PPTCL
 
9
C