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 , 13 years ago | |
---|---|
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_ |
9 | int isnan(double X); |
10 | #endif |
11 | |
12 | #endif |
13 |
Note:
See TracBrowser
for help on using the repository browser.