]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MINICERN/mathlib/gen/a/greal.F
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / a / greal.F
diff --git a/MINICERN/mathlib/gen/a/greal.F b/MINICERN/mathlib/gen/a/greal.F
deleted file mode 100644 (file)
index 2c1c9e9..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.1.1.1  1996/04/01 15:03:29  mclareni
-* Mathlib gen
-*
-*
-#include "gen/pilot.h"
-#if (defined(CERNLIB_QF2C))&&(!defined(CERNLIB_LINUX))
-      DOUBLE PRECISION FUNCTION GREAL(Z)
-      DOUBLE PRECISION Z(2)
-      GREAL=Z(1)
-      RETURN
-      END
-#endif