Changeset 25192 for branches/pap_mops/ppStack/src/ppStackMatch.c
- Timestamp:
- Aug 25, 2009, 2:59:07 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_mops/ppStack/src/ppStackMatch.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
Note:
See TracChangeset
for help on using the changeset viewer.
