summaryrefslogtreecommitdiff
path: root/src/Toplex_map
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-16 09:37:33 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-16 09:37:33 +0000
commit5ef02f9f29f4a4fdb63bf7c0f58f535f15c3e254 (patch)
tree936675311ff8dc026f5341ddcde8be2fe4b9a927 /src/Toplex_map
parent93879e423d5f3ae94318696335b19e1f10ce2a7d (diff)
Doc review : Rephrase remove_vertex doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3988 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9930dc524fb4d646135a53e07cc8b8934528442d
Diffstat (limited to 'src/Toplex_map')
-rw-r--r--src/Toplex_map/include/gudhi/Toplex_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Toplex_map/include/gudhi/Toplex_map.h b/src/Toplex_map/include/gudhi/Toplex_map.h
index ebdbdc0b..03f348e4 100644
--- a/src/Toplex_map/include/gudhi/Toplex_map.h
+++ b/src/Toplex_map/include/gudhi/Toplex_map.h
@@ -96,7 +96,7 @@ class Toplex_map {
* Returns the remaining vertex. */
Vertex contraction(const Vertex x, const Vertex y);
- /** Removes a vertex from any simplex containing it. */
+ /** Remove the vertex and all its cofaces from the complex. */
void remove_vertex(const Vertex x);
/** \brief Number of maximal simplices. */