Changeset 12592 for trunk/psphot/src/psphotImageLoop.c
- Timestamp:
- Mar 26, 2007, 5:36:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotImageLoop.c
r12587 r12592 63 63 while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) { 64 64 psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 65 // XXX who should be setting cell->process? 65 66 // if (! cell->process || ! cell->file_exists) { continue; } 66 if (! cell->process) { continue; }67 // if (! cell->process) { continue; } 67 68 68 69 // process each of the readouts
Note:
See TracChangeset
for help on using the changeset viewer.
