IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3076


Ignore:
Timestamp:
Jan 24, 2005, 12:05:06 PM (21 years ago)
Author:
Paul Price
Message:

Removed in psListAlloc, The number of iterators in the list is
initially set to zero. (bug 271).

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r3075 r3076  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.59 2005-01-24 22:02:10 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.60 2005-01-24 22:05:01 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    442442  \code{psVector **perm} to allow the function to allocate the vector
    443443  (bug 269).
    444 \end{itemize}
     444\item Removed in \code{psListAlloc}, ``The number of iterators in the
     445  list is initially set to zero.'' (bug 271).
     446\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r3075 r3076  
    1 %%% $Id: psLibSDRS.tex,v 1.170 2005-01-24 22:02:16 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.171 2005-01-24 22:05:06 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    15361536\code{psList.head} and \code{psList.tail}.  If the data entry is
    15371537\code{NULL}, then an empty list, with both pointers set to \code{NULL}
    1538 should be created.  The number of iterators in the list is initially
    1539 set to zero.
     1538should be created.
    15401539
    15411540The destructor function for \code{psList} must call \code{psFree} for
Note: See TracChangeset for help on using the changeset viewer.