]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/d/rknysd.F
Dummy subroutines to avoid files with no code in
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / d / rknysd.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/04/01 15:02:17  mclareni
6 * Mathlib gen
7 *
8 *
9 #include "gen/pilot.h"
10 #if defined(CERNLIB_DOUBLE)
11       SUBROUTINE RRKNYS(N,H,X,Y,YP,SUB,W)
12 C
13       CHARACTER NAME*(*)
14       PARAMETER (NAME = 'RRKNYS')
15       ENTRY RKNYS(N,H,X,Y,YP,SUB,W)
16 #endif
17 #if !defined(CERNLIB_DOUBLE)
18       SUBROUTINE DRKNYS(N,H,X,Y,YP,SUB,W)
19 C
20       CHARACTER NAME*(*)
21       PARAMETER (NAME = 'DRKNYS')
22 #endif
23       CALL MTLPRT(NAME,'D203.0','Not available on this machine')
24       RETURN
25       END