summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-11-05 16:47:55 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-11-05 16:47:55 +0100
commit16d84f8c33fe5bdb3b9b5ac14ed13004332a76de (patch)
treef361984e92d1dbb2de64326468cb2665853c18f0
parentf8bc102a7ec525d61e836892df6e1bfef862635f (diff)
Modify alpha_complex_persistence utility documentation accordingly to code change
-rw-r--r--src/Alpha_complex/utilities/alphacomplex.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Alpha_complex/utilities/alphacomplex.md b/src/Alpha_complex/utilities/alphacomplex.md
index fcd16a3b..527598a9 100644
--- a/src/Alpha_complex/utilities/alphacomplex.md
+++ b/src/Alpha_complex/utilities/alphacomplex.md
@@ -46,6 +46,8 @@ for the Alpha complex construction.
coefficient field Z/pZ for computing homology.
* `-m [ --min-persistence ]` (default = 0) Minimal lifetime of homology feature
to be recorded. Enter a negative value to see zero length intervals.
+* `-e [ --exact ]` for the exact computation version.
+* `-f [ --fast ]` for the fast computation version.
**Example**