]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MICROCERN/gen/defc64.inc
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MICROCERN / gen / defc64.inc
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.2.1  2002/07/11 17:14:48  alibrary
6 * Adding MICROCERN
7 *
8 * Revision 1.1.1.1  1999/05/18 15:55:35  fca
9 * AliRoot sources
10 *
11 * Revision 1.1.1.1  1996/04/01 15:02:59  mclareni
12 * Mathlib gen
13 *
14 *
15 * defc64.inc
16 *
17 #if (defined(CERNLIB_DOUBLE))&&(defined(CERNLIB_F90))
18       COMPLEX(2)
19
20 #elif !defined(CERNLIB_DOUBLE)
21       COMPLEX
22
23 #elif 1
24       COMPLEX*16
25
26 #endif