IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2004, 12:47:52 PM (22 years ago)
Author:
desonia
Message:

Major refactoring of the Vector alloc/free functions.

File:
1 edited

Legend:

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

    r668 r670  
    1414 *  @author Ross Harman, MHPCC
    1515 *   
    16  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-05-13 20:25:00 $
     16 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2004-05-13 22:47:52 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    189189    outN = outVector->n;
    190190    inVec = inVector->vec.f;
    191     outVec = outVector->vec.i;
     191    outVec = outVector->vec.i32;
    192192
    193193    if(inN != outN) {
Note: See TracChangeset for help on using the changeset viewer.