Changeset 1116
- Timestamp:
- Jun 28, 2004, 4:19:48 PM (22 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 2 edited
-
tst_psVector_01.c (modified) (2 diffs)
-
tst_psVector_03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psVector_01.c
r1073 r1116 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-06-2 3 23:00:15$16 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-06-29 02:18:18 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 43 43 for(int i = 0; i < 5; i++) { 44 44 psVec->data.S32[i] = i*10; 45 psVec->n++;46 45 printf("Elem %d = %d\n", i, psVec->data.S32[i]); 47 46 } -
trunk/psLib/test/collections/tst_psVector_03.c
r1073 r1116 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-06-2 3 23:00:15$14 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-06-29 02:19:48 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 52 52 mySt[i] = ts; 53 53 psVec->data.PTR[i] = ts; 54 psVec->n++;55 54 } 56 55
Note:
See TracChangeset
for help on using the changeset viewer.
