From ba522fc8c114b2de36c4b399d74edce8883d2577 Mon Sep 17 00:00:00 2001 From: skachano Date: Mon, 30 Jan 2017 12:37:32 +0000 Subject: Added a line to doc following Clément's comment 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@2026 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a3d4afc6110079c9826045c9de61fab9bc52f31e --- src/Witness_complex/example/example_strong_witness_complex_off.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Witness_complex/example') diff --git a/src/Witness_complex/example/example_strong_witness_complex_off.cpp b/src/Witness_complex/example/example_strong_witness_complex_off.cpp index 80699e78..61b8bc4a 100644 --- a/src/Witness_complex/example/example_strong_witness_complex_off.cpp +++ b/src/Witness_complex/example/example_strong_witness_complex_off.cpp @@ -37,7 +37,7 @@ int main(int argc, char * const argv[]) { Point_vector point_vector, landmarks; Gudhi::Points_off_reader off_reader(file_name); if (!off_reader.is_valid()) { - std::cerr << "Witness complex - Unable to read file " << file_name << "\n"; + std::cerr << "Strong witness complex - Unable to read file " << file_name << "\n"; exit(-1); // ----- >> } point_vector = Point_vector(off_reader.get_point_cloud()); @@ -55,7 +55,7 @@ int main(int argc, char * const argv[]) { witness_complex.create_complex(simplex_tree, alpha2, lim_dim); end = clock(); - std::cout << "Witness complex took " + std::cout << "Strong witness complex took " << static_cast(end - start) / CLOCKS_PER_SEC << " s. \n"; std::cout << "Number of simplices is: " << simplex_tree.num_simplices() << "\n"; } -- cgit v1.2.3