UPdated test
This commit is contained in:
parent
3957664ab5
commit
d6dac3477d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ using namespace std;
|
||||||
using namespace CosmoTool;
|
using namespace CosmoTool;
|
||||||
|
|
||||||
typedef KDTree<ND,char> MyTree;
|
typedef KDTree<ND,char> MyTree;
|
||||||
typedef KDCell<ND,char> MyCell;
|
typedef MyTree::Cell MyCell;
|
||||||
|
|
||||||
MyCell *findNearest(MyTree::coords& xc, MyCell *cells, uint32_t Ncells)
|
MyCell *findNearest(MyTree::coords& xc, MyCell *cells, uint32_t Ncells)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue