]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/mathlib/gen/d/cgauss128.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / d / cgauss128.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/04/01 15:02:16 mclareni
6* Mathlib gen
7*
8*
9#include "gen/pilot.h"
10#if !defined(CERNLIB_DOUBLE)
11 FUNCTION WGAUSS(F,A,B,EPS)
12#include "gen/imp128.inc"
13 COMPLEX*16 WGAUSS
14 CHARACTER*(*) NAME
15 PARAMETER( NAME='WGAUSS')
16 WGAUSS=0
17 CALL MTLPRT(NAME,'D113.0','Not available on this machine')
18 RETURN
19 END
20#endif