Changeset 25192
- Timestamp:
- Aug 25, 2009, 2:59:07 PM (17 years ago)
- Location:
- branches/pap_mops
- Files:
-
- 2 edited
-
ppStack/src/ppStackMatch.c (modified) (1 diff)
-
psModules/src/objects/pmSourceMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ppStack/src/ppStackMatch.c
r25045 r25192 87 87 x->n = y->n = numGood; 88 88 89 psTree *tree = psTreePlant(2, 2, x, y); // kd tree89 psTree *tree = psTreePlant(2, 2, PS_TREE_EUCLIDEAN, x, y); // kd tree 90 90 91 91 psArray *filtered = psArrayAllocEmpty(numGood); // Filtered list of sources -
branches/pap_mops/psModules/src/objects/pmSourceMatch.c
r24262 r25192 221 221 } else { 222 222 // Match with the master list 223 psTree *tree = psTreePlant(2, SOURCES_MAX_LEAF, xMaster, yMaster); // kd Tree with sources223 psTree *tree = psTreePlant(2, SOURCES_MAX_LEAF, PS_TREE_EUCLIDEAN, xMaster, yMaster); // kd Tree 224 224 long numMatch = 0; // Number of matches 225 225
Note:
See TracChangeset
for help on using the changeset viewer.
