]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/mathlib/gen/c/besi0128.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / besi0128.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/04/01 15:02:00 mclareni
6* Mathlib gen
7*
8*
9#include "gen/pilot.h"
10#if !defined(CERNLIB_DOUBLE)
11 FUNCTION DBESI0(X)
12#include "gen/imp128.inc"
13 CHARACTER*(*) NAME1, NAME2, NAME3, NAME4,
14 + NAME5, NAME6, NAME7, NAME8
15 PARAMETER( NAME1='DBESI0')
16 PARAMETER( NAME2='DEBSI0')
17 PARAMETER( NAME3='DBESI1')
18 PARAMETER( NAME4='DEBSI1')
19 PARAMETER( NAME5='DBESK0')
20 PARAMETER( NAME6='DEBSK0')
21 PARAMETER( NAME7='DBESK1')
22 PARAMETER( NAME8='DEBSK1')
23 CALL MTLPRT(NAME1,'C313.0','Not available on this machine')
24 RETURN
25
26 ENTRY DEBSI0(X)
27 DEBSI0=0
28 CALL MTLPRT(NAME2,'C313.0','Not available on this machine')
29 RETURN
30
31 ENTRY DBESI1(X)
32 DBESI1=0
33 CALL MTLPRT(NAME3,'C313.0','Not available on this machine')
34 RETURN
35
36 ENTRY DEBSI1(X)
37 DEBSI1=0
38 CALL MTLPRT(NAME4,'C313.0','Not available on this machine')
39 RETURN
40
41 ENTRY DBESK0(X)
42 DBESK0=0
43 CALL MTLPRT(NAME5,'C313.0','Not available on this machine')
44 RETURN
45
46 ENTRY DEBSK0(X)
47 DEBSK0=0
48 CALL MTLPRT(NAME6,'C313.0','Not available on this machine')
49 RETURN
50
51 ENTRY DBESK1(X)
52 DBESK1=0
53 CALL MTLPRT(NAME7,'C313.0','Not available on this machine')
54 RETURN
55
56 ENTRY DEBSK1(X)
57 DEBSK1=0
58 CALL MTLPRT(NAME8,'C313.0','Not available on this machine')
59 RETURN
60 END
61#endif