]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/guser/guskip.F
removed a statement out of a loop
[u/mrichter/AliRoot.git] / GEANT321 / guser / guskip.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:21:46 cernlib
6* Geant
7*
8*
9#include "geant321/pilot.h"
10*CMZ : 3.21/02 29/03/94 15.41.25 by S.Giani
11*-- Author :
12 SUBROUTINE GUSKIP (ISKIP)
13C.
14C. ******************************************************************
15C. * *
16C. * User routine to skip unwanted tracks *
17C. * *
18C. * Called by : GSSTAK *
19C. * Author : F.Bruyant *
20C. * *
21C. ******************************************************************
22C.
23#include "geant321/gcbank.inc"
24#include "geant321/gckine.inc"
25C. ------------------------------------------------------------------
26*
27 ISKIP = 0
28* END GUSKIP
29 END
30