Changeset 1161
- Timestamp:
- Jun 30, 2004, 12:48:23 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psVector_03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psVector_03.c
r1116 r1161 12 12 * @author Ross Harman, MHPCC 13 13 * 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 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 40 40 psVector *psVec = psVectorAlloc(5, PS_TYPE_PTR); 41 41 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); 43 44 printFooter(stdout, "psVector", "Create void pointer vector", true); 44 45
Note:
See TracChangeset
for help on using the changeset viewer.
