]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/mathlib/gen/e/dummy.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / e / dummy.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/04/01 15:02:28 mclareni
6* Mathlib gen
7*
8*
9#include "gen/pilot.h"
10#if defined(CERNLIB_DOUBLE)
11 SUBROUTINE RCHEBN(M,N,A,MDIM,B,TOL,RELERR,X,RESMAX,IRK,ITER,IOCD)
12#endif
13#if !defined(CERNLIB_DOUBLE)
14 SUBROUTINE DCHEBN(M,N,A,MDIM,B,TOL,RELERR,X,RESMAX,IRK,ITER,IOCD)
15#endif
16 CHARACTER*6 NAME
17#if defined(CERNLIB_DOUBLE)
18 NAME = 'RCHEBN'
19#endif
20#if !defined(CERNLIB_DOUBLE)
21 NAME = 'DCHEBN'
22#endif
23 CALL MTLPRT(NAME,'E222',
24 +'not available on this machine - see documentation')
25 RETURN
26 END