summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2016-08-16 20:10:21 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2016-08-16 20:10:21 +0200
commit593131f9a55af9f82c7cfd8d272e1bb7eb0322e4 (patch)
treec83dd71b8292101cc761a1bcd1db836e35564152
parent39744e216bd99239d1baac0c9741f09c4bdba14e (diff)
fixed format selection for distance matrix
-rw-r--r--ripser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripser.cpp b/ripser.cpp
index 1745927..168a724 100644
--- a/ripser.cpp
+++ b/ripser.cpp
@@ -861,7 +861,7 @@ int main(int argc, char** argv) {
else if (parameter == "upper-distance")
format = UPPER_DISTANCE_MATRIX;
else if (parameter == "distance")
- format = UPPER_DISTANCE_MATRIX;
+ format = DISTANCE_MATRIX;
else if (parameter == "point-cloud")
format = POINT_CLOUD;
else if (parameter == "dipha")