summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2016-11-10 08:43:53 +0100
committerUlrich Bauer <mail@ulrich-bauer.org>2016-11-10 08:43:53 +0100
commit5c55dd581f101b68941150ab803cb79eef6a79e0 (patch)
tree66c03eb4fd050d2cdca81e81014df2f565e99254
parentf541d9c9206e64ea39f4bab1ec3a4256c8ddab3d (diff)
renamed variable
-rw-r--r--ripser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripser.cpp b/ripser.cpp
index 9d57fa9..8bd5a83 100644
--- a/ripser.cpp
+++ b/ripser.cpp
@@ -619,7 +619,7 @@ void compute_pairs(std::vector<diameter_index_t>& columns_to_reduce, hash_map<in
}
}
}
- for (auto e : coface_entries) working_coboundary.push(e);
+ for (auto coface : coface_entries) working_coboundary.push(coface);
}
pivot = get_pivot(working_coboundary, modulus);