IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2005, 11:21:01 AM (21 years ago)
Author:
desonia
Message:

tweaked the psVectorSortIndex struct to have datatype of index match the
output index datatype.

File:
1 edited

Legend:

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

    r3737 r3740  
    99*  @author Robert DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-04-21 21:18:23 $
     11*  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-04-21 21:21:01 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131{
    3232    p_psVectorData data; // need this first for psVectorSortIndex to work.
    33     int index;
     33    psU32 index;
    3434}
    3535indexedVector;
Note: See TracChangeset for help on using the changeset viewer.