summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-06 13:39:43 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-06 13:39:43 +0000
commit961d3264b4554cdd03d1c5a13e714e1ea38733ff (patch)
tree1f51a09c28f5d9a48af8c8fbce62da9124c7be50 /src/Persistent_cohomology
parentb4298589ad5e2cf7136b0ff7a0be29a246b2f956 (diff)
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
Diffstat (limited to 'src/Persistent_cohomology')
-rw-r--r--src/Persistent_cohomology/example/rips_persistence_step_by_step.cpp5
1 files changed, 1 insertions, 4 deletions
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;
}