IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2005, 5:04:35 PM (21 years ago)
Author:
drobbin
Message:

made changes based on revisions in psLib SDRS rev. 15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psMetadata_01.c

    r3779 r4457  
    1818*  @author  Ross Harman, MHPCC
    1919*
    20 *  @version $Revision: 1.25 $  $Name: not supported by cvs2svn $
    21 *  @date  $Date: 2005-04-28 02:45:12 $
     20*  @version $Revision: 1.26 $  $Name: not supported by cvs2svn $
     21*  @date  $Date: 2005-07-06 03:04:35 $
    2222*
    2323*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6060    psS32 i;
    6161    psHashBucket* ptr = NULL;
    62     for(i=0; i<mdTable->nbucket; i++) {
     62    for(i=0; i<mdTable->n; i++) {
    6363        ptr = mdTable->buckets[i];
    6464        while (ptr != NULL) {
Note: See TracChangeset for help on using the changeset viewer.