summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include/gudhi/Simplex_tree.h
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-03-06 18:21:40 +0100
committerMarc Glisse <marc.glisse@inria.fr>2020-03-06 18:21:40 +0100
commit8bd39f74f69e8fcb662873e0e045c953b814f28f (patch)
tree21108bfdf057331fa12060934162b39d9b5db0e2 /src/Simplex_tree/include/gudhi/Simplex_tree.h
parent5748647e9e89bb91e361b06c7c6cb053081618bf (diff)
Tweak doc.
Diffstat (limited to 'src/Simplex_tree/include/gudhi/Simplex_tree.h')
-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 b6973756..ad592a92 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -1532,7 +1532,7 @@ class Simplex_tree {
/** \brief Returns a minimal face of `sh` that has the same filtration value as `sh`.
*
- * For a complex built with `make_filtration_non_decreasing()`, this is a way to invert the process and find out which simplex had its filtration value propagated to `sh`.
+ * For a filtration built with `make_filtration_non_decreasing()`, this is a way to invert the process and find out which simplex had its filtration value propagated to `sh`.
* If several minimal (for inclusion) simplices have the same filtration value, the one it returns is arbitrary, and it is not guaranteed to be the one with smallest dimension. */
Simplex_handle minimal_simplex_with_same_filtration(Simplex_handle sh) {
auto filt = filtration_(sh);