Changeset 2856 for trunk/psModules/test/tst_pmReadoutCombine.c
- Timestamp:
- Dec 30, 2004, 11:35:04 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/tst_pmReadoutCombine.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/tst_pmReadoutCombine.c
r2851 r2856 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-12-30 01:42:04 $7 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-12-30 21:35:04 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 115 115 *(int *) (& (tmpImage->row0)) = baseRows[r]; 116 116 *(int *) (& (tmpImage->col0)) = baseCols[r]; 117 psReadout *tmpReadout = psReadoutAlloc(baseColsReadout[r], 118 baseRowsReadout[r], 119 tmpImage); 117 /* 118 psReadout *tmpReadout = psReadoutAlloc(baseColsReadout[r], 119 baseRowsReadout[r], 120 tmpImage); 121 */ 122 psReadout *tmpReadout = psReadoutAlloc(); 123 tmpReadout->image = tmpImage; 124 120 125 minOutRow = PS_MIN(minOutRow, (baseRowsReadout[r] + baseRows[r])); 121 126 minOutCol = PS_MIN(minOutCol, (baseColsReadout[r] + baseCols[r])); … … 226 231 *(int *) (& (tmpImage->row0)) = baseRows[r]; 227 232 *(int *) (& (tmpImage->col0)) = baseCols[r]; 228 psReadout *tmpReadout = psReadoutAlloc(baseColsReadout[r], 229 baseRowsReadout[r], 230 tmpImage); 233 /* 234 psReadout *tmpReadout = psReadoutAlloc(baseColsReadout[r], 235 baseRowsReadout[r], 236 tmpImage); 237 */ 238 psReadout *tmpReadout = psReadoutAlloc(); 239 tmpReadout->image = tmpImage; 231 240 minOutRow = PS_MIN(minOutRow, (baseRowsReadout[r] + baseRows[r])); 232 241 minOutCol = PS_MIN(minOutCol, (baseColsReadout[r] + baseCols[r]));
Note:
See TracChangeset
for help on using the changeset viewer.
