IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6886


Ignore:
Timestamp:
Apr 18, 2006, 12:12:28 PM (20 years ago)
Author:
Paul Price
Message:

Vector length problem with psVectorSortIndex. See bug 737.

File:
1 edited

Legend:

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

    r6500 r6886  
    99*  @author Robert DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-02-28 02:53:03 $
     11*  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-04-18 22:12:28 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    457457    // extract the indices to the output vector
    458458    outVector = psVectorRecycle(outVector, N, PS_TYPE_U32);
     459    outVector->n = N;
    459460    psU32* outData = outVector->data.U32;
    460461    for (int i = 0; i < N; i++) {
Note: See TracChangeset for help on using the changeset viewer.