Changeset 2006 in Sophya for trunk


Ignore:
Timestamp:
May 16, 2002, 12:44:05 AM (23 years ago)
Author:
ansari
Message:

compil/debug sur MacOS-X/Darwin - Reza 15/5/2002

Location:
trunk/SophyaPI/PI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piversion.h

    r1970 r2006  
    22#define PIVERSION_H_SEEN
    33
    4 #define PI_VERSIONNUMBER  3.65
     4#define PI_VERSIONNUMBER  3.67
    55
    66#endif
  • trunk/SophyaPI/PI/ucckprot.h

    r2003 r2006  
    5757inline bool UC_CheckFinite(double xmin, double xmax)
    5858{
    59 #if defined(OSF1) || defined(SunOS) || (defined(Linux) && !defined(__KCC__) )
     59#if defined(OSF1) || defined(SunOS) || defined(Darwin) || (defined(Linux) && !defined(__KCC__) )
    6060  if (finite(xmin) && finite(xmax)) return(true);
    6161  else return(false);
    6262#else
    63   return(false);
     63  return(true);
    6464#endif
    6565}
Note: See TracChangeset for help on using the changeset viewer.