Changeset 15070
- Timestamp:
- Sep 28, 2007, 10:59:48 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psVector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psVector.c
r14267 r15070 10 10 * @author Joshua Hoblitt, University of Hawaii 11 11 * 12 * @version $Revision: 1.9 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-0 7-17 20:32:02$12 * @version $Revision: 1.98 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-09-28 20:59:48 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 477 477 } 478 478 479 // XXX isn't this line a waste of space? 479 480 psVector *out = psVectorRecycle(outVector, inVector->n, PS_TYPE_S32); // Vector for output 480 481 out = psVectorCreate(out, 0, inVector->n, 1, PS_TYPE_S32);
Note:
See TracChangeset
for help on using the changeset viewer.
