summaryrefslogtreecommitdiff
path: root/src/Toplex_map
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-16 15:11:22 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-16 15:11:22 +0000
commit8ca964ddf732e5e2926ccc5feb1d27d827ba3d40 (patch)
treeb951da87142adf03764d8111a6e0e41bc622c145 /src/Toplex_map
parent2530c5352fec28cc6c27af6b8f645a8b85d86676 (diff)
Doc review : Bad copy/paste
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3993 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 20fe516698230f532c38535ec21b89dc12b7a9d9
Diffstat (limited to 'src/Toplex_map')
-rw-r--r--src/Toplex_map/include/gudhi/Lazy_toplex_map.h2
-rw-r--r--src/Toplex_map/include/gudhi/Toplex_map.h2
2 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 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);
diff --git a/src/Toplex_map/include/gudhi/Toplex_map.h b/src/Toplex_map/include/gudhi/Toplex_map.h
index 03f348e4..4dc2331f 100644
--- a/src/Toplex_map/include/gudhi/Toplex_map.h
+++ b/src/Toplex_map/include/gudhi/Toplex_map.h
@@ -61,7 +61,7 @@ class Toplex_map {
using Simplex_ptr_set = std::unordered_set<Toplex_map::Simplex_ptr, Sptr_hash, Sptr_equal>;
/** \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>
void insert_simplex(const Input_vertex_range& vertex_range);