From aaf2b79181c1b0f935d2b2110f0e7f48fb98b35b Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Thu, 13 Jun 2019 17:56:22 +0200 Subject: Update src/Persistent_cohomology/example/plain_homology.cpp Co-Authored-By: Marc Glisse --- src/Persistent_cohomology/example/plain_homology.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Persistent_cohomology/example/plain_homology.cpp b/src/Persistent_cohomology/example/plain_homology.cpp index be2dc4cc..1c70ba5d 100644 --- a/src/Persistent_cohomology/example/plain_homology.cpp +++ b/src/Persistent_cohomology/example/plain_homology.cpp @@ -75,7 +75,8 @@ int main() { st.initialize_filtration(); // Class for homology computation - // We want persistent homology to be computed for the maximal dimension in the complex (persistence_dim_max = true) + // By default, since the complex has dimension 1, only 0-dimensional homology would be computed. + // Here we also want persistent homology to be computed for the maximal dimension in the complex (persistence_dim_max = true) Persistent_cohomology pcoh(st, true); // Initialize the coefficient field Z/2Z for homology -- cgit v1.2.3