Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef CERNLIB_ISAJET_SSTMP_INC
0002 #define CERNLIB_ISAJET_SSTMP_INC
0003 *
0004 *
0005 * sstmp.inc
0006 *
0007 C          Temporary parameters for functions
0008       COMMON/SSTMP/TMP(10),ITMP(10)
0009       REAL TMP
0010       INTEGER ITMP
0011       SAVE /SSTMP/
0012 
0013 #endif