From 5ef02f9f29f4a4fdb63bf7c0f58f535f15c3e254 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 16 Nov 2018 09:37:33 +0000 Subject: 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 --- src/Toplex_map/include/gudhi/Toplex_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Toplex_map') 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. */ -- cgit v1.2.3