From ccb6ed4f7b2de208ba55b4c2eb06185c368f0b1c Mon Sep 17 00:00:00 2001 From: skachano Date: Thu, 19 Jan 2017 13:29:55 +0000 Subject: Small change in sphere example before merge with trunk git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1959 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cc687804569e64e8ddf872eac1cd6be22cf10fcc --- src/Witness_complex/example/example_witness_complex_sphere.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Witness_complex/example/example_witness_complex_sphere.cpp') diff --git a/src/Witness_complex/example/example_witness_complex_sphere.cpp b/src/Witness_complex/example/example_witness_complex_sphere.cpp index 90e0339a..1ea9408c 100644 --- a/src/Witness_complex/example/example_witness_complex_sphere.cpp +++ b/src/Witness_complex/example/example_witness_complex_sphere.cpp @@ -45,7 +45,7 @@ int main(int argc, char * const argv[]) { std::vector< std::pair > l_time; - // Read the point file + // Generate points for (int nbP = 500; nbP < 10000; nbP += 500) { // Construct the Simplex Tree Gudhi::Simplex_tree<> simplex_tree; -- cgit v1.2.3