IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1996


Ignore:
Timestamp:
Oct 6, 2004, 5:14:26 PM (22 years ago)
Author:
Paul Price
Message:

Added PS_TYPE_STR and PS_TYPE_BOOL to psElemType.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r1993 r1996  
    320320\item Removed \code{psListRemoveNext} and \code{psListRemoveAfter}.
    321321  Removing an item pointed to by an iterator doesn't cause an error.
    322 
     322\item Added \code{PS_TYPE_STR} and \code{PS_TYPE_BOOL} to
     323  \code{psElemType}.
    323324\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r1993 r1996  
    1 %%% $Id: psLibSDRS.tex,v 1.126 2004-10-07 00:55:04 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.127 2004-10-07 03:14:26 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    12321232    PS_TYPE_C32,                        ///< Complex numbers consisting of floats
    12331233    PS_TYPE_C64,                        ///< Complex numbers consisting of doubles
     1234    PS_TYPE_STR,                        ///< String
     1235    PS_TYPE_BOOL,                       ///< Boolean
    12341236    PS_TYPE_OTHER                       ///< Not supported for arithmetic
    12351237} psElemType;
Note: See TracChangeset for help on using the changeset viewer.