IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 11:50:14 AM (22 years ago)
Author:
desonia
Message:

modified runTest / FullUnitTest to suppress line numbers in messages.

File:
1 edited

Legend:

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

    r1385 r1404  
    88*  @author Ross Harman, MHPCC
    99*
    10 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-08-04 23:37:39 $
     10*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-08-06 21:50:13 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    117117}
    118118
    119 psVector *psVectorRecycle( psVector *restrict in, psElemType type, unsigned int nalloc )
     119psVector *psVectorRecycle( psVector *restrict in, unsigned int nalloc, psElemType type )
    120120{
    121121    psElemType elemType;
Note: See TracChangeset for help on using the changeset viewer.