summaryrefslogtreecommitdiff
path: root/ripser.cpp
diff options
context:
space:
mode:
authorUlrich Bauer <ulrich.bauer@tum.de>2016-07-23 13:30:13 +0200
committerUlrich Bauer <ulrich.bauer@tum.de>2016-07-23 13:30:13 +0200
commitc0947c634c1babc37699d896a961d80979db1327 (patch)
tree05d5b1ed0169e29fce0da49bbf48ec4bc3106286 /ripser.cpp
parentef8e776c6660734b863d6a44d9ba21d448f0af65 (diff)
Typos and line endings in readme
progress every 1000 reduced columns
Diffstat (limited to 'ripser.cpp')
-rw-r--r--ripser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripser.cpp b/ripser.cpp
index e0a34b4..e228ba9 100644
--- a/ripser.cpp
+++ b/ripser.cpp
@@ -509,7 +509,7 @@ void compute_pairs(std::vector<diameter_index_t>& columns_to_reduce,
value_t diameter = get_diameter(column_to_reduce);
#ifdef INDICATE_PROGRESS
- if ((i + 1) % 1000000 == 0)
+ if ((i + 1) % 1000 == 0)
std::cout << "\033[K"
<< "reducing column " << i + 1 << "/" << columns_to_reduce.size()
<< " (diameter " << diameter << ")" << std::flush << "\r";