From 48c9d66c9e9ac19519482f4ac4ac18c44f8e2fc6 Mon Sep 17 00:00:00 2001 From: skachano Date: Tue, 29 Nov 2016 16:48:10 +0000 Subject: Small fix in another example git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1800 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a13dbce7e312e876f1776d1c03229e894979f3c6 --- src/Witness_complex/example/example_strong_witness_persistence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Witness_complex/example/example_strong_witness_persistence.cpp b/src/Witness_complex/example/example_strong_witness_persistence.cpp index a0563ee2..4997e829 100644 --- a/src/Witness_complex/example/example_strong_witness_persistence.cpp +++ b/src/Witness_complex/example/example_strong_witness_persistence.cpp @@ -115,7 +115,7 @@ void program_options(int argc, char * argv[] ("output-file,o", po::value(&filediag)->default_value(std::string()), "Name of file in which the persistence diagram is written. Default print in std::cout") ("max-sq-alpha,a", po::value(&max_squared_alpha)->default_value(std::numeric_limits::infinity()), - "Maximal length of an edge for the Rips complex construction.") + "Maximal squared relaxation parameter.") ("field-charac,p", po::value(&p)->default_value(11), "Characteristic p of the coefficient field Z/pZ for computing homology.") ("min-persistence,m", po::value(&min_persistence)->default_value(0), -- cgit v1.2.3