summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-09-10 08:18:34 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-09-10 08:18:34 +0000
commit281f792879fd3c84d89d38bb10019cc958120afa (patch)
tree6778e0a79388f4405e2abf40e5652c22bbf3938d /src
parent86d8370c00ec9733469864ed7842f72f4f8417b8 (diff)
doc issue
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/copy_move@783 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e0fdf5443aea57b7231883c89e1e3fd5007db550
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 a5ad6a79..9989e850 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -528,7 +528,7 @@ class Simplex_tree {
//{ return root_.members_.find(v); }
private:
- /** \brief Recursively insert a simplex represented by a vector of vertex.
+ /** \brief Inserts a simplex represented by a vector of vertex.
\warning the vector must be sorted by increasing vertex handle order */
std::pair<Simplex_handle, bool> insert_vertex_vector(const std::vector<Vertex_handle>& simplex,
Filtration_value filtration) {