Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef CERNLIB_ISAJET_LUXPAR_INC
0002 #define CERNLIB_ISAJET_LUXPAR_INC
0003 *
0004 *
0005 * luxpar.inc
0006 *
0007 C          Parameters for RANLUX generator
0008 C          Set by ALDATA and READIN but not by RESET
0009 C          LUXSET=.TRUE. after RLUXGO has been called in PRTLIM
0010       INTEGER LUX
0011       PARAMETER (LUX=3)
0012       COMMON/LUXPAR/LUXINT,LUXK1,LUXK2,LUXGO
0013       INTEGER LUXINT,LUXK1,LUXK2
0014       LOGICAL LUXGO
0015 
0016 #endif