Changeset 4770 for trunk/psModules/test/tst_pmReadoutCombine.c
- Timestamp:
- Aug 15, 2005, 3:10:36 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/tst_pmReadoutCombine.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/tst_pmReadoutCombine.c
r2945 r4770 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 1-10 22:22:52$7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-08-16 01:10:36 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 56 56 int main(int argc, char* argv[]) 57 57 { 58 psLogSetFormat("HLNM"); 58 59 return !runTestSuite(stderr, "Test Point Driver", tests, argc, argv); 59 60 } … … 118 119 *(int *) (& (tmpImage->col0)) = baseCols[r]; 119 120 /* 120 p sReadout *tmpReadout = psReadoutAlloc(baseColsReadout[r],121 pmReadout *tmpReadout = pmReadoutAlloc(baseColsReadout[r], 121 122 baseRowsReadout[r], 122 123 tmpImage); 123 124 */ 124 p sReadout *tmpReadout = psReadoutAlloc();125 pmReadout *tmpReadout = pmReadoutAlloc(NULL); 125 126 tmpReadout->image = tmpImage; 126 127 … … 154 155 psListElem *tmpInput = (psListElem *) list->head; 155 156 while (NULL != tmpInput) { 156 p sReadout *tmpReadout = (psReadout *) tmpInput->data;157 pmReadout *tmpReadout = (pmReadout *) tmpInput->data; 157 158 psFree(tmpReadout); 158 159 tmpInput = tmpInput->next; … … 236 237 *(int *) (& (tmpImage->col0)) = baseCols[r]; 237 238 /* 238 p sReadout *tmpReadout = psReadoutAlloc(baseColsReadout[r],239 pmReadout *tmpReadout = pmReadoutAlloc(baseColsReadout[r], 239 240 baseRowsReadout[r], 240 241 tmpImage); 241 242 */ 242 p sReadout *tmpReadout = psReadoutAlloc();243 pmReadout *tmpReadout = pmReadoutAlloc(NULL); 243 244 tmpReadout->image = tmpImage; 244 245 minOutRow = PS_MIN(minOutRow, (baseRowsReadout[r] + baseRows[r])); … … 441 442 psListElem *tmpInput = (psListElem *) list->head; 442 443 while (NULL != tmpInput) { 443 p sReadout *tmpReadout = (psReadout *) tmpInput->data;444 pmReadout *tmpReadout = (pmReadout *) tmpInput->data; 444 445 psFree(tmpReadout); 445 446 tmpInput = tmpInput->next;
Note:
See TracChangeset
for help on using the changeset viewer.
