summaryrefslogtreecommitdiff
path: root/example/Persistent_cohomology/plain_homology.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/Persistent_cohomology/plain_homology.cpp')
-rw-r--r--example/Persistent_cohomology/plain_homology.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/example/Persistent_cohomology/plain_homology.cpp b/example/Persistent_cohomology/plain_homology.cpp
index 50f692f2..a5ae09c8 100644
--- a/example/Persistent_cohomology/plain_homology.cpp
+++ b/example/Persistent_cohomology/plain_homology.cpp
@@ -64,8 +64,6 @@ int main() {
st.insert_simplex_and_subfaces(edge03);
st.insert_simplex(edge13);
st.insert_simplex(vertex4);
- // FIXME: Remove this line
- st.set_dimension(2);
// Sort the simplices in the order of the filtration
st.initialize_filtration();