]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/c/sinint128.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / sinint128.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/04/01 15:02:06  mclareni
6 * Mathlib gen
7 *
8 *
9 #include "gen/pilot.h"
10 #if !defined(CERNLIB_DOUBLE)
11       FUNCTION DSININ(X)
12 #include "gen/imp128.inc"
13 C
14       CHARACTER*(*) NAME1, NAME2
15       PARAMETER( NAME1='DSININ')
16       PARAMETER( NAME2='DCOSIN')
17       DSININ=0
18       CALL MTLPRT(NAME1,'C336.0','Not available on this machine')
19       RETURN
20
21       ENTRY DCOSIN(X)
22       DCOSIN=0
23       CALL MTLPRT(NAME2,'C336.0','Not available on this machine')
24       END
25 #endif