IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1658


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

Replaced nChildren, children in psImage with a psArray *children.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r1657 r1658  
    1 %%% $Id: psLibSDRS.tex,v 1.92 2004-08-30 21:39:23 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.93 2004-08-30 21:41:11 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    13031303    } data;
    13041304    const struct psImage *parent;       ///< parent, if a subimage
    1305     int nChildren;                      ///< number of subimages
    1306     struct psImage **children;          ///< children of this region (nChildren total)
     1305    psArray *children;                  ///< children of this region
    13071306} psImage;
    13081307\end{verbatim}
Note: See TracChangeset for help on using the changeset viewer.