summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example/plain_homology.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/plain_homology.cpp
parent44996b632685eb077e61f79b1dd07d172776acb9 (diff)
parent6dcedaeb83e7aef1e1a5e20a72b6ae00651e186f (diff)
Merge pull request #268 from mglisse/filtration
Streamline initialize_filtration
Diffstat (limited to 'src/Persistent_cohomology/example/plain_homology.cpp')
-rw-r--r--src/Persistent_cohomology/example/plain_homology.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Persistent_cohomology/example/plain_homology.cpp b/src/Persistent_cohomology/example/plain_homology.cpp
index 4d329020..236b67de 100644
--- a/src/Persistent_cohomology/example/plain_homology.cpp
+++ b/src/Persistent_cohomology/example/plain_homology.cpp
@@ -59,9 +59,6 @@ int main() {
st.insert_simplex_and_subfaces(edge35);
st.insert_simplex(vertex4);
- // Sort the simplices in the order of the filtration
- st.initialize_filtration();
-
// Class for homology computation
// By default, since the complex has dimension 1, only 0-dimensional homology would be computed.
// Here we also want persistent homology to be computed for the maximal dimension in the complex (persistence_dim_max = true)