Changeset 7686 for trunk/ppImage/src/ppImageMosaic.c
- Timestamp:
- Jun 24, 2006, 1:13:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageMosaic.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageMosaic.c
r7639 r7686 21 21 pmChip *inChip = pmFPAviewThisChip (view, in->fpa); 22 22 23 if (!(out->fpa->conceptsRead & PM_CONCEPT_SOURCE_HEADER)) { 24 psMetadataCopy (out->fpa->concepts, in->fpa->concepts); 25 out->fpa->conceptsRead |= PM_CONCEPT_SOURCE_HEADER; 26 } 23 27 pmChipMosaic (outChip, inChip); 24 28 … … 42 46 } 43 47 48 // XXX test printing of all concepts 49 # if 0 44 50 for (int i = 0; i < in->fpa->chips->n; i++) { 45 51 pmChip *chip = in->fpa->chips->data[i]; … … 49 55 } 50 56 } 57 # endif 51 58 52 59 pmFPAview *view = pmFPAviewAlloc (0);
Note:
See TracChangeset
for help on using the changeset viewer.
