IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 971


Ignore:
Timestamp:
Jun 9, 2004, 3:49:26 PM (22 years ago)
Author:
harman
Message:

Updated comments

File:
1 edited

Legend:

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

    r968 r971  
    1010 *     E)  Free S32 vector
    1111 *     F)  Attempt to create a S32 vector with zero size
    12  *
     12 *     G)  Attempt to realloc a null S32 vector
    1313 *  @author  Ross Harman, MHPCC
    1414 *
    15  *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2004-06-10 01:23:52 $
     15 *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2004-06-10 01:49:26 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8686    printFooter(stdout, "psVector" ,"Free S32 vector", true);
    8787
     88
    8889    // Test F - Attempt to create a S32 vector with zero size
    8990    printNegativeTestHeader(stdout,"psVector", "Attempt to create a S32 vector with zero size",
     
    9596    printFooter(stdout, "psVector", "Attempt to create a S32 vector with zero size", true);
    9697
     98
    9799    // Test G - Attempt to realloc a null S32 vector
    98100    printNegativeTestHeader(stdout,"psVector", "Attempt to realloc a null S32 vector",
Note: See TracChangeset for help on using the changeset viewer.