IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2004, 12:42:11 PM (22 years ago)
Author:
Paul Price
Message:

Minor fixes to get things to compile. e.g. need to do "struct psCell"
inside a psChip, since the psCell isn't defined yet.

File:
1 edited

Legend:

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

    r378 r396  
    2424        psComplex **rows_complex;       ///< pointers to psComplex data
    2525    } rows;
    26     psImage *parent;                    ///< parent, if a subimage
     26    struct psImage *parent;             ///< parent, if a subimage
    2727    int Nchildren;                      ///< number of subimages
    28     psImage *children;                  ///< children of this region; array of Nchildren pointers
     28    struct psImage *children;           ///< children of this region; array of Nchildren pointers
    2929} psImage;
    3030
Note: See TracChangeset for help on using the changeset viewer.