summaryrefslogtreecommitdiff
path: root/src/cython
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython')
-rw-r--r--src/cython/include/Persistent_cohomology_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/include/Persistent_cohomology_interface.h b/src/cython/include/Persistent_cohomology_interface.h
index dee5e487..8cf71a4e 100644
--- a/src/cython/include/Persistent_cohomology_interface.h
+++ b/src/cython/include/Persistent_cohomology_interface.h
@@ -106,7 +106,7 @@ persistent_cohomology::Persistent_cohomology<FilteredComplex, persistent_cohomol
}
}
- persistence_pairs.push_back(std::make_pair(birth,death));
+ persistence_pairs.push_back(std::make_pair(birth, death));
}
return persistence_pairs;
}