summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-06-19 20:56:24 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-06-19 20:56:24 +0200
commit26674f77ec9ceba065de2d075e746bc606fa94a9 (patch)
tree747a939b22c5bbfd6068c9d17a271f9b927af630
parentac58677299bf2afe7c07f5962427c2a30b36ff64 (diff)
fix
-rw-r--r--ripser.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ripser.cpp b/ripser.cpp
index 09b63eb..5a3caff 100644
--- a/ripser.cpp
+++ b/ripser.cpp
@@ -565,7 +565,8 @@ public:
while (true) {
pivot = add_coboundary_and_get_pivot(
reduction_matrix.cbegin(index_column_to_add),
- reduction_matrix.cend(index_column_to_add), working_reduction_column,
+ reduction_matrix.cend(index_column_to_add),
+ factor_column_to_add, working_reduction_column,
working_coboundary, dim, pivot_column_index, might_be_apparent_pair);
if (get_index(pivot) != -1) {