Changeset 10589 for trunk/ppImage/src/ppImageMosaic.c
- Timestamp:
- Dec 8, 2006, 2:43:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageMosaic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageMosaic.c
r10214 r10589 21 21 } 22 22 23 pmFPAAddSourceFromView(out->fpa, view, out->format);24 23 pmChip *outChip = pmFPAviewThisChip(view, out->fpa); 25 24 pmChip *inChip = pmFPAviewThisChip(view, in->fpa); 25 if (!outChip->hdu && !outChip->parent->hdu) { 26 pmFPAAddSourceFromView(out->fpa, view, out->format); 27 } 26 28 27 29 // Copy over concepts
Note:
See TracChangeset
for help on using the changeset viewer.
