]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HIJING/hijing1_36/sgmin.F
Chiara O. implemented a way to bypass HIJING internal calculation
[u/mrichter/AliRoot.git] / HIJING / hijing1_36 / sgmin.F
CommitLineData
e74335a4 1* $Id$
2C
3C
4C
5C
6C
7 FUNCTION SGMIN(N)
8 GA=0.
9 IF(N.LE.2) GO TO 20
10 DO 10 I=1,N-1
11 Z=I
12 GA=GA+ALOG(Z)
1310 CONTINUE
1420 SGMIN=GA
15 RETURN
16 END