Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/kerngen/qnatch.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1  1996/02/15 17:49:13  mclareni
0006 * Initial revision
0007 *
0008 *
0009 *  Siemens compiler
0010 *
0011 * qnatch.inc
0012 *
0013 #if defined(CERNLIB_QMIBM)
0014 #if defined(CERNLIB_QF_SIEM)
0015       COMMON /QNATCH/ NATCH(256)
0016       INTEGER*2       NATCH
0017 #else
0018       INTEGER*2       NATCH(256)
0019 #endif
0020 #include "qnatchdata.inc"
0021 #endif