Changeset 18969 for trunk/ppStats/src/ppStatsChip.c
- Timestamp:
- Aug 8, 2008, 9:00:55 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsChip.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsChip.c
r18168 r18969 75 75 if ((view->cell >= 0) && (i != view->cell)) continue; 76 76 pmCell *cell = cells->data[i]; // Cell of interest 77 78 // XXX for now, skip the video cells (cell->readouts->n > 1) 79 if (cell->readouts->n > 1) { 80 psWarning ("Skipping Video Cell for ppStatsCell"); 81 continue; 82 } 83 77 84 psExit result = ppStatsCell(chipResults, cell, fits, view, data, config); 78 85 if (result != PS_EXIT_SUCCESS) {
Note:
See TracChangeset
for help on using the changeset viewer.
