IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2005, 11:24:21 AM (21 years ago)
Author:
jhoblitt
Message:

missed psList/psHash field renames

File:
1 edited

Legend:

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

    r4073 r4074  
    1 %%% $Id: psLibSDRS.tex,v 1.249 2005-06-01 21:22:29 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.250 2005-06-01 21:24:21 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    16411641pointer to the last element in the list (\code{tail}), an array of
    16421642iteration cursors, (\code{iterators}), and an entry to define the
    1643 number of elements in the list (\code{size}).
     1643number of elements in the list (\code{n}).
    16441644
    16451645The elements of the list are defined by the type \code{psListElem}:
     
    18451845\end{datatype}
    18461846%
    1847 where \code{nbucket} is the number of buckets defined for the hash
    1848 functions, and \code{buckets} is an array of pointers to the
    1849 individual buckets, each of which is defined by:
     1847where \code{n} is the number of buckets defined for the hash functions, and
     1848\code{buckets} is an array of pointers to the individual buckets, each of which
     1849is defined by:
    18501850%
    18511851\begin{datatype}
     
    18651865\end{prototype}
    18661866which allocates the space for the hash table, creating and
    1867 initializing \code{nbuckets} hash buckets.
     1867initializing \code{n} hash buckets.
    18681868
    18691869The destructor for \code{psHash} must free all data associated with a complete hash table.
Note: See TracChangeset for help on using the changeset viewer.