IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2004, 10:25:00 AM (22 years ago)
Author:
harman
Message:

Updated argument list for vector allocation

File:
1 edited

Legend:

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

    r645 r668  
    1414 *  @author Ross Harman, MHPCC
    1515 *   
    16  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-05-12 18:07:22 $
     16 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2004-05-13 20:25:00 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    174174    float diff = 0.0f;
    175175    psVector *tmpFloatVector = NULL;
    176     psType tempType;
    177176
    178177    if(outVector == NULL) {
     
    198197    }
    199198
    200     tempType.type = PS_TYPE_FLOAT;
    201     tmpFloatVector = psVectorAlloc(tempType, inN);
     199    tmpFloatVector = psVectorAlloc(PS_TYPE_FLOAT, inN);
    202200    tmpFloatVector->n = inN;
    203201    tmpFloatVector = psSort(tmpFloatVector, inVector);
Note: See TracChangeset for help on using the changeset viewer.