source:
issm/oecreview/Archive/13393-13976/ISSM-13829-13830.diff
Last change on this file was 13980, checked in by , 12 years ago | |
---|---|
File size: 851 bytes |
-
../trunk-jpl/src/c/shared/Numerics/isnan.cpp
10 10 #include "isnan.h" 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 } 16 16 #endif -
../trunk-jpl/src/c/shared/Numerics/isnan.h
5 5 #ifndef _XISNAN_H_ 6 6 #define _XISNAN_H_ 7 7 8 9 8 #ifdef HAVE_CONFIG_H 10 9 #include <config.h> 11 10 #else
Note:
See TracBrowser
for help on using the repository browser.