Changeset 35240 for trunk/ppSub/src/ppSubMatchPSFs.c
- Timestamp:
- Mar 5, 2013, 2:37:52 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubMatchPSFs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubMatchPSFs.c
r34089 r35240 262 262 lists->data[0] = psMemIncrRefCounter(inSources); 263 263 lists->data[1] = psMemIncrRefCounter(refSources); 264 detections->allSources = pmSourceMatchMerge(lists, radius); 264 // XXX MEH changed to get only match (true to cull single), no apparent need of unmatched sources and can cause trouble 265 detections->allSources = pmSourceMatchMerge(lists, radius, true); 265 266 psFree(lists); 266 267 if (!detections->allSources) {
Note:
See TracChangeset
for help on using the changeset viewer.
