summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-04-17 11:46:49 +0200
committerGitHub <noreply@github.com>2020-04-17 11:46:49 +0200
commit9cd2062958d20a86fe234b960524160d31e18396 (patch)
tree908186725f317b867dd1ae00a1f6bc656e329d1f /src/Persistent_cohomology/example/rips_multifield_persistence.cpp
parent44996b632685eb077e61f79b1dd07d172776acb9 (diff)
parent6dcedaeb83e7aef1e1a5e20a72b6ae00651e186f (diff)
Merge pull request #268 from mglisse/filtration
Streamline initialize_filtration
Diffstat (limited to 'src/Persistent_cohomology/example/rips_multifield_persistence.cpp')
-rw-r--r--src/Persistent_cohomology/example/rips_multifield_persistence.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Persistent_cohomology/example/rips_multifield_persistence.cpp b/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
index e2e2c0a5..2edf5bc4 100644
--- a/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
+++ b/src/Persistent_cohomology/example/rips_multifield_persistence.cpp
@@ -59,9 +59,6 @@ int main(int argc, char * argv[]) {
std::clog << "The complex contains " << simplex_tree.num_simplices() << " simplices \n";
std::clog << " and has dimension " << simplex_tree.dimension() << " \n";
- // Sort the simplices in the order of the filtration
- simplex_tree.initialize_filtration();
-
// Compute the persistence diagram of the complex
Persistent_cohomology pcoh(simplex_tree);
// initializes the coefficient field for homology