Warning, /include/hepdb/dxused.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1 1996/02/28 16:24:00 mclareni
0006 * Initial revision
0007 *
0008 *
0009 #ifndef CERNLIB_HEPDB_DXUSED_INC
0010 #define CERNLIB_HEPDB_DXUSED_INC
0011 *
0012 *
0013 * dxused.inc
0014 *
0015 PARAMETER (NSYSDX=7, MXKYDX=100)
0016 COMMON /DXUSED/ LDATDX, LKEYDX, KEYSDX(MXKYDX), MASKDX(MXKYDX)
0017 + , IOPADX, IOPBDX, IOPCDX, IOPDDX, IOPEDX, IOPFDX
0018 + , IOPGDX, IOPHDX, IOPIDX, IOPJDX, IOPKDX, IOPLDX
0019 + , IOPMDX, IOPNDX, IOPODX, IOPPDX, IOPQDX, IOPRDX
0020 + , IOPSDX, IOPTDX, IOPUDX, IOPVDX, IOPWDX, IOPXDX
0021 + , IOPYDX, IOPZDX, IOKYDX(MXKYDX)
0022
0023 #endif