]> git.uio.no Git - u/mrichter/AliRoot.git/blob - GEANT321/geant321/gcphxs.inc
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / gcphxs.inc
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1995/10/24 10:20:35  cernlib
6 * Geant
7 *
8 *
9 #ifndef CERNLIB_GEANT321_GCPHXS_INC
10 #define CERNLIB_GEANT321_GCPHXS_INC
11 *
12 *
13 * gcphxs.inc
14 *
15 #if !defined(CERNLIB_INCLUDE)
16       INTEGER MAXPOW,MAXINT
17       PARAMETER (MAXPOW=4)
18       PARAMETER (MAXINT=13)
19       CHARACTER*6 CRNGUP
20       COMMON /GCPXRN/ CRNGUP(MAXINT,MAXELZ)
21       REAL COFS,GPOMIN
22       COMMON /GCPXCF/ COFS(MAXPOW,MAXINT,MAXELZ),GPOMIN(MAXELZ)
23 C
24 #endif
25 *
26 * gcphxs.inc
27 *
28 #if defined(CERNLIB_INCLUDE)
29 *
30 #include "geant321/incbeg.inc"
31      +   gcphxs
32 #include "geant321/incend.inc"
33 #endif
34
35 #endif