]> git.uio.no Git - u/mrichter/AliRoot.git/blob - GEANT321/geant321/gcflag.inc
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / gcflag.inc
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1995/10/24 10:20:31  cernlib
6 * Geant
7 *
8 *
9 #ifndef CERNLIB_GEANT321_GCFLAG_INC
10 #define CERNLIB_GEANT321_GCFLAG_INC
11 *
12 *
13 * gcflag.inc
14 *
15 #if !defined(CERNLIB_INCLUDE)
16       COMMON/GCFLAG/IDEBUG,IDEMIN,IDEMAX,ITEST,IDRUN,IDEVT,IEORUN
17      +        ,IEOTRI,IEVENT,ISWIT(10),IFINIT(20),NEVENT,NRNDM(2)
18       COMMON/GCFLAX/BATCH, NOLOG
19       LOGICAL BATCH, NOLOG
20 C
21 #if defined(CERNLIB_TYPE)
22 #include "geant321/gtflag.inc"
23 #endif
24 #endif
25 *
26 * gcflag.inc
27 *
28 #if defined(CERNLIB_INCLUDE)
29 *
30 #include "geant321/incbeg.inc"
31      +   gcflag
32 #include "geant321/incend.inc"
33 #endif
34
35 #endif