summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example/persistence_from_file.cpp
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-25 08:55:34 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-25 08:55:34 +0200
commit8f8f1b6f6197bac633ae059776e7b265e3ef5fb6 (patch)
tree39960653868c54b5ab5206ec13caf00fc33a565c /src/Persistent_cohomology/example/persistence_from_file.cpp
parent0d5556975f7977f6fd41cde4841b1ccd23a66f6b (diff)
parent80dc3b26a91280f9da8b9630d983499846d42ea6 (diff)
Merge last master version
Diffstat (limited to 'src/Persistent_cohomology/example/persistence_from_file.cpp')
-rw-r--r--src/Persistent_cohomology/example/persistence_from_file.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Persistent_cohomology/example/persistence_from_file.cpp b/src/Persistent_cohomology/example/persistence_from_file.cpp
index 79108730..38c44514 100644
--- a/src/Persistent_cohomology/example/persistence_from_file.cpp
+++ b/src/Persistent_cohomology/example/persistence_from_file.cpp
@@ -59,9 +59,6 @@ int main(int argc, char * argv[]) {
std::clog << std::endl;
}*/
- // Sort the simplices in the order of the filtration
- simplex_tree.initialize_filtration();
-
// Compute the persistence diagram of the complex
Persistent_cohomology< Simplex_tree<>, Field_Zp > pcoh(simplex_tree);
// initializes the coefficient field for homology