Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/dzdoc/dzdocobk.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1  1996/03/04 16:12:58  mclareni
0006 * Initial revision
0007 *
0008 *
0009 #ifndef CERNLIB_DZDOC_DZDOCOBK_INC
0010 #define CERNLIB_DZDOC_DZDOCOBK_INC
0011 *
0012 * Parameter values for the link description bank
0013 *
0014 * dzdocobk.inc
0015 *
0016 C--     Offset for NL, NS and ND for bank being described
0017       PARAMETER (MONLQ = 1 , MONSQ = MONLQ+1 , MONDQ = MONSQ+1)
0018 C--     Offset for Hollerith identifier of bank
0019       PARAMETER (MOIDHQ = 7)
0020 C--     Offset of ORigin, UP and NeXt links
0021       PARAMETER (MOORQ = 8 , MOUPQ = MOORQ+1 , MONXQ = MOUPQ+1)
0022 C--     Offset for 0th address of links of bank
0023       PARAMETER (MOLK0Q = MONXQ)
0024 C--     Offset in IQUEST of return address for link description bank
0025       PARAMETER (MOQUEQ = 11)
0026 
0027 #endif