Changeset 2916 for trunk/psModules/src/pmReadoutCombine.c
- Timestamp:
- Jan 5, 2005, 1:43:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmReadoutCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmReadoutCombine.c
r2915 r2916 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-01-05 23: 25:24$7 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-01-05 23:43:58 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 160 160 *(psS32 *) &(output->row0) = minInputRows; 161 161 } else { 162 PS_IMAGE_CHECK_TYPE(output, PS_TYPE_F32, NULL); 162 163 if (((output->col0 + output->numCols) < maxInputCols) || 163 164 ((output->row0 + output->numRows) < maxInputRows)) {
Note:
See TracChangeset
for help on using the changeset viewer.
