]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/tcgenc/mpwgs/locf.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgenc / mpwgs / locf.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:50:40  mclareni
6 * Kernlib
7 *
8 *
9       FUNCTION LOCF (AM)
10 C
11 C CERN PROGLIB# N100    LOCF            .VERSION KERNMPW  1.00  891208
12 C ORIG. 13/12/83  F.Carminati
13 C
14       DIMENSION AM(*)
15  
16       LOCF= %LOC (AM(1))
17       LOCF= ISHFT(LOCF, -2)
18       END