Changeset 12651 for trunk/psModules/src/imcombine/pmReadoutCombine.c
- Timestamp:
- Mar 28, 2007, 1:37:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r11687 r12651 398 398 psListAdd(inputCells, PS_LIST_TAIL, readout->parent); 399 399 } 400 pmConceptsAverageCells(output->parent, inputCells, NULL, NULL);400 bool success = pmConceptsAverageCells(output->parent, inputCells, NULL, NULL); 401 401 psFree(inputCells); 402 402 403 return true;403 return success; 404 404 } 405 405
Note:
See TracChangeset
for help on using the changeset viewer.
