From 6af4189b6491c8ba867feff009162e17f8d2f211 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 14 Aug 2018 14:30:47 +0200 Subject: [PATCH] Use new method --- Polyhedron/demo/Polyhedron/include/Point_set_3.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Polyhedron/demo/Polyhedron/include/Point_set_3.h b/Polyhedron/demo/Polyhedron/include/Point_set_3.h index 4f992825396..7afa0c01877 100644 --- a/Polyhedron/demo/Polyhedron/include/Point_set_3.h +++ b/Polyhedron/demo/Polyhedron/include/Point_set_3.h @@ -138,10 +138,7 @@ public: void reset_indices() { - unselect_all(); - - for (std::size_t i = 0; i < this->m_base.size(); ++ i) - this->m_indices[i] = i; + this->cancel_removal(); } bool add_radius()