From 593131f9a55af9f82c7cfd8d272e1bb7eb0322e4 Mon Sep 17 00:00:00 2001 From: Ulrich Bauer Date: Tue, 16 Aug 2016 20:10:21 +0200 Subject: fixed format selection for distance matrix --- ripser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3