summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-06 10:38:07 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-06 10:38:07 +0200
commitef5fcf9e54e0c14f7c2e7eebb5c24fb91018606a (patch)
tree7037af53fffef8580b6350954fc8d63751e1dce3 /src/Persistent_cohomology
parent5661593ab3d8f7bd4cda867fc0348c86d26106e3 (diff)
Fix doc review
Diffstat (limited to 'src/Persistent_cohomology')
-rw-r--r--src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
index 452527c4..c57174cb 100644
--- a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
+++ b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
@@ -73,7 +73,8 @@ class Persistent_cohomology {
typedef typename FilteredComplex::Filtration_value Filtration_value;
/** \brief Type of element of the field. */
typedef typename CoefficientField::Element Arith_element;
- /** \brief Persistent interval type. The Arith_element field is used for the multi-field framework. */
+ /** \brief Type for birth and death FilteredComplex::Simplex_handle.
+ * The Arith_element field is used for the multi-field framework. */
typedef std::tuple<Simplex_handle, Simplex_handle, Arith_element> Persistent_interval;
private: