Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/zebra/mzcc.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1  1996/03/06 10:46:52  mclareni
0006 * Initial revision
0007 *
0008 *
0009 #ifndef CERNLIB_ZEBRA_MZCC_INC
0010 #define CERNLIB_ZEBRA_MZCC_INC
0011 *
0012 *                 Store Control Table (matrix)
0013 *
0014 * mzcc.inc
0015 *
0016       COMMON /MZCC/  LQPSTO,NQPFEN,NQPSTR,NQPREF,NQPLK,NQPMIN,LQP2E
0017      +,              JQPDVL,JQPDVS,NQPLOG,NQPNAM(6)
0018      +,              LQSYSS(10), LQSYSR(10), IQTDUM(22)
0019      +,              LQSTA(21), LQEND(20), NQDMAX(20),IQMODE(20)
0020      +,              IQKIND(20),IQRCU(20), IQRTO(20), IQRNO(20)
0021      +,              NQDINI(20),NQDWIP(20),NQDGAU(20),NQDGAF(20)
0022      +,              NQDPSH(20),NQDRED(20),NQDSIZ(20)
0023      +,              IQDN1(20), IQDN2(20),      KQFT, LQFSTA(21)
0024                                        DIMENSION    IQTABV(16)
0025                                        EQUIVALENCE (IQTABV(1),LQPSTO)
0026 
0027 #endif