]> git.uio.no Git - u/mrichter/AliRoot.git/blob - GEANT321/geant321/lujets.inc
Using dlsym to retrieve address of commons
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / lujets.inc
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1995/10/24 10:20:34  cernlib
6 * Geant
7 *
8 *
9 #ifndef CERNLIB_GEANT321_LUJETS_INC
10 #define CERNLIB_GEANT321_LUJETS_INC
11 *
12 *
13 * lujets.inc
14 *
15 #if !defined(CERNLIB_INCLUDE)
16       COMMON/LUJETS/N,K(4000,5),P(4000,5),V(4000,5)
17       INTEGER N,K
18       REAL P,V
19       SAVE /LUJETS/
20 *
21 #endif
22 *
23 * lujets.inc
24 *
25 #if defined(CERNLIB_INCLUDE)
26 *
27 #include "geant321/incbeg.inc"
28      +    lujets
29 #include "geant321/incend.inc"
30 #endif
31
32 #endif