From 961d3264b4554cdd03d1c5a13e714e1ea38733ff Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Mon, 6 Nov 2017 13:39:43 +0000 Subject: Rollback commented lines git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_automatic_dimension_set@2831 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 052a8f264877e7ffa87f8c81abf0f0c83cb60d54 --- src/Persistent_cohomology/example/rips_persistence_step_by_step.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/Persistent_cohomology') 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 75580aac..554eeba6 100644 --- a/src/Persistent_cohomology/example/rips_persistence_step_by_step.cpp +++ b/src/Persistent_cohomology/example/rips_persistence_step_by_step.cpp @@ -88,9 +88,6 @@ int main(int argc, char * argv[]) { Simplex_tree st; // insert the proximity graph in the simplex tree st.insert_graph(prox_graph); - std::cout << "The complex contains " << st.num_simplices() << " simplices \n"; - std::cout << " and has dimension " << st.dimension() << " \n"; -/* // expand the graph until dimension dim_max st.expansion(dim_max); @@ -115,7 +112,7 @@ int main(int argc, char * argv[]) { pcoh.output_diagram(out); out.close(); } -*/ + return 0; } -- cgit v1.2.3