]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/mathlib/gen/c/cwerf128.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / cwerf128.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/04/01 15:02:05 mclareni
6* Mathlib gen
7*
8*
9#include "gen/pilot.h"
10#if !defined(CERNLIB_DOUBLE)
11 FUNCTION WWERF(Z)
12#include "gen/imp128.inc"
13#if (!defined(CERNLIB_F90))&&(!defined(CERNLIB_DOUBLE))
14 COMPLEX*16 WWERF
15#endif
16#if (defined(CERNLIB_F90))&&(!defined(CERNLIB_DOUBLE))
17 COMPLEX(2) WWERF
18#endif
19#if !defined(CERNLIB_DOUBLE)
20C
21 CHARACTER*(*) NAME
22 PARAMETER( NAME='WWERF')
23 WWERF=0
24 CALL MTLPRT(NAME,'C335.0','Not available on this machine')
25 RETURN
26 END
27#endif
28#endif