Changeset 13767 for issm/trunk-jpl/src/c/shared
- Timestamp:
- 10/20/12 00:24:34 (13 years ago)
- Location:
- issm/trunk-jpl/src/c/shared/Numerics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Numerics/isnan.h
r12583 r13767 5 5 #ifndef _XISNAN_H_ 6 6 #define _XISNAN_H_ 7 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #else 11 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 12 #endif 13 7 14 8 15 #include <cmath> … … 16 23 } 17 24 18 #if def _HAVE_ADOLC_25 #if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_) 19 26 template <> int xIsNan<adouble> (const adouble& X); 20 27 #endif -
issm/trunk-jpl/src/c/shared/Numerics/recast.h
r12546 r13767 9 9 #define _RECAST_H_ 10 10 11 #ifndef _HAVE_ADOLC_ 11 #ifdef HAVE_CONFIG_H 12 #include <config.h> 13 #else 14 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 15 #endif 16 17 #if !defined(_HAVE_ADOLC_) || defined(_WRAPPERS_) 12 18 13 19 template<class To, class From>
Note:
See TracChangeset
for help on using the changeset viewer.