Changeset 13830
- Timestamp:
- 10/25/12 12:04:51 (12 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.cpp
r13829 r13830 11 11 12 12 #if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_) 13 template <> int xIsNan<adouble> (const adouble& X) 13 template <> int xIsNan<adouble> (const adouble& X){ 14 14 return isnan(X.getValue()); 15 15 } -
issm/trunk-jpl/src/c/shared/Numerics/isnan.h
r13829 r13830 5 5 #ifndef _XISNAN_H_ 6 6 #define _XISNAN_H_ 7 8 7 9 8 #ifdef HAVE_CONFIG_H
Note:
See TracChangeset
for help on using the changeset viewer.