Skip to content

Commit

Permalink
#40 Use default KDTree template parameters in LocatorKDTree
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-ogre committed Oct 26, 2021
1 parent 6a0215e commit 048ef0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CDT/include/LocatorKDTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class LocatorKDTree
}

private:
KDTree::KDTree<T, 20> m_kdTree;
KDTree::KDTree<T> m_kdTree;
};

} // namespace CDT
Expand Down

0 comments on commit 048ef0b

Please sign in to comment.