summaryrefslogtreecommitdiff
path: root/src/Spatial_searching/example/example_spatial_searching.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Spatial_searching/example/example_spatial_searching.cpp')
-rw-r--r--src/Spatial_searching/example/example_spatial_searching.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Spatial_searching/example/example_spatial_searching.cpp b/src/Spatial_searching/example/example_spatial_searching.cpp
index ba2ea25f..7b48d055 100644
--- a/src/Spatial_searching/example/example_spatial_searching.cpp
+++ b/src/Spatial_searching/example/example_spatial_searching.cpp
@@ -1,4 +1,4 @@
-#include <gudhi/Spatial_tree_data_structure.h>
+#include <gudhi/Kd_tree_search.h>
#include <CGAL/Epick_d.h>
#include <CGAL/Random.h>
@@ -14,7 +14,7 @@ int main (void)
typedef typename K::Point_d Point;
typedef std::vector<Point> Points;
- typedef gss::Spatial_tree_data_structure<K, Points> Points_ds;
+ typedef gss::Kd_tree_search<K, Points> Points_ds;
CGAL::Random rd;