Changeset 6950 for trunk/psphot/src/psphotBasicDeblend.c
- Timestamp:
- Apr 21, 2006, 11:50:52 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotBasicDeblend.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBasicDeblend.c
r6900 r6950 42 42 // temporary array for overlapping objects we find 43 43 psArray *overlap = psArrayAlloc (100); 44 overlap->n = 0;44 // DROP overlap->n = 0; 45 45 46 46 // search backwards for overlapping sources … … 112 112 if (source->blends == NULL) { 113 113 source->blends = psArrayAlloc (16); 114 source->blends->n = 0;114 // DROP source->blends->n = 0; 115 115 } 116 116 psArrayAdd (source->blends, 16, testSource);
Note:
See TracChangeset
for help on using the changeset viewer.
