Skip to content

Commit

Permalink
#110 Put KDTree into CDT namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-ogre committed Jan 3, 2023
1 parent 6b9e9f9 commit 4d0c902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CDT/include/KDTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include <cassert>
#include <limits>

namespace CDT
{
namespace KDTree
{

Expand Down Expand Up @@ -395,5 +397,6 @@ class KDTree
};

} // namespace KDTree
} // namespace CDT

#endif // header guard

0 comments on commit 4d0c902

Please sign in to comment.