IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3163 for trunk/doc


Ignore:
Timestamp:
Feb 8, 2005, 10:04:56 AM (21 years ago)
Author:
Paul Price
Message:

Small fix (\code) to allow build.

File:
1 edited

Legend:

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

    r3159 r3163  
    1 %%% $Id: psLibSDRS.tex,v 1.176 2005-02-08 09:57:29 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.177 2005-02-08 20:04:56 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    39363936the \code{psList}.  The entry \code{mode} for \code{psMetadataAddItem}
    39373937is a bit mask constructed by OR-ing the allowed option flags (eg,
    3938 PS_META_REPLACE) which specifies minor variations on the behavior.
    3939 The \code{format} entry, which specifies both the metadata type and
    3940 the optional flags, is constructed by bit-wise OR-ing the appropriate
    3941 \code{psMetadataType} and allowed option option flags.  Care should be
    3942 taken not to leak memory when appending an item for which the key
    3943 already exists in the metadata (and is not \code{PS_META_LIST}).
     3938\code{PS_META_REPLACE}) which specifies minor variations on the
     3939behavior.  The \code{format} entry, which specifies both the metadata
     3940type and the optional flags, is constructed by bit-wise OR-ing the
     3941appropriate \code{psMetadataType} and allowed option option flags.
     3942Care should be taken not to leak memory when appending an item for
     3943which the key already exists in the metadata (and is not
     3944\code{PS_META_LIST}).
    39443945%
    39453946\begin{verbatim}
Note: See TracChangeset for help on using the changeset viewer.