]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MICROCERN/gen/impc64.inc
Split femto code into two libraries
[u/mrichter/AliRoot.git] / MICROCERN / gen / impc64.inc
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.2.4.1  2002/11/26 16:50:55  hristov
6 * Merging NewIO with v3-09-04
7 *
8 * Revision 1.2  2002/10/14 14:57:11  hristov
9 * Merging the VirtualMC branch to the main development branch (HEAD)
10 *
11 * Revision 1.1.2.1  2002/07/11 17:14:49  alibrary
12 * Adding MICROCERN
13 *
14 * Revision 1.1.1.1  1999/05/18 15:55:36  fca
15 * AliRoot sources
16 *
17 * Revision 1.1.1.1  1996/04/01 15:02:59  mclareni
18 * Mathlib gen
19 *
20 *
21 *
22 * impc64.inc
23 *
24 #if (defined(CERNLIB_DOUBLE))&&(defined(CERNLIB_F90))
25       IMPLICIT COMPLEX(2) (A-H,I,O-Z)
26
27 #elif !defined(CERNLIB_DOUBLE)
28       IMPLICIT COMPLEX    (A-H,I,O-Z)
29
30 #elif 1
31       IMPLICIT COMPLEX*16 (A-H,I,O-Z)
32
33 #endif