IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15714


Ignore:
Timestamp:
Nov 29, 2007, 11:48:53 AM (18 years ago)
Author:
Paul Price
Message:

Fixing comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psArray.c

    r15713 r15714  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-11-29 21:46:55 $
     11 *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-11-29 21:48:53 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    244244}
    245245
    246 // Comparison and swap functions for sorting values directly
     246// Comparison and swap functions for sorting index into array
    247247#define PSARRAY_SORT_COMPARE_INDEX(A,B) (func(array[index[A]], array[index[B]]) < 0)
    248248#define PSARRAY_SORT_SWAP_INDEX(TYPE,A,B) { \
Note: See TracChangeset for help on using the changeset viewer.