IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3932


Ignore:
Timestamp:
May 13, 2005, 12:17:04 PM (21 years ago)
Author:
Paul Price
Message:

Restoring nbuckets to psHashAlloc, since it seems to be required by the code.

File:
1 edited

Legend:

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

    r3930 r3932  
    1 %%% $Id: psLibSDRS.tex,v 1.216 2005-05-13 22:07:26 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.217 2005-05-13 22:17:04 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    17931793A hash table is created with the following function:
    17941794\begin{verbatim}
    1795 psHash *psHashAlloc(void);
    1796 \end{verbatim}
    1797 which allocates the space for the hash table and initializes all of
    1798 the buckets.
     1795psHash *psHashAlloc(int nbuckets);
     1796\end{verbatim}
     1797which allocates the space for the hash table, creating and
     1798initializing \code{nbuckets} hash buckets.
    17991799
    18001800The destructor for \code{psHash} must free all data associated with a complete hash table.
Note: See TracChangeset for help on using the changeset viewer.