From 0a183262e27e133bc8a77c91f5c97506497cd380 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Wed, 19 Oct 2022 08:28:02 +0200 Subject: persistence diagram default output is std::cout, not std::clog. Modify utilities help to be in agreement with this --- src/Persistent_cohomology/example/rips_persistence_step_by_step.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Persistent_cohomology/example/rips_persistence_step_by_step.cpp') diff --git a/src/Persistent_cohomology/example/rips_persistence_step_by_step.cpp b/src/Persistent_cohomology/example/rips_persistence_step_by_step.cpp index a503d983..6f37cf5c 100644 --- a/src/Persistent_cohomology/example/rips_persistence_step_by_step.cpp +++ b/src/Persistent_cohomology/example/rips_persistence_step_by_step.cpp @@ -112,7 +112,7 @@ void program_options(int argc, char * argv[] visible.add_options() ("help,h", "produce help message") ("output-file,o", po::value(&filediag)->default_value(std::string()), - "Name of file in which the persistence diagram is written. Default print in std::clog") + "Name of file in which the persistence diagram is written. Default print in standard output") ("max-edge-length,r", po::value(&threshold)->default_value(std::numeric_limits::infinity()), "Maximal length of an edge for the Rips complex construction.") -- cgit v1.2.3