]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/ccgen/toslat.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / ccgen / toslat.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:49:28  mclareni
6 * Kernlib
7 *
8 *
9 #include "kerngen/pilot.h"
10       SUBROUTINE TOSLAT (IVEC,N)
11 C
12 C CERN PROGLIB#         TOSLAT          .VERSION KERNFOR  4.33  920511
13 C ORIG. 22/02/91, JZ
14 C Fortran interface to copy a vector from a C routine into /SLATE/
15 C On Apollo it is at the moment not possible to access a
16 C Fortran COMMON from C
17 C
18       COMMON /SLATE/ISLAT(40)
19
20       CALL UCOPY (IVEC, ISLAT, N)
21       RETURN
22       END