Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef CERNLIB_ISAJET_KKGRAV_INC
0002 #define CERNLIB_ISAJET_KKGRAV_INC
0003 *
0004 *
0005 * kkgrav.inc
0006 *
0007 C          KKGravity common
0008       COMMON/KKGRAV/NEXTRAD,MASSD,KKGSD,SURFD,UVCUT
0009       INTEGER NEXTRAD
0010       REAL    MASSD,KKGSD,SURFD
0011       LOGICAL UVCUT
0012       SAVE /KKGRAV/
0013 
0014 #endif