summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistent_cohomology')
-rw-r--r--src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
index b5d8003f..bed2bdb5 100644
--- a/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
+++ b/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
@@ -222,11 +222,8 @@ class Persistent_cohomology {
/** \brief Initializes the Persistent_cohomology class.
*
- * @param[in] cpx Complex for which the persistent homology is compiuted.
+ * @param[in] cpx Complex for which the persistent homology is computed.
cpx is a model of FilteredComplex
- *
- * @param[in] persistence_dim_max if true, the persistent homology for the maximal dimension in the
- * complex is computed. If false, it is ignored. Default is false.
*/
explicit Persistent_cohomology(Complex_ds& cpx)
: cpx_(&cpx),