Changeset 23903
- Timestamp:
- Apr 17, 2009, 12:44:56 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageMeasureCrosstalk.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageMeasureCrosstalk.c
r23871 r23903 87 87 if (!cell) continue; 88 88 psImage *image = imageRow->data[col]; 89 if (!image) continue; // XXX assert on this? 89 90 90 91 psStatsInit (stats); … … 100 101 for (int col = 0; col < cellRow->n; col++) { 101 102 psImage *image = imageRow->data[col]; 103 if (!image) continue; 102 104 103 105 // initialize the storage vectors … … 144 146 145 147 pmCell *cell = cellRow->data[i]; 148 if (!cell) continue; // XXX assert on this? 146 149 147 150 psStatsInit (stats);
Note:
See TracChangeset
for help on using the changeset viewer.
