]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HIJING/hijing1_36/gmin.F
Do not update impact parameter in case of event repetition
[u/mrichter/AliRoot.git] / HIJING / hijing1_36 / gmin.F
CommitLineData
e74335a4 1* $Id$
2c
3C
4C
5 FUNCTION GMIN(N)
6 IMPLICIT REAL*8(A-H,O-Z)
7 GA=0.
8 IF(N.LE.2) GO TO 20
9 DO 10 I=1,N-1
10 Z=I
11 GA=GA+DLOG(Z)
1210 CONTINUE
1320 GMIN=GA
14 RETURN
15 END