IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2004, 2:32:53 PM (22 years ago)
Author:
gusciora
Message:

Lots of bug fixes and such.

File:
1 edited

Legend:

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

    r886 r889  
     1/** @file  psHash.c
     2 *
     3 *  @brief Contains support for basic hashing functions.
     4 *
     5 *  This file will hold the prototypes for defining a hash table with arbitrary
     6 *  data types, allocating/deallocating that has table, adding and removing
     7 *  data from that hash table, and listing all keys defined in the hash table.
     8 *
     9 *  @author Robert Lupton, Princeton University
     10 *  @author George Gusciora, MHPCC
     11 *   
     12 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-06-07 00:32:53 $
     14 *
     15 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     16 */
     17
    118#if !defined(PS_HASH_H)
    219#define PS_HASH_H
Note: See TracChangeset for help on using the changeset viewer.