Changeset 12811 for trunk/ppImage/src/ppImagePhotom.c
- Timestamp:
- Apr 11, 2007, 5:04:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImagePhotom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImagePhotom.c
r12807 r12811 20 20 return false; 21 21 } 22 23 # if (0) 24 // replace this chip with a new copy 25 pmChip *oldChip = input->fpa->chips->data[view->chip]; 26 pmChip *newChip = pmChipDuplicate (input->fpa, oldChip); 27 assert (newChip); 28 input->fpa->chips->data[view->chip] = newChip; 29 psFree (oldChip); 30 # endif 22 31 23 32 // iterate over the cells and readout for this chip
Note:
See TracChangeset
for help on using the changeset viewer.
