]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/tcgen/ie3tod.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgen / ie3tod.F
CommitLineData
fe4da5cc 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)
16C
17C CERN PROGLIB# M220 IE3TOD .VERSION KERNFOR 4.15 861204
18
19C- Convert double precision for input with copy
20C- from source in IEEE to target in native data format
21C- 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