summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-09-11 19:53:33 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-09-11 19:53:33 +0000
commitf25099a09b2c0c4a6a317f2c869bc819462d7edf (patch)
tree2cf00c64956f68f3cb750b538abc9e4bade6cf75 /src
parentfb41612243f07ee6faaca02f70d09d4501c24bb1 (diff)
Doc review: rephrase
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/graph_expansion_with_blocker_oracle@2659 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b8a04218fa043e2bd273f77233d794e2c9522060
Diffstat (limited to 'src')
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index ff6ffa67..5cb13053 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -1097,8 +1097,8 @@ class Simplex_tree {
* candidate.
*
* @warning several candidates of the same dimension may be inserted simultaneously before calling `block_simplex`,
- * so if you examine the complex in `block_simplex`, you may hit a few simplices that have not been vetted by
- * `block_simplex` yet.
+ * so if you examine the complex in `block_simplex`, you may hit a few simplices of the same dimension that have not
+ * been vetted by `block_simplex` yet, or have already been rejected but not yet removed.
*/
template< typename Blocker >
void expansion_with_blockers(int max_dim, Blocker block_simplex) {