Changeset 807 for trunk/psLib/src/math/psMatrix.c
- Timestamp:
- May 28, 2004, 10:52:41 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.c
r799 r807 20 20 * @author Ross Harman, MHPCC 21 21 * 22 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $23 * @date $Date: 2004-05-28 02:53:18$22 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2004-05-28 20:52:41 $ 24 24 * 25 25 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 206 206 PS_CHECK_DIMEN_AND_TYPE(inImage, PS_DIMEN_IMAGE, outVector); 207 207 PS_CHECK_SIZE_IMAGE(inImage, outVector); 208 PS_CHECK_ALLOC_VECTOR(outVector, inImage->numRows, inImage->type.type); 208 209 PS_CHECK_NULL_VECTOR(outVector, outVector); 209 210 PS_CHECK_DIMEN_AND_TYPE(outVector, PS_DIMEN_VECTOR, outVector);
Note:
See TracChangeset
for help on using the changeset viewer.
