Warning, /include/pdf/expdp.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id: expdp.inc,v 1.1.1.2 1996/10/30 08:27:10 cernlib Exp $
0003 *
0004 * $Log: expdp.inc,v $
0005 * Revision 1.1.1.2 1996/10/30 08:27:10 cernlib
0006 * Version 7.04
0007 *
0008 * Revision 1.1.1.1 1996/04/12 15:28:48 plothow
0009 * Version 7.01
0010 *
0011 *
0012 *
0013 * expdp.inc
0014 *
0015 #if defined(CERNLIB_DOUBLE)
0016 DOUBLE PRECISION
0017 #endif
0018 #if defined(CERNLIB_SINGLE)
0019 REAL
0020 #endif