summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-04-27 09:36:45 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-04-27 09:36:45 +0000
commit44e58d011b097377507bff3bf87155f7f196644a (patch)
treef63663f57a14a8fb73a731f77286917ae9259c77 /src/Persistent_cohomology/example/rips_multifield_persistence.cpp
parent776e3e52bc61c1a52e0cf402fe7daaf86131bfe1 (diff)
This trace is not needed
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@577 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d27d2814b1437e3cad6d87d1c77a39136379a13c
Diffstat (limited to 'src/Persistent_cohomology/example/rips_multifield_persistence.cpp')
-rw-r--r--src/Persistent_cohomology/example/rips_multifield_persistence.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Persistent_cohomology/example/rips_multifield_persistence.cpp b/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
index 2505897e..297a8f98 100644
--- a/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
+++ b/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
@@ -70,8 +70,6 @@ int main (int argc, char * argv[])
st.insert_graph(prox_graph); // insert the proximity graph in the simplex tree
st.expansion( dim_max ); // expand the graph until dimension dim_max
- std::cout << "st=" << st << std::endl;
-
// Sort the simplices in the order of the filtration
st.initialize_filtration();