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