summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-07-03 16:29:12 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-07-03 16:29:12 +0200
commit36953ea242ef98a14809978bbe2f04aa96f981ca (patch)
tree568342dc59e8a117efc495d16bcaa6865371a1ac
parent37757e68850ade0a1e2e3b1a39c979c921e9c70b (diff)
cleanup
-rw-r--r--ripser.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ripser.cpp b/ripser.cpp
index 0822eb2..422e850 100644
--- a/ripser.cpp
+++ b/ripser.cpp
@@ -588,8 +588,6 @@ public:
greater_diameter_or_smaller_index<diameter_entry_t>>
working_reduction_column, working_coboundary;
- // working_reduction_column.push(column_to_reduce);
-
diameter_entry_t pivot = init_coboundary_and_get_pivot(
column_to_reduce, working_coboundary, dim, pivot_column_index);
@@ -621,8 +619,6 @@ public:
pivot_column_index.insert(
std::make_pair(get_entry(pivot), index_column_to_reduce));
- const coefficient_t inverse =
- multiplicative_inverse[get_coefficient(pivot)];
while (true) {
diameter_entry_t e = pop_pivot(working_reduction_column, modulus);
if (get_index(e) == -1) break;