Changeset 25141
- Timestamp:
- Aug 20, 2009, 9:56:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820/psphot/src/psphotDeblendSatstars.c
r24889 r25141 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.
