]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/tcgen/proxim.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgen / proxim.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/02/15 17:49:52 mclareni
6* Kernlib
7*
8*
9#include "kerngen/pilot.h"
10 FUNCTION PROXIM (ANGL,STAND)
11C
12C CERN PROGLIB# V306 PROXIM .VERSION KERNFOR 4.21 890323
13C ORIG. 15/03/68 JZ, re-write 8/03/89 K.S.Koelbig
14C
15 PARAMETER (PI2 = 6.28318 53071 79586D0, RPI2 =1/PI2)
16
17 PROXIM = ANGL + PI2*ANINT(RPI2*(STAND-ANGL))
18 RETURN
19 END