IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 30, 2004, 12:48:23 PM (22 years ago)
Author:
harman
Message:

Corrected initial vector contents info

File:
1 edited

Legend:

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

    r1116 r1161  
    1212 *  @author  Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    15  *  @date  $Date: 2004-06-29 02:19:48 $
     14 *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     15 *  @date  $Date: 2004-06-30 22:48:23 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040    psVector *psVec = psVectorAlloc(5, PS_TYPE_PTR);
    4141    printf("Vector size = %d\n", psVec->nalloc);
    42     printf("Vector population = %d\n", psVec->n);
     42    printf("Vector type = %d\n", psVec->type.type);
     43    printf("Vector dimen = %d\n", psVec->type.dimen);
    4344    printFooter(stdout, "psVector", "Create void pointer vector", true);
    4445
Note: See TracChangeset for help on using the changeset viewer.