summaryrefslogtreecommitdiffhomepage
path: root/src/RTree.cpp
blob: 32323e695a04fea47a2d32ad558fd5c5949c9114 (plain)
1
2
3
#include "RTree.hpp"

template class RTree<std::uint64_t, float, 2, float>;