Changeset 15944 for trunk/ppImage/src/ppImagePhotom.c
- Timestamp:
- Dec 27, 2007, 6:44:43 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImagePhotom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImagePhotom.c
r14641 r15944 28 28 // iterate over the cells and readout for this chip 29 29 while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) { 30 psLogMsg ("ppImagePhotom", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);30 psLogMsg ("ppImagePhotom", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 31 31 if (! cell->process || ! cell->file_exists) { continue; } 32 32
Note:
See TracChangeset
for help on using the changeset viewer.
