Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/cojets/keys.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id: keys.inc,v 1.1.1.1 1996/01/11 14:14:52 mclareni Exp $
0003 *
0004 * $Log: keys.inc,v $
0005 * Revision 1.1.1.1  1996/01/11 14:14:52  mclareni
0006 * Cojets
0007 *
0008 *
0009 #ifndef CERNLIB_COJETS_KEYS_INC
0010 #define CERNLIB_COJETS_KEYS_INC
0011 *
0012 *
0013 * keys.inc
0014 *
0015       COMMON/KEYS/KEYS(10)
0016       LOGICAL KEYS
0017       COMMON/XKEYS/REAC,WTYPE
0018       CHARACTER*8 REAC
0019       CHARACTER*2 WTYPE
0020 
0021 #endif