From 22f0bc7f98e4ead21616fa10a3b3c3279a922ee4 Mon Sep 17 00:00:00 2001 From: skachano Date: Mon, 21 Nov 2016 16:15:13 +0000 Subject: Fixed small bug in an example. Thanks to Clément MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1765 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ef71f8be01c177a6b0da8ff58849f1041659e523 --- src/Witness_complex/doc/Witness_complex_doc.h | 2 +- src/Witness_complex/example/example_witness_complex_off.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Witness_complex/doc/Witness_complex_doc.h b/src/Witness_complex/doc/Witness_complex_doc.h index ba258ddc..fa45e359 100644 --- a/src/Witness_complex/doc/Witness_complex_doc.h +++ b/src/Witness_complex/doc/Witness_complex_doc.h @@ -34,7 +34,7 @@ which leads to definitions of **weak relaxed witness complex** (or just relaxed witness complex for short) and **strong relaxed witness complex** respectively. - \image html "swit.svg" "Strong witness witnesses the whole simplex in the witnessing ball" + \image html "swit.svg" "Strongly witnessed simplex" In particular case of 0-relaxation, weak complex corresponds to **witness complex** introduced in \cite de2004topological, whereas 0-relaxed strong witness complex consists of just vertices and is not very interesting. Hence for small relaxation weak version is preferable. diff --git a/src/Witness_complex/example/example_witness_complex_off.cpp b/src/Witness_complex/example/example_witness_complex_off.cpp index 2677499a..c057c118 100644 --- a/src/Witness_complex/example/example_witness_complex_off.cpp +++ b/src/Witness_complex/example/example_witness_complex_off.cpp @@ -21,7 +21,7 @@ typedef std::vector< Vertex_handle > typeVectorVertex; typedef std::vector< Point_d > Point_vector; int main(int argc, char * const argv[]) { - if (argc != 4) { + if (argc != 5) { std::cerr << "Usage: " << argv[0] << " path_to_point_file number_of_landmarks max_squared_alpha limit_dimension\n"; return 0; -- cgit v1.2.3