UPdated test
This commit is contained in:
parent
3957664ab5
commit
d6dac3477d
@ -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…
Reference in New Issue
Block a user