summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2022-05-22 18:41:40 +0200
committerGitHub <noreply@github.com>2022-05-22 18:41:40 +0200
commit7fc251e83602d0bce697dbaa744099e57d6df397 (patch)
tree34264cce7c14d8004c99bcce388c2f2efa00004f /src/Persistent_cohomology/example/rips_multifield_persistence.cpp
parenta00ce1990b112aa34f72e5504ae0cfe14f11e292 (diff)
Update src/Persistent_cohomology/example/rips_multifield_persistence.cpp
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
Diffstat (limited to 'src/Persistent_cohomology/example/rips_multifield_persistence.cpp')
-rw-r--r--src/Persistent_cohomology/example/rips_multifield_persistence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistent_cohomology/example/rips_multifield_persistence.cpp b/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
index d154bcde..ca26a5b9 100644
--- a/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
+++ b/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
@@ -104,7 +104,7 @@ void program_options(int argc, char * argv[]
("min-field-charac,p", po::value<int>(&min_p)->default_value(2),
"Minimal characteristic p of the coefficient field Z/pZ.")
("max-field-charac,q", po::value<int>(&max_p)->default_value(1223),
- "Minimal characteristic q of the coefficient field Z/pZ.")
+ "Maximal characteristic q of the coefficient field Z/pZ.")
("min-persistence,m", po::value<Filtration_value>(&min_persistence),
"Minimal lifetime of homology feature to be recorded. Default is 0");