summaryrefslogtreecommitdiff
path: root/src/Cech_complex/benchmark/cech_complex_benchmark.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-22 08:36:00 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-22 08:36:00 +0000
commit0d0ca116e7fef77cc950b7e85380495661311d91 (patch)
tree09328b79afdbfb15b1bd166411a5d22c0136afc4 /src/Cech_complex/benchmark/cech_complex_benchmark.cpp
parent61c5f3a96c33ce4e6a90fefaef03c7c474ce51b5 (diff)
Move Miniball in gudhi
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3302 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 736e5c33a9593e4dfb5b19ddc745ab9852d71b40
Diffstat (limited to 'src/Cech_complex/benchmark/cech_complex_benchmark.cpp')
-rw-r--r--src/Cech_complex/benchmark/cech_complex_benchmark.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Cech_complex/benchmark/cech_complex_benchmark.cpp b/src/Cech_complex/benchmark/cech_complex_benchmark.cpp
index 83ef9dca..6ba52419 100644
--- a/src/Cech_complex/benchmark/cech_complex_benchmark.cpp
+++ b/src/Cech_complex/benchmark/cech_complex_benchmark.cpp
@@ -27,8 +27,7 @@
#include <gudhi/Rips_complex.h>
#include <gudhi/Cech_complex.h>
#include <gudhi/Simplex_tree.h>
-
-#include <Miniball/Miniball.hpp>
+#include <gudhi/Miniball.hpp>
#include "boost/filesystem.hpp" // includes all needed Boost.Filesystem declarations
@@ -57,7 +56,7 @@ class Radius_distance {
using Point_cloud = std::vector<Point>;
using Point_iterator = typename Point_cloud::const_iterator;
using Coordinate_iterator = typename Point::const_iterator;
- using Min_sphere = typename Miniball::Miniball<Miniball::CoordAccessor<Point_iterator, Coordinate_iterator>>;
+ using Min_sphere = typename Gudhi::Miniball::Miniball<Gudhi::Miniball::CoordAccessor<Point_iterator, Coordinate_iterator>>;
Point_cloud point_cloud;
point_cloud.push_back(p1);