Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/isajet/totals.inc is written in an unsupported language. File is not indexed.

0001 #ifndef CERNLIB_ISAJET_TOTALS_INC
0002 #define CERNLIB_ISAJET_TOTALS_INC
0003 *
0004 *
0005 * totals.inc
0006 *
0007       COMMON/TOTALS/NKINPT,NWGEN,NKEEP,SUMWT,WT
0008       SAVE /TOTALS/
0009       INTEGER   NKINPT,NWGEN,NKEEP
0010       REAL      SUMWT,WT
0011 
0012 #endif