From 6b8da55930c5a76aefc6725d3cffb17bab5438d0 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Fri, 9 Dec 2022 15:11:14 +0100 Subject: code review: bad copy/paste of a comment --- src/Tangential_complex/include/gudhi/Tangential_complex.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Tangential_complex/include/gudhi/Tangential_complex.h b/src/Tangential_complex/include/gudhi/Tangential_complex.h index 1440bfc4..ab203ca5 100644 --- a/src/Tangential_complex/include/gudhi/Tangential_complex.h +++ b/src/Tangential_complex/include/gudhi/Tangential_complex.h @@ -625,8 +625,7 @@ class Tangential_complex { int max_dim = -1; - // Vertices to be inserted first by the create_complex method to avoid quadratic complexity. - // It isn't just [0, n) if some points have multiplicity (only one copy appears in the complex). + // Ordered vertices to be inserted first by the create_complex method to avoid quadratic complexity. std::vector vertices(m_points.size()); std::iota(vertices.begin(), vertices.end(), 0); tree.insert_batch_vertices(vertices); -- cgit v1.2.3