]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/c/rmullz.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / rmullz.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/04/01 15:01:52  mclareni
6 * Mathlib gen
7 *
8 *
9 #include "gen/pilot.h"
10 #if defined(CERNLIB_DOUBLE)
11       SUBROUTINE RMULLZ(A,N,MAXITR,Z0)
12 C
13       CHARACTER*(*) NAME
14       PARAMETER( NAME='RMULLZ')
15       CALL MTLPRT(NAME,'C202.0','Not available on this machine')
16       RETURN
17       END
18 #endif