]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/mathlib/gen/c/dclaus.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / dclaus.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/04/01 15:02:03 mclareni
6* Mathlib gen
7*
8*
9#include "gen/pilot.h"
10#if !defined(CERNLIB_DOUBLE)
11 FUNCTION DCLAUS(X)
12 CHARACTER*6 NAME
13 NAME = 'DCLAUS'
14 CALL MTLPRT(NAME,'C326',
15 +'not available on this machine - see documentation')
16 DCLAUS = 0.D0
17 RETURN
18 END
19#endif