From 7fc251e83602d0bce697dbaa744099e57d6df397 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 22 May 2022 18:41:40 +0200 Subject: Update src/Persistent_cohomology/example/rips_multifield_persistence.cpp Co-authored-by: Marc Glisse --- src/Persistent_cohomology/example/rips_multifield_persistence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Persistent_cohomology/example/rips_multifield_persistence.cpp') 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(&min_p)->default_value(2), "Minimal characteristic p of the coefficient field Z/pZ.") ("max-field-charac,q", po::value(&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(&min_persistence), "Minimal lifetime of homology feature to be recorded. Default is 0"); -- cgit v1.2.3