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

template class RTree<void*, unsigned, 2, float>;