IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2004, 1:29:39 PM (22 years ago)
Author:
harman
Message:

Changed psVector to be consistent with psImage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psSort_04.c

    r717 r831  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2004-05-18 19:22:34 $
     12 *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2004-06-02 23:29:29 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525    psVector *badIn = NULL;
    2626    psVector *badOut = NULL;
    27     psVector *goodIn = psVectorAlloc(PS_TYPE_FLOAT, 5);
    28     psVector *goodOut = psVectorAlloc(PS_TYPE_FLOAT, 5);
     27    psVector *goodIn = psVectorAlloc(5, PS_TYPE_F32);
     28    psVector *goodOut = psVectorAlloc(5, PS_TYPE_F32);
    2929
    3030    // Test A - Attempt to sort with null input vector
Note: See TracChangeset for help on using the changeset viewer.