]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/c/rteq3.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / rteq3.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       SUBROUTINE RRTEQ3(R,S,T,X,D)
11 #if defined(CERNLIB_DOUBLE)
12 C
13       CHARACTER NAME*6
14       NAME = 'RRTEQ3'
15       CALL MTLPRT(NAME,'C207.0','Not available on this machine')
16       RETURN
17 #endif
18       ENTRY RTEQ3(R,S,T,X,D)
19 #if defined(CERNLIB_DOUBLE)
20       NAME = 'RTEQ3'
21       CALL MTLPRT(NAME,'C207.0','Not available on this machine')
22 #endif
23 #if !defined(CERNLIB_DOUBLE)
24       CALL RRTEQ3(R,S,T,X,D)
25 #endif
26       END