]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/tcgens/vfix.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgens / vfix.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:50:17  mclareni
6 * Kernlib
7 *
8 *
9 #include "kerngen/pilot.h"
10       SUBROUTINE VFIX (A,IA,N)
11 C
12 C CERN PROGLIB# F121    VFIX            .VERSION KERNFOR  3.15  820113
13 C ORIG. 03/05/72
14 C
15       DIMENSION A(*), IA(*)
16 C
17       IF (N.LE.0)  RETURN
18       DO 9 J=1,N
19     9 IA(J)= A(J)
20       RETURN
21       END