source: issm/oecreview/Archive/13393-13976/ISSM-13829-13830.diff

Last change on this file was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 851 bytes
  • ../trunk-jpl/src/c/shared/Numerics/isnan.cpp

     
    1010#include "isnan.h"
    1111
    1212#if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_)
    13 template <> int xIsNan<adouble> (const adouble& X) {
     13template <> int xIsNan<adouble> (const adouble& X){
    1414  return isnan(X.getValue());
    1515}
    1616#endif
  • ../trunk-jpl/src/c/shared/Numerics/isnan.h

     
    55#ifndef _XISNAN_H_
    66#define _XISNAN_H_
    77
    8 
    98#ifdef HAVE_CONFIG_H
    109   #include <config.h>
    1110#else
Note: See TracBrowser for help on using the repository browser.