UPdated test

This commit is contained in:
Guilhem Lavaux 2009-02-03 19:01:38 -06:00
parent 3957664ab5
commit d6dac3477d

View File

@ -11,7 +11,7 @@ using namespace std;
using namespace CosmoTool;
typedef KDTree<ND,char> MyTree;
typedef KDCell<ND,char> MyCell;
typedef MyTree::Cell MyCell;
MyCell *findNearest(MyTree::coords& xc, MyCell *cells, uint32_t Ncells)
{