summaryrefslogtreecommitdiff
path: root/ripser.cpp
diff options
context:
space:
mode:
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);
}