]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/mathlib/gen/e/rchecf.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / e / rchecf.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 RCHECF(F,A,B,EPS,C,NC,DELTA)
12C
13 CHARACTER NAME*(*)
14 PARAMETER (NAME = 'RCHECF')
15 ENTRY CHECF(F,A,B,EPS,C,NC,DELTA)
16 CALL MTLPRT(NAME,'E406.0','Not available on this machine')
17 RETURN
18 END
19#endif