IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4365


Ignore:
Timestamp:
Jun 22, 2005, 5:06:32 PM (21 years ago)
Author:
Paul Price
Message:

Removed const from psListIteratorAlloc parameter list

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r4362 r4365  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.150 2005-06-23 02:10:51 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.151 2005-06-23 03:06:32 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    737737\item \code{psMask} changed to \code{psMaskType} (more clear).
    738738\item Use the \code{region} in \code{psImageTransform} to set the size of the output image (bug 453).
    739 \end{itemize}
     739\item \code{list} in \code{psListIteratorAlloc} is not const (bug 455).
     740\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r4362 r4365  
    1 %%% $Id: psLibSDRS.tex,v 1.293 2005-06-23 02:10:51 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.294 2005-06-23 03:06:32 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    17791779The corresponding constructor shall be:
    17801780\begin{prototype}
    1781 psListIterator *psListIteratorAlloc(const psList *list, long location, bool mutable);
     1781psListIterator *psListIteratorAlloc(psList *list, long location, bool mutable);
    17821782\end{prototype}
    17831783Here, \code{list} is the \code{psList} on which the iterator will
Note: See TracChangeset for help on using the changeset viewer.