Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/gen/defc64.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 * defc64.inc
0010 *
0011 #if (defined(CERNLIB_DOUBLE))&&(defined(CERNLIB_F90))
0012       COMPLEX(2)
0013 
0014 #elif !defined(CERNLIB_DOUBLE)
0015       COMPLEX
0016 
0017 #elif 1
0018       COMPLEX*16
0019 
0020 #endif