summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/test/Weighted_alpha_complex_unit_test.cpp
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-14 11:17:40 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-14 11:17:40 +0200
commit5e3871c2d99249bd7560faa4e1229d3b3751b0ff (patch)
treec42e5d64009626ead10da796e5d11952e810b6e2 /src/Alpha_complex/test/Weighted_alpha_complex_unit_test.cpp
parent54e0cec31e556c88d9f8107394ad972883fdbbdf (diff)
alpha_complex_persistence utils can use weighted points. Update Alpha_kernel_d_unit_test to work
Diffstat (limited to 'src/Alpha_complex/test/Weighted_alpha_complex_unit_test.cpp')
-rw-r--r--src/Alpha_complex/test/Weighted_alpha_complex_unit_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Alpha_complex/test/Weighted_alpha_complex_unit_test.cpp b/src/Alpha_complex/test/Weighted_alpha_complex_unit_test.cpp
index b4fc76de..57a57058 100644
--- a/src/Alpha_complex/test/Weighted_alpha_complex_unit_test.cpp
+++ b/src/Alpha_complex/test/Weighted_alpha_complex_unit_test.cpp
@@ -21,6 +21,7 @@
#include <random>
#include <gudhi/Alpha_complex.h>
+#include <gudhi/Alpha_complex_3d.h>
#include <gudhi/Simplex_tree.h>
#include <gudhi/Unitary_tests_utils.h>
@@ -32,7 +33,6 @@ typedef CGAL::Epeck_d< CGAL::Dimension_tag<4> > Exact_kernel_s;
typedef CGAL::Epick_d< CGAL::Dynamic_dimension_tag > Inexact_kernel_d;
// Use static dimension_tag for the user not to be able to set dimension
typedef CGAL::Epick_d< CGAL::Dimension_tag<4> > Inexact_kernel_s;
-// The triangulation uses the default instantiation of the TriangulationDataStructure template parameter
typedef boost::mpl::list<Exact_kernel_d, Exact_kernel_s, Inexact_kernel_d, Inexact_kernel_s> list_of_kernel_variants;