summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include/gudhi
diff options
context:
space:
mode:
Diffstat (limited to 'src/Simplex_tree/include/gudhi')
-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 70ef4c66..5afd0e23 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -1668,8 +1668,8 @@ class Simplex_tree {
}
public:
- /** \brief This function resets filtration value from a given dimension. Resets all the Simplex_tree when
- * `min_dim = 0`.
+ /** \brief This function resets the filtration value of all the simplices of dimension at least min_dim. Resets all
+ * the Simplex_tree when `min_dim = 0`.
* `reset_filtration` may break the filtration property with `min_dim > 0`, and it is the user's responsibility to
* make it a valid filtration (using a large enough `filt_value`, or calling `make_filtration_non_decreasing`
* afterwards for instance).