]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/tcgens/ie3tos.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgens / ie3tos.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:50:10  mclareni
6 * Kernlib
7 *
8 *
9 #include "kerngen/pilot.h"
10 #if defined(CERNLIB_QMIRTD)
11 #include "irtdgs/ie3tos.F"
12 #elif defined(CERNLIB_QMVAX)
13 #include "vaxgs/ie3tos.F"
14 #else
15       SUBROUTINE IE3TOS (MS,MT,NWDO,JBAD)
16 C
17 C CERN PROGLIB# M220    IE3TOS          .VERSION KERNFOR  4.15  861204
18
19 C-    Convert single precision for input with copy
20 C-    from source in IEEE to target in native data format
21 C-    Dummy routine valid for machines with IEEE internal repr.
22
23       DIMENSION    MS(99), MT(99)
24
25       CALL UCOPY (MS,MT,NWDO)
26
27       JBAD = 0
28       RETURN
29       END
30 #endif