]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MINICERN/mathlib/gen/d/rderiv.F
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / d / rderiv.F
diff --git a/MINICERN/mathlib/gen/d/rderiv.F b/MINICERN/mathlib/gen/d/rderiv.F
deleted file mode 100644 (file)
index 562abcc..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.1.1.1  1996/04/01 15:02:19  mclareni
-* Mathlib gen
-*
-*
-#include "gen/pilot.h"
-#if defined(CERNLIB_DOUBLE)
-      SUBROUTINE RDERIV(F,X,DELTA,DFDX,RERR)
-C
-      CHARACTER NAME*(*)
-      PARAMETER (NAME = 'RDERIV')
-      ENTRY DERIV(F,X,DELTA,DFDX,RERR)
-      CALL MTLPRT(NAME,'C401.0','Not available on this machine')
-      RETURN
-      END
-#endif