Changeset 25885
- Timestamp:
- Oct 18, 2009, 10:54:11 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotDeblendSatstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotDeblendSatstars.c
r24889 r25885 49 49 psVector *xVec = contour->data[0]; 50 50 psVector *yVec = contour->data[1]; 51 if (xVec->n < 5) continue; 51 if (xVec->n < 5) { 52 psFree(contour); 53 continue; 54 } 52 55 53 56 // find the center of the contour (let's just use mid[x,y])
Note:
See TracChangeset
for help on using the changeset viewer.
