IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2009, 2:59:07 PM (17 years ago)
Author:
Paul Price
Message:

Updating API for psTreePlant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ppStack/src/ppStackMatch.c

    r25045 r25192  
    8787    x->n = y->n = numGood;
    8888
    89     psTree *tree = psTreePlant(2, 2, x, y); // kd tree
     89    psTree *tree = psTreePlant(2, 2, PS_TREE_EUCLIDEAN, x, y); // kd tree
    9090
    9191    psArray *filtered = psArrayAllocEmpty(numGood); // Filtered list of sources
Note: See TracChangeset for help on using the changeset viewer.