- Timestamp:
- May 16, 2002, 12:44:05 AM (23 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piversion.h
r1970 r2006 2 2 #define PIVERSION_H_SEEN 3 3 4 #define PI_VERSIONNUMBER 3.6 54 #define PI_VERSIONNUMBER 3.67 5 5 6 6 #endif -
trunk/SophyaPI/PI/ucckprot.h
r2003 r2006 57 57 inline bool UC_CheckFinite(double xmin, double xmax) 58 58 { 59 #if defined(OSF1) || defined(SunOS) || (defined(Linux) && !defined(__KCC__) )59 #if defined(OSF1) || defined(SunOS) || defined(Darwin) || (defined(Linux) && !defined(__KCC__) ) 60 60 if (finite(xmin) && finite(xmax)) return(true); 61 61 else return(false); 62 62 #else 63 return( false);63 return(true); 64 64 #endif 65 65 }
Note:
See TracChangeset
for help on using the changeset viewer.