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