summaryrefslogtreecommitdiff
path: root/ripser.cpp
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-08-11 23:30:31 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-08-11 23:30:31 +0200
commita304cb663b2e7e7680c15f8acf5aa36ad9bb9f15 (patch)
tree584fa663f07a771d664608acc1944d97052e7ae7 /ripser.cpp
parent4e0a06ed43493331ef0e2f5cfe86ed47a7b514ee (diff)
updated and cleaned up readme
Diffstat (limited to 'ripser.cpp')
-rw-r--r--ripser.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ripser.cpp b/ripser.cpp
index 8fb0cd1..c1d4fb3 100644
--- a/ripser.cpp
+++ b/ripser.cpp
@@ -998,17 +998,17 @@ void print_usage_and_exit(int exit_code) {
<< " distance (full distance matrix)" << std::endl
<< " point-cloud (point cloud in Euclidean space)" << std::endl
<< " dipha (distance matrix in DIPHA file format)" << std::endl
- << " sparse (sparse distance matrix in Sparse Triplet format)"
+ << " sparse (sparse distance matrix in sparse triplet format)"
<< std::endl
<< " binary (lower triangular distance matrix in binary format)"
<< std::endl
<< " --dim <k> compute persistent homology up to dimension k" << std::endl
<< " --threshold <t> compute Rips complexes up to diameter t" << std::endl
#ifdef USE_COEFFICIENTS
- << " --modulus <p> compute homology with coefficients in the prime field Z/pZ"
+ << " --modulus <p> compute homology with coefficients in the prime field Z/pZ" << std::endl
#endif
- << std::endl
- << " --ratio <r> only show persistence pairs with death/birth ratio > r" << std::endl;
+ << " --ratio <r> only show persistence pairs with death/birth ratio > r" << std::endl
+ << std::endl;
exit(exit_code);
}