IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2004, 3:06:45 PM (22 years ago)
Author:
rhl
Message:

Made files compile again

File:
1 edited

Legend:

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

    r211 r226  
    4646/** An assembly of objects */
    4747typedef struct {
    48     enum psType type;                   //!< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
     48    psType type;                        //!< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
    4949    int size;                           //!< Total number of elements available
    5050    int n;                              //!< Number of elements in use
    5151    psObject *arr;                      //!< The array data
    52 } psVectorArray;
     52} psObjectArray;
    5353
    5454/** Constructor */
Note: See TracChangeset for help on using the changeset viewer.