IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2005, 10:56:05 AM (21 years ago)
Author:
Paul Price
Message:

Removed "const" in psMetadataItem.

File:
1 edited

Legend:

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

    r4536 r4591  
    1 %%% $Id: psLibSDRS.tex,v 1.315 2005-07-11 22:54:39 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.316 2005-07-22 20:56:05 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    23012301    psString name;                      ///< Name of item
    23022302    psDataType type;                    ///< type of this item
    2303     const union {
     2303    union {
    23042304        psBool B;                       ///< boolean value
    23052305        psS8  S8;                       ///< integer data
Note: See TracChangeset for help on using the changeset viewer.