IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2004, 2:40:32 PM (22 years ago)
Author:
harman
Message:

Added double array

File:
1 edited

Legend:

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

    r485 r486  
    1414 *  @author Ross Harman, MHPCC
    1515 *   
    16  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-04-21 00:18:05 $
     16 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2004-04-21 00:40:32 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    187187    }
    188188
    189     tmpFloatArray = psFloatArrayAlloc(inN, inN);
     189    tmpFloatArray = psFloatArrayAlloc(inN);
    190190    tmpFloatArray = psSort(tmpFloatArray, inArray);
    191191
Note: See TracChangeset for help on using the changeset viewer.