wip
This commit is contained in:
parent
013063ee5b
commit
01ad634102
@ -235,8 +235,6 @@ auto make_rtree(const boost::filesystem::path &path, FixtureT &fixture)
|
|||||||
template <typename RTreeT = TestStaticRTree, typename FixtureT>
|
template <typename RTreeT = TestStaticRTree, typename FixtureT>
|
||||||
void construction_test(const std::string &path, FixtureT &fixture)
|
void construction_test(const std::string &path, FixtureT &fixture)
|
||||||
{
|
{
|
||||||
std::string leaves_path;
|
|
||||||
std::string nodes_path;
|
|
||||||
auto rtree = make_rtree<RTreeT>(path, fixture);
|
auto rtree = make_rtree<RTreeT>(path, fixture);
|
||||||
LinearSearchNN<TestData> lsnn(fixture.coords, fixture.edges);
|
LinearSearchNN<TestData> lsnn(fixture.coords, fixture.edges);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user