Changeset 12438
- Timestamp:
- Mar 13, 2007, 6:06:34 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psType.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psType.h
r12431 r12438 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.5 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-03-14 0 0:39:51$12 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-03-14 04:06:34 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 22 22 /// @{ 23 23 24 #include < stdint.h>24 #include <inttypes.h> // According to C99, this includes stdint.h 25 25 #include <float.h> 26 26 #include <stdbool.h> 27 28 // Make sure we have INFINITY and NAN 29 // Use GSL --- they solved the problem so we don't have to 30 #ifndef INFINITY 31 #include <gsl/gsl_nan.h> 32 #define INFINITY GSL_POSINF 33 #endif 34 #ifndef NAN 35 #include <gsl/gsl_nan.h> 36 #define NAN GSL_NAN 37 #endif 27 38 28 39 /******************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
