]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/a/dreal.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / a / dreal.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/04/01 15:03:28  mclareni
6 * Mathlib gen
7 *
8 *
9 #include "gen/pilot.h"
10 #if defined(CERNLIB_QF2C)
11       DOUBLE PRECISION FUNCTION DREAL(Z)
12       DOUBLE PRECISION Z(2)
13       DREAL=Z(1)
14       RETURN
15       END
16 #endif