summaryrefslogtreecommitdiff
path: root/ripser.cpp
diff options
context:
space:
mode:
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 aec4e86..5b4f053 100644
--- a/ripser.cpp
+++ b/ripser.cpp
@@ -826,7 +826,7 @@ int main(int argc, char** argv) {
const char* filename = nullptr;
- file_format format = LOWER_DISTANCE_MATRIX;
+ file_format format = DISTANCE_MATRIX;
index_t dim_max = 1;
value_t threshold = std::numeric_limits<value_t>::max();