IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2004, 4:23:27 PM (22 years ago)
Author:
desonia
Message:

changed order of psListAdd/psListRemove to match current SDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psHash.c

    r1440 r1747  
    1111*  @author George Gusciora, MHPCC
    1212*
    13 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-08-09 23:34:57 $
     13*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-09-09 02:23:27 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6161            ptr = table->buckets[i];
    6262            while (ptr != NULL) {
    63                 psListAdd(myLinkList, ptr->key, PS_LIST_HEAD);
     63                psListAdd(myLinkList, PS_LIST_HEAD, ptr->key);
    6464                ptr = ptr->next;
    6565            }
Note: See TracChangeset for help on using the changeset viewer.