]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/tcgens/ublank.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgens / ublank.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:50:14  mclareni
6 * Kernlib
7 *
8 *
9 #include "kerngen/pilot.h"
10       SUBROUTINE UBLANK (IV,JL,JR)
11 C
12 C CERN PROGLIB# V300    UBLANK          .VERSION KERNFOR  4.08  840613
13 C ORIG. 01/01/65 JZ
14 C
15       DIMENSION IV(80)
16       DATA IBL     /4H     /
17 C
18 C
19       DO 29 J=JL,JR
20    29 IV(J)= IBL
21       RETURN
22       END