]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - GEANT321/geant321/eropts.inc
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / eropts.inc
diff --git a/GEANT321/geant321/eropts.inc b/GEANT321/geant321/eropts.inc
deleted file mode 100644 (file)
index d563cab..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.2  1996/07/25 15:01:02  ravndal
-* CMZ to CVS conversion artefact removed
-*
-* Revision 1.1  1996/03/06 15:32:33  mclareni
-* Add geane321 includes
-*
-*
-#ifndef CERNLIB_ERPRCDES_EROPTS_INC
-#define CERNLIB_ERPRCDES_EROPTS_INC
-*
-*      Sequence for conditions to stop tracking
-*
-* eropts.inc
-*
-      CHARACTER*8     CHOPTI
-      LOGICAL         LEEXAC, LELENG, LEONLY, LEPLAN, LEPOIN, LEVOLU
-      REAL            ERPLI, ERPLO, ERLENG
-      INTEGER         NAMEER, NUMVER, IOVLER
-      COMMON /EROPTS/ ERPLI(3,2), ERPLO(3,4,MXPRED), ERLENG(MXPRED),
-     +                NAMEER(MXPRED), NUMVER(MXPRED), IOVLER(MXPRED),
-     +                LEEXAC, LELENG, LEONLY, LEPLAN, LEPOIN, LEVOLU
-      COMMON /EROPTC/CHOPTI
-*
-* eropts.inc
-*
-#if defined(CERNLIB_INCLUDE)
-#include "geant231/incbeg.inc"
-     +    EROPTS
-#include "geant321/incend.inc"
-#endif
-
-#endif