]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/mathlib/gen/c/dawson128.F
Fixing for Sun
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / dawson128.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/04/01 15:02:07 mclareni
6* Mathlib gen
7*
8*
9#include "gen/pilot.h"
10#if !defined(CERNLIB_DOUBLE)
11 FUNCTION DDAWSN(X)
12C
13#include "gen/imp128.inc"
14C
15 CHARACTER*(*) NAME
16 PARAMETER( NAME='DDAWSN')
17 DDAWSN=0
18 CALL MTLPRT(NAME,'C339.0','Not available on this machine')
19 RETURN
20 END
21#endif