From 62fd849ae67d4e6429a642402d20c3f53ba176d6 Mon Sep 17 00:00:00 2001 From: Ulrich Bauer Date: Tue, 19 Jul 2016 12:18:51 +0200 Subject: renamed --dim command line option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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`) -- cgit v1.2.3