Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/gen/impc64.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1  1996/04/01 15:02:58  mclareni
0006 * Initial revision
0007 *
0008 *
0009 *
0010 * impc64.inc
0011 *
0012 #if (defined(CERNLIB_DOUBLE))&&(defined(CERNLIB_F90))
0013       IMPLICIT COMPLEX(2) (A-H,I,O-Z)
0014 
0015 #elif !defined(CERNLIB_DOUBLE)
0016       IMPLICIT COMPLEX    (A-H,I,O-Z)
0017 
0018 #elif 1
0019       IMPLICIT COMPLEX*16 (A-H,I,O-Z)
0020 
0021 #endif