]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/tcgens/sungs/jbit.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgens / sungs / jbit.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:50:20  mclareni
6 * Kernlib
7 *
8 *
9       FUNCTION JBIT (IZW,IZP)
10 C
11 C CERN PROGLIB# M421    JBIT            .VERSION KERNSUN  1.00  880922
12 C ORIG. 22/09/88, JZ
13 C
14       JBIT = AND (RSHIFT(IZW,IZP-1), 1)
15       RETURN
16       END