Last change
on this file since 13980 was 13980, checked in by Mathieu Morlighem, 12 years ago |
preparing oecreview for 13393-13976'
|
File size:
851 bytes
|
Rev | Line | |
---|
[13980] | 1 | Index: ../trunk-jpl/src/c/shared/Numerics/isnan.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/shared/Numerics/isnan.cpp (revision 13829)
|
---|
| 4 | +++ ../trunk-jpl/src/c/shared/Numerics/isnan.cpp (revision 13830)
|
---|
| 5 | @@ -10,7 +10,7 @@
|
---|
| 6 | #include "isnan.h"
|
---|
| 7 |
|
---|
| 8 | #if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_)
|
---|
| 9 | -template <> int xIsNan<adouble> (const adouble& X) {
|
---|
| 10 | +template <> int xIsNan<adouble> (const adouble& X){
|
---|
| 11 | return isnan(X.getValue());
|
---|
| 12 | }
|
---|
| 13 | #endif
|
---|
| 14 | Index: ../trunk-jpl/src/c/shared/Numerics/isnan.h
|
---|
| 15 | ===================================================================
|
---|
| 16 | --- ../trunk-jpl/src/c/shared/Numerics/isnan.h (revision 13829)
|
---|
| 17 | +++ ../trunk-jpl/src/c/shared/Numerics/isnan.h (revision 13830)
|
---|
| 18 | @@ -5,7 +5,6 @@
|
---|
| 19 | #ifndef _XISNAN_H_
|
---|
| 20 | #define _XISNAN_H_
|
---|
| 21 |
|
---|
| 22 | -
|
---|
| 23 | #ifdef HAVE_CONFIG_H
|
---|
| 24 | #include <config.h>
|
---|
| 25 | #else
|
---|
Note:
See
TracBrowser
for help on using the repository browser.