]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/mathlib/gen/gen/defc64.inc
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / gen / defc64.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/04/01 15:02:59 mclareni
6* Mathlib gen
7*
8*
9* defc64.inc
10*
11#if (defined(CERNLIB_DOUBLE))&&(defined(CERNLIB_F90))
12 COMPLEX(2)
13
14#elif !defined(CERNLIB_DOUBLE)
15 COMPLEX
16
17#elif 1
18 COMPLEX*16
19
20#endif