]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/tcgens/sungs/jbytet.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgens / sungs / jbytet.F
CommitLineData
fe4da5cc 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 JBYTET (MZ,IZW,IZP,NZB)
10C
11C CERN PROGLIB# M421 JBYTET .VERSION KERNSUN 1.06 920511
12C ORIG. 22/09/88, JZ
13C
14#if defined(CERNLIB_BUGLRSHFT)
15 JBYTET = AND (MZ, ishft (LSHIFT(IZW,33-IZP-NZB), -32+NZB))
16#endif
17#if !defined(CERNLIB_BUGLRSHFT)
18 JBYTET = AND (MZ, lrshft (LSHIFT(IZW,33-IZP-NZB), 32-NZB) )
19#endif
20 RETURN
21 END