Changeset 1120
- Timestamp:
- Jun 28, 2004, 4:32:09 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psVector_01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psVector_01.c
r1116 r1120 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-06-29 02: 18:18$16 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-06-29 02:32:09 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 35 35 printf("Vector type = %d\n", psVec->type.type); 36 36 printf("Vector dimen = %d\n", psVec->type.dimen); 37 printf("Vector size = %d\n", psVec->nalloc);38 37 printFooter(stdout, "psVector", "Create S32 vector", true); 39 38
Note:
See TracChangeset
for help on using the changeset viewer.
