]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geant321/gcvolu.inc
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / gcvolu.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_GCVOLU_INC
10#define CERNLIB_GEANT321_GCVOLU_INC
11*
12*
13* gcvolu.inc
14*
15#if !defined(CERNLIB_INCLUDE)
16 COMMON/GCVOLU/NLEVEL,NAMES(15),NUMBER(15),
17 +LVOLUM(15),LINDEX(15),INFROM,NLEVMX,NLDEV(15),LINMX(15),
18 +GTRAN(3,15),GRMAT(10,15),GONLY(15),GLX(3)
19C
20#if defined(CERNLIB_TYPE)
21#include "geant321/gtvolu.inc"
22#endif
23#endif
24*
25* gcvolu.inc
26*
27#if defined(CERNLIB_INCLUDE)
28*
29#include "geant321/incbeg.inc"
30 + gcvolu
31#include "geant321/incend.inc"
32#endif
33
34#endif