IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1012


Ignore:
Timestamp:
Jun 11, 2004, 6:55:21 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psHash.h

    r974 r1012  
    1212 *  @author George Gusciora, MHPCC
    1313 *   
    14  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-06-10 01:58:06 $
     14 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-06-12 04:55:21 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2727
    2828
    29 // A bucket that holds an item of data
     29/** A bucket that holds an item of data. */
    3030typedef struct psHashBucket
    3131{
     
    3737
    3838//typedef struct HashTable psHash; ///< Opaque type for a hash table
     39/** The hash-table itself. */
    3940typedef struct psHash
    4041{
Note: See TracChangeset for help on using the changeset viewer.