IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 444


Ignore:
Timestamp:
Apr 19, 2004, 9:40:07 AM (22 years ago)
Author:
rhl
Message:

Added psType to psVoidPtrArray

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psStdArrays.h

    r396 r444  
    205205 */
    206206typedef struct {
     207    psType type;                        ///< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT
    207208    int n;                              ///< Number of elements in use
    208209    int nalloc;                         ///< Number of total elements
Note: See TracChangeset for help on using the changeset viewer.