IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

rename psHash.nbuckets to psHash.n
rename psList.size to psList.n

File:
1 edited

Legend:

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

    r4072 r4073  
    1 %%% $Id: psLibSDRS.tex,v 1.248 2005-06-01 21:13:57 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.249 2005-06-01 21:22:29 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    16301630\begin{datatype}
    16311631typedef struct {
    1632    unsigned int size;                  ///< number of elements on list
     1632   unsigned int n;                     ///< number of elements on list
    16331633   psListElem *head;                   ///< first element on list (may be NULL)
    16341634   psListElem *tail;                   ///< last element on list (may be NULL)
     
    18401840\begin{datatype}
    18411841typedef struct {
    1842     int nbucket;                        ///< number of buckets
     1842    int n;                              ///< number of buckets
    18431843    psHashBucket **buckets;             ///< the buckets themselves
    18441844} psHash;
Note: See TracChangeset for help on using the changeset viewer.