summaryrefslogtreecommitdiff
path: root/src/Toplex_map/include/gudhi/Lazy_toplex_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toplex_map/include/gudhi/Lazy_toplex_map.h')
-rw-r--r--src/Toplex_map/include/gudhi/Lazy_toplex_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Toplex_map/include/gudhi/Lazy_toplex_map.h b/src/Toplex_map/include/gudhi/Lazy_toplex_map.h
index bc09c57d..b0b3706e 100644
--- a/src/Toplex_map/include/gudhi/Lazy_toplex_map.h
+++ b/src/Toplex_map/include/gudhi/Lazy_toplex_map.h
@@ -55,7 +55,7 @@ class Lazy_toplex_map {
void insert_independent_simplex(const Input_vertex_range &vertex_range);
/** \brief Adds the given simplex to the complex.
- * Nothing happens if the simplex has a coface in the complex (i.e. it is a face of one of the toplices). */
+ * Nothing happens if the simplex is already in the complex (i.e. it is a face of one of the toplices). */
template <typename Input_vertex_range>
bool insert_simplex(const Input_vertex_range &vertex_range);