IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 15 years ago

Closed 15 years ago

#1469 closed defect (fixed)

NaN management

Reported by: Serge CHASTEL Owned by: Serge CHASTEL
Priority: normal Milestone:
Component: PSLib Version:
Severity: critical Keywords:
Cc:

Description

In src/db/psDB.c (2863):

#define PS_IS_NAN (type, data, nan) *(type *)data == nan

and used in psDBIsPTypeNaN() at lines 2896 and 2899:

2895 case PS_DATA_F32:
2896 isNaN = PS_IS_NAN(psF32, data, NAN);
2897 break;
2898 case PS_DATA_F64:
2899 isNaN = PS_IS_NAN(psF64, data, NAN);
2900 break;

Change History (1)

comment:1 by Serge CHASTEL, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk revision 30995.

Note: See TracTickets for help on using tickets.