summaryrefslogtreecommitdiff
path: root/src/Witness_complex/example
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-11-29 16:47:12 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-11-29 16:47:12 +0000
commit18088ab139f26dc3a0018dea3a2c2f28261cfedc (patch)
tree8cb3a9d54c8cd525b353fc0d2e5de9adfa4dc351 /src/Witness_complex/example
parent22f0bc7f98e4ead21616fa10a3b3c3279a922ee4 (diff)
Small fix in example
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1799 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 236c93cf0ad0037fb17fea063d7a15824f18eff8
Diffstat (limited to 'src/Witness_complex/example')
-rw-r--r--src/Witness_complex/example/example_witness_complex_persistence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Witness_complex/example/example_witness_complex_persistence.cpp b/src/Witness_complex/example/example_witness_complex_persistence.cpp
index 00f00aae..5e63ffe2 100644
--- a/src/Witness_complex/example/example_witness_complex_persistence.cpp
+++ b/src/Witness_complex/example/example_witness_complex_persistence.cpp
@@ -115,7 +115,7 @@ void program_options(int argc, char * argv[]
("output-file,o", po::value<std::string>(&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<Filtration_value>(&max_squared_alpha)->default_value(std::numeric_limits<Filtration_value>::infinity()),
- "Maximal length of an edge for the Rips complex construction.")
+ "Maximal squared relaxation parameter.")
("field-charac,p", po::value<int>(&p)->default_value(11),
"Characteristic p of the coefficient field Z/pZ for computing homology.")
("min-persistence,m", po::value<Filtration_value>(&min_persistence)->default_value(0),