Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/gen/def64.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 * def64.inc
0011 *
0012 #if !defined(CERNLIB_DOUBLE)
0013       REAL
0014 #endif
0015 #if (defined(CERNLIB_DOUBLE))&&(defined(CERNLIB_F90))
0016       REAL(2)
0017 #endif
0018 #if defined(CERNLIB_DOUBLE)
0019       DOUBLE PRECISION
0020 #endif