]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/zebra/qutil/qutyinv/izhnum.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / zebra / qutil / qutyinv / izhnum.F
CommitLineData
fe4da5cc 1 SUBROUTINE IZHNUM (HOLL,INTV,NP)
2
3 INTEGER INTV(99), HOLL(99)
4
5#include "zebra/q_and.inc"
6
7 DO 39 JWH=1,NP
8 39 INTV(JWH) = IAND (HOLL(JWH), 255)
9 RETURN
10 END