summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlrich Bauer <ulrich.bauer@tum.de>2016-07-19 12:18:51 +0200
committerUlrich Bauer <ulrich.bauer@tum.de>2016-07-21 13:58:50 +0200
commit62fd849ae67d4e6429a642402d20c3f53ba176d6 (patch)
treec62815653d7fba30db02ecd16b529fe723aef34e /README.md
parentf5ac0090b0bcea62bd747a6d68a1e25311b7fa3b (diff)
renamed --dim command line option
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3fa958..77eec68 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ $ c++ -std=c++11 ripser.cpp -o ripser -Ofast -D NDEBUG -D FILE_FORMAT_LOWER_TRIA
The following options are supported at the command line:
- - `--top_dim k`: compute persistent homology up to dimension *k*
+ - `--dim k`: compute persistent homology up to dimension *k*
- `--threshold t`: compute Rips complexes up to diameter *t*
- `--modulus p`: compute homology with coefficients in the prime field Z/*p*Z (only available when build with the option `USE_COEFFICIENTS`)