]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/c/rzerox.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / rzerox.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/04/01 15:01:51  mclareni
6 * Mathlib gen
7 *
8 *
9 #include "gen/pilot.h"
10 #if defined(CERNLIB_DOUBLE)
11       SUBROUTINE RZEROX(A0,B0,EPS,MAXF,F,MODE)
12 C
13       CHARACTER NAME*6
14       NAME = 'RZEROX'
15       CALL MTLPRT(NAME,'C200.0','Not available on this machine')
16       RETURN
17       ENTRY ZEROX(A0,B0,EPS,MAXF,F,MODE)
18       NAME = 'ZEROX'
19       CALL MTLPRT(NAME,'C200.0','Not available on this machine')
20       END
21 #endif