Changeset 13829
- Timestamp:
- 10/25/12 11:32:25 (12 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Makefile.am
r13783 r13829 192 192 ./shared/Numerics/cross.cpp\ 193 193 ./shared/Numerics/isnan.h\ 194 ./shared/Numerics/isnan.cpp\ 194 195 ./shared/Numerics/cubic.cpp\ 195 196 ./shared/Numerics/extrema.cpp\ -
issm/trunk-jpl/src/c/shared/Numerics/isnan.h
r13782 r13829 5 5 #ifndef _XISNAN_H_ 6 6 #define _XISNAN_H_ 7 7 8 8 9 #ifdef HAVE_CONFIG_H … … 24 25 25 26 #if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_) 26 template <> int xIsNan<adouble> (const adouble& X) { 27 return isnan(X.getValue()); 28 } 27 template <> int xIsNan<adouble> (const adouble& X); 29 28 #endif 30 29
Note:
See TracChangeset
for help on using the changeset viewer.