summaryrefslogtreecommitdiff
path: root/src/Toplex_map
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-16 09:10:00 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-16 09:10:00 +0000
commit0f73517f412056bfd7ac5a3089845815c149d47e (patch)
tree1a21627b9d81652dbd0801ed7827843673fb8930 /src/Toplex_map
parentd444c2da6e5081018784a50fab00cb81b772a3e0 (diff)
Doc review : Simplicial complex terms instead of toplex map ones.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3986 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5f8c05b80f6cb4db8f64aaaf33869495a3e7be7b
Diffstat (limited to 'src/Toplex_map')
-rw-r--r--src/Toplex_map/include/gudhi/Lazy_toplex_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toplex_map/include/gudhi/Lazy_toplex_map.h b/src/Toplex_map/include/gudhi/Lazy_toplex_map.h
index 63c933d9..bc09c57d 100644
--- a/src/Toplex_map/include/gudhi/Lazy_toplex_map.h
+++ b/src/Toplex_map/include/gudhi/Lazy_toplex_map.h
@@ -50,12 +50,12 @@ class Lazy_toplex_map {
using Simplex_ptr_set = Toplex_map::Simplex_ptr_set;
/** Adds the given simplex to the complex.
- * The simplex must not have maximal coface in the complex. */
+ * The simplex must not be in the complex already, and it must not contain one of the current toplices. */
template <typename Input_vertex_range>
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. */
+ * Nothing happens if the simplex has a coface 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);