]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/zebra/rz/rziphd.F
Added protection. In case IROT=0 the address Q(LQ(JROTM-IROT)) should not
[u/mrichter/AliRoot.git] / MINICERN / packlib / zebra / rz / rziphd.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/03/06 10:47:24  mclareni
6 * Zebra
7 *
8 *
9 #include "zebra/pilot.h"
10       SUBROUTINE RZIPHD(LUN,JREC,IREC,IBUF,IRC)
11       DIMENSION IBUF(JREC)
12       IRC = 0
13       READ(LUN,REC=IREC,ERR=99,IOSTAT=ISTAT) IBUF
14       RETURN
15  99   IRC = ISTAT
16       END