Changeset 17170 for branches/pap_branch_080320/ppMerge/src/ppMergeLoop.c
- Timestamp:
- Mar 28, 2008, 10:07:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/ppMerge/src/ppMergeLoop.c
r17169 r17170 223 223 psList *inCells = psListAlloc(NULL); // List of cells 224 224 for (int i = 0; i < numFiles; i++) { 225 psListAdd(inCells, PS_LIST_TAIL, readouts->data[i]); 225 pmReadout *readout = readouts->data[i]; // Readout of interest 226 psListAdd(inCells, PS_LIST_TAIL, readout->parent); 226 227 } 227 228 if (!pmConceptsAverageCells(outCell, inCells, NULL, NULL, true)) {
Note:
See TracChangeset
for help on using the changeset viewer.
