]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MICROCERN/gen/impc64.inc
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MICROCERN / gen / impc64.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
b9d0a01d 5* Revision 1.1.2.1 2002/07/11 17:14:49 alibrary
6* Adding MICROCERN
7*
8* Revision 1.1.1.1 1999/05/18 15:55:36 fca
9* AliRoot sources
10*
fe4da5cc 11* Revision 1.1.1.1 1996/04/01 15:02:59 mclareni
12* Mathlib gen
13*
14*
15*
16* impc64.inc
17*
18#if (defined(CERNLIB_DOUBLE))&&(defined(CERNLIB_F90))
19 IMPLICIT COMPLEX(2) (A-H,I,O-Z)
20
21#elif !defined(CERNLIB_DOUBLE)
22 IMPLICIT COMPLEX (A-H,I,O-Z)
23
24#elif 1
25 IMPLICIT COMPLEX*16 (A-H,I,O-Z)
26
27#endif