summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {