Changeset 1305 for trunk/psLib/src/collections/psVector.c
- Timestamp:
- Jul 27, 2004, 2:06:13 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psVector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psVector.c
r1302 r1305 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-07-2 7 23:25:19$10 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-07-28 00:06:13 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 285 285 } 286 286 287 if(outVector->type.type != PS_TYPE_U32) { 288 psError(__func__, " : Line %d - Output vector is not of type U32: out=%d\n", 289 __LINE__, outVector->type.type); 290 return outVector; 291 } 292 287 293 tmpVector = psVectorAlloc(inN, inType); 288 294 tmpVector->n = inN;
Note:
See TracChangeset
for help on using the changeset viewer.
