]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MICROCERN/kerngen/qnatch.inc
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MICROCERN / kerngen / qnatch.inc
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.2.1  2002/07/11 17:14:49  alibrary
6 * Adding MICROCERN
7 *
8 * Revision 1.1.1.1  1999/05/18 15:55:29  fca
9 * AliRoot sources
10 *
11 * Revision 1.1.1.1  1996/02/15 17:49:14  mclareni
12 * Kernlib
13 *
14 *
15 *  Siemens compiler
16 *
17 * qnatch.inc
18 *
19 #if defined(CERNLIB_QMIBM)
20 #if defined(CERNLIB_QF_SIEM)
21       COMMON /QNATCH/ NATCH(256)
22       INTEGER*2       NATCH
23 #else
24       INTEGER*2       NATCH(256)
25 #endif
26 #include "qnatchdata.inc"
27 #endif