IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1659


Ignore:
Timestamp:
Aug 30, 2004, 11:41:55 AM (22 years ago)
Author:
Paul Price
Message:

Replaced nChildren, children with psArray *children.

File:
1 edited

Legend:

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

    r1633 r1659  
    2727    } data;
    2828    const struct psImage *parent;       ///< parent, if a subimage
    29     int Nchildren;                      ///< number of subimages
    30     struct psImage **children;          ///< children of this region; array of Nchildren pointers
     29    psArray *children;                  ///< children of this region
    3130} psImage;
    3231
Note: See TracChangeset for help on using the changeset viewer.