summaryrefslogtreecommitdiff
path: root/src/Cech_complex/include/gudhi/Cech_complex.h
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-06-24 11:03:22 +0200
committerHind-M <hind.montassif@gmail.com>2022-06-24 11:03:22 +0200
commitb829a198e16fbef4c0cb2698b2c723fa353aac55 (patch)
treee04a1b8b4da42ed392b253e7d3af4ebb0d9ad82d /src/Cech_complex/include/gudhi/Cech_complex.h
parent3fa972970514333d4db22ec7628c5c1a4de3c6e8 (diff)
Use CGAL::NT_converter instead of CGAL::to_double in Sphere_circumradius
Diffstat (limited to 'src/Cech_complex/include/gudhi/Cech_complex.h')
-rw-r--r--src/Cech_complex/include/gudhi/Cech_complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cech_complex/include/gudhi/Cech_complex.h b/src/Cech_complex/include/gudhi/Cech_complex.h
index bae21d28..08b7a72f 100644
--- a/src/Cech_complex/include/gudhi/Cech_complex.h
+++ b/src/Cech_complex/include/gudhi/Cech_complex.h
@@ -70,7 +70,7 @@ class Cech_complex {
point_cloud_.assign(std::begin(points), std::end(points));
cech_skeleton_graph_ = Gudhi::compute_proximity_graph<SimplicialComplexForCechComplex>(
- point_cloud_, max_radius_, Sphere_circumradius<Kernel>());
+ point_cloud_, max_radius_, Sphere_circumradius<Kernel, Filtration_value>());
}
/** \brief Initializes the simplicial complex from the proximity graph and expands it until a given maximal