summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/example/simple_simplex_tree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Simplex_tree/example/simple_simplex_tree.cpp')
-rw-r--r--src/Simplex_tree/example/simple_simplex_tree.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Simplex_tree/example/simple_simplex_tree.cpp b/src/Simplex_tree/example/simple_simplex_tree.cpp
index ca39df5b..e8bec596 100644
--- a/src/Simplex_tree/example/simple_simplex_tree.cpp
+++ b/src/Simplex_tree/example/simple_simplex_tree.cpp
@@ -166,7 +166,6 @@ int main(int argc, char* const argv[]) {
// ++ GENERAL VARIABLE SET
std::clog << "********************************************************************\n";
- // Display the Simplex_tree - Can not be done in the middle of 2 inserts
std::clog << "* The complex contains " << simplexTree.num_simplices() << " simplices\n";
std::clog << " - dimension " << simplexTree.dimension() << "\n";
std::clog << "* Iterator on Simplices in the filtration, with [filtration value]:\n";