summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example/custom_persistence_sort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistent_cohomology/example/custom_persistence_sort.cpp')
-rw-r--r--src/Persistent_cohomology/example/custom_persistence_sort.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Persistent_cohomology/example/custom_persistence_sort.cpp b/src/Persistent_cohomology/example/custom_persistence_sort.cpp
index 87e9c207..410cd987 100644
--- a/src/Persistent_cohomology/example/custom_persistence_sort.cpp
+++ b/src/Persistent_cohomology/example/custom_persistence_sort.cpp
@@ -86,9 +86,6 @@ int main(int argc, char **argv) {
" - " << simplex.num_simplices() << " simplices - " <<
simplex.num_vertices() << " vertices." << std::endl;
- // Sort the simplices in the order of the filtration
- simplex.initialize_filtration();
-
std::clog << "Simplex_tree dim: " << simplex.dimension() << std::endl;
Persistent_cohomology pcoh(simplex);