Changeset 6886
- Timestamp:
- Apr 18, 2006, 12:12:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psVector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psVector.c
r6500 r6886 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.6 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-0 2-28 02:53:03$11 * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-04-18 22:12:28 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 457 457 // extract the indices to the output vector 458 458 outVector = psVectorRecycle(outVector, N, PS_TYPE_U32); 459 outVector->n = N; 459 460 psU32* outData = outVector->data.U32; 460 461 for (int i = 0; i < N; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
