]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/tcgen/ie3tod.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgen / ie3tod.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:49:46  mclareni
6 * Kernlib
7 *
8 *
9 #include "kerngen/pilot.h"
10 #if defined(CERNLIB_QMIRTD)
11 #include "irtdgs/ie3tod.F"
12 #elif defined(CERNLIB_QMVAX)
13 #include "vaxgs/ie3tod.F"
14 #else
15       SUBROUTINE IE3TOD (MS,MT,NDPN,JBAD)
16 C
17 C CERN PROGLIB# M220    IE3TOD          .VERSION KERNFOR  4.15  861204
18
19 C-    Convert double 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,2*NDPN)
26
27       JBAD = 0
28       RETURN
29       END
30 #endif