summaryrefslogtreecommitdiff
path: root/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-08-03 15:31:18 +0200
committerHind-M <hind.montassif@gmail.com>2022-08-03 15:31:18 +0200
commitac8e64471466b19aae3e525a6e6b384adf654f28 (patch)
tree0eadf64793c1d233a688a043d5e8156c3d362df5 /src/Cech_complex/include/gudhi/Cech_complex_blocker.h
parent6b28e9daa5480dadd0fa3a75d610f98e0c8a0ff5 (diff)
Remove useless exact option when getting filtration from face
Diffstat (limited to 'src/Cech_complex/include/gudhi/Cech_complex_blocker.h')
-rw-r--r--src/Cech_complex/include/gudhi/Cech_complex_blocker.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Cech_complex/include/gudhi/Cech_complex_blocker.h b/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
index 18516e70..7dcbe9b4 100644
--- a/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
+++ b/src/Cech_complex/include/gudhi/Cech_complex_blocker.h
@@ -102,9 +102,6 @@ class Cech_blocker {
if (kernel_.squared_distance_d_object()(sph.first, cc_ptr_->get_point(face_opposite_vertex.second)) <= sph.second) {
is_min_enclos_ball = true;
sc_ptr_->assign_key(sh, sph_key);
-#if CGAL_VERSION_NR >= 1050000000
- if(exact_) CGAL::exact(sph.second);
-#endif
radius = sc_ptr_->filtration(face_opposite_vertex.first);
#ifdef DEBUG_TRACES
std::clog << "center: " << sph.first << ", radius: " << radius << std::endl;