We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9136bce commit d393723Copy full SHA for d393723
src/pico_tree/pico_tree/kd_tree.hpp
@@ -51,7 +51,6 @@ class SplitterLongestMedian {
51
private:
52
using Index = typename Traits::IndexType;
53
using Scalar = typename Traits::ScalarType;
54
- static constexpr int Dim = Traits::Dim;
55
using Space = typename Traits::SpaceType;
56
template <int Dim_>
57
using Sequence = typename internal::Sequence<Scalar, Dim_>;
0 commit comments