summaryrefslogtreecommitdiff
path: root/src/Toplex_map/include/gudhi/Toplex_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toplex_map/include/gudhi/Toplex_map.h')
-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. */