]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ISAJET/isajet/zvout.inc
Correct number of tracks that is returned by LoadPoints method. Removal of double...
[u/mrichter/AliRoot.git] / ISAJET / isajet / zvout.inc
CommitLineData
0795afa3 1#ifndef CERNLIB_ISAJET_ZVOUT_INC
2#define CERNLIB_ISAJET_ZVOUT_INC
3*
4*
5* zvout.inc
6*
7 COMMON/ZVOUT/ZVOUT(512)
8 SAVE /ZVOUT/
9#if defined(CERNLIB_LEVEL2)
10#include "isajet/l2zout.inc"
11* Ignoring t=pass
12#endif
13 REAL ZVOUT
14
15#endif