]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/xvect/irtdgs/xoutb.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / xvect / irtdgs / xoutb.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:50:37  mclareni
6 * Kernlib
7 *
8 *
9       SUBROUTINE XOUTB  (LUN,BV,NB)
10 C
11 C CERN PROGLIB# Z203    XOUTB           .VERSION KERNIRT  1.06  930811
12 C ORIG. 15/07/78 JZ
13 C
14       DIMENSION    BV(NB)
15 C
16       REAL XNB
17       INTEGER INB
18       EQUIVALENCE (XNB,INB)
19       INB = NB
20       WRITE (LUN)  XNB,BV
21       RETURN
22       END