]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/a/dimag.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / a / dimag.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))&&(!defined(CERNLIB_LINUX))
11       DOUBLE PRECISION FUNCTION DIMAG(Z)
12       DOUBLE PRECISION Z(2)
13       DIMAG=Z(2)
14       RETURN
15       END
16 #endif