summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-05 17:16:48 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-05 17:16:48 +0000
commitb9d4c8c0073fbd8c0b0bf999ae6ee7d3de60501d (patch)
tree6c54d5c36d7fc4217d1f51a2378618e1eeb7c8cc /src
parent697884f4193c32723922aa5edfef37d09d198fac (diff)
Doc review : fix find_child explanation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/graph_expansion_with_blocker_oracle@2758 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 30759214110b29a525cbbf2d97ff84b92b4eace2
Diffstat (limited to 'src')
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index fe1e87b4..a8c01f84 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -1177,7 +1177,7 @@ class Simplex_tree {
}
/* \private Returns the Simplex_handle composed of the vertex list (from the Simplex_handle), plus the given
- * Vertex_handle.
+ * Vertex_handle if the Vertex_handle is found in the Simplex_handle children list.
* Returns null_simplex() if it does not exist
*/
Simplex_handle find_child(Simplex_handle sh, Vertex_handle vh) const {