]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - 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
diff --git a/MINICERN/mathlib/gen/c/rteq3.F b/MINICERN/mathlib/gen/c/rteq3.F
new file mode 100644 (file)
index 0000000..879fba6
--- /dev/null
@@ -0,0 +1,26 @@
+*
+* $Id$
+*
+* $Log$
+* Revision 1.1.1.1  1996/04/01 15:01:52  mclareni
+* Mathlib gen
+*
+*
+#include "gen/pilot.h"
+      SUBROUTINE RRTEQ3(R,S,T,X,D)
+#if defined(CERNLIB_DOUBLE)
+C
+      CHARACTER NAME*6
+      NAME = 'RRTEQ3'
+      CALL MTLPRT(NAME,'C207.0','Not available on this machine')
+      RETURN
+#endif
+      ENTRY RTEQ3(R,S,T,X,D)
+#if defined(CERNLIB_DOUBLE)
+      NAME = 'RTEQ3'
+      CALL MTLPRT(NAME,'C207.0','Not available on this machine')
+#endif
+#if !defined(CERNLIB_DOUBLE)
+      CALL RRTEQ3(R,S,T,X,D)
+#endif
+      END