source: issm/branches/trunk-jpl-damage/src/c/shared/Numerics/isnan.h@ 11427

Last change on this file since 11427 was 11092, checked in by Eric.Larour, 13 years ago

Windows specific typedefs NaN and Infinity.

File size: 171 bytes
Line 
1/*!\file: isnan.h
2 * \brief: only used for intel compiler.
3 */
4
5#ifndef _ISNAN_INTEL_H_
6#define _ISNAN_INTEL_H_
7
8#ifdef _INTEL_WIN_
9int isnan(double X);
10#endif
11
12#endif
13
Note: See TracBrowser for help on using the repository browser.