]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geant321/gcunit.inc
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / gcunit.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:20:33 cernlib
6* Geant
7*
8*
9#ifndef CERNLIB_GEANT321_GCUNIT_INC
10#define CERNLIB_GEANT321_GCUNIT_INC
11*
12*
13* gcunit.inc
14*
15#if !defined(CERNLIB_INCLUDE)
16 COMMON/GCUNIT/LIN,LOUT,NUNITS,LUNITS(5)
17 INTEGER LIN,LOUT,NUNITS,LUNITS
18 COMMON/GCMAIL/CHMAIL
19 CHARACTER*132 CHMAIL
20C
21#endif
22*
23* gcunit.inc
24*
25#if defined(CERNLIB_INCLUDE)
26*
27#include "geant321/incbeg.inc"
28 + gcunit
29#include "geant321/incend.inc"
30#endif
31
32#endif