summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-07-06 07:10:41 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-07-06 07:10:41 +0000
commit73c3f473fa9d4dc6965607edd1ad748d26cfb86b (patch)
tree1fff57180d2687756601cd514d8fbd3ccc4a71b2 /src/Simplex_tree/include
parent40aaa716132bb2f6a6110e229d91345618bf1088 (diff)
Doc example addition
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/graph_expansion_with_blocker_oracle@2587 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: eec20e1b4242460fbe97a9622d69ad35bfdca8b7
Diffstat (limited to 'src/Simplex_tree/include')
-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 72cb9401..b7ec2c1c 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -1089,7 +1089,7 @@ class Simplex_tree {
* complex of dimension at most \f$d\f$ admitting the graph \f$G\f$ as \f$1\f$-skeleton.
* The filtration value assigned to a simplex is the maximal filtration value of one of its edges.
* The blocker expansion oracle shall answer true on a Simplex_handle if this Simplex_handle has to be removed,
- * false otherwise. The blocker expansion oracle can re-assign the filtration value.
+ * false otherwise. The blocker expansion oracle can re-assign the filtration value if needed.
*
* The Simplex_tree must contain no simplex of dimension bigger than 1 when calling the method. */
template< typename Blocker >