summaryrefslogtreecommitdiff
path: root/matching/include/persistence_module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'matching/include/persistence_module.hpp')
-rw-r--r--matching/include/persistence_module.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/matching/include/persistence_module.hpp b/matching/include/persistence_module.hpp
index 7479e02..022b43d 100644
--- a/matching/include/persistence_module.hpp
+++ b/matching/include/persistence_module.hpp
@@ -158,7 +158,7 @@ namespace md {
get_slice_projection_matrix(slice, phat_matrix, gen_projections, rel_projections);
phat::persistence_pairs phat_persistence_pairs;
- phat::compute_persistence_pairs<phat::twist_reduction>(phat_persistence_pairs, phat_matrix);
+ phat::compute_persistence_pairs<phat::standard_reduction>(phat_persistence_pairs, phat_matrix, true);
Diagram<Real> dgm;