IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#489 closed defect (fixed)

psArray

Reported by: David.Robbins@… Owned by: Paul Price
Priority: high Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

psArray has
const long n;

this should match psPixels and psVector which don't use constant n values since
the user should have access to how many elements are in use.

Change History (1)

comment:1 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

Fixed:

typedef struct {

long n; /< size of array
const long nalloc;
/< allocated data block
psPtr *data; /< pointer to data block
void *lock;
/< Optional lock for thread safety

} psArray;

Note: See TracTickets for help on using tickets.