IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8917


Ignore:
Timestamp:
Sep 22, 2006, 5:45:27 PM (20 years ago)
Author:
Paul Price
Message:

Should be isfinite().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psAssert.h

    r8916 r8917  
    148148
    149149#define PS_ASSERT_FLOAT_REAL(NAME, RVAL) \
    150 if (!finite(NAME)) { \
     150if (!isfinite(NAME)) { \
    151151    psError(PS_ERR_BAD_PARAMETER_VALUE, true, \
    152152            "Error: %s=%fis not a real value.\n", \
Note: See TracChangeset for help on using the changeset viewer.