]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/d/triint128.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / d / triint128.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/04/01 15:02:14  mclareni
6 * Mathlib gen
7 *
8 *
9 #include "gen/pilot.h"
10 #if !defined(CERNLIB_DOUBLE)
11       FUNCTION DTRINT(F,NSD,NPT,EPS,X1,Y1,X2,Y2,X3,Y3)
12 C
13 #include "gen/imp128.inc"
14 C
15       CHARACTER NAME*(*)
16       PARAMETER (NAME = 'DTRINT')
17       DTRINT=0
18       CALL MTLPRT(NAME,'D105.0','Not available on this machine')
19       RETURN
20       END
21 #endif