summaryrefslogtreecommitdiff
path: root/src/Alpha_complex
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-03 15:56:57 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-03 15:56:57 +0200
commit942c58493afc4a705e446c4e54ccb6b6b4b0ab85 (patch)
tree11c5bd77c71ea7380aa7e8621d3cc947e8b18688 /src/Alpha_complex
parent1d53826baf9f2bccb96a7242dbabcc55d8977b19 (diff)
Precise that the default version is not weighted and not periodic
Diffstat (limited to 'src/Alpha_complex')
-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 50a39d32..b77656ff 100644
--- a/src/Alpha_complex/utilities/alphacomplex.md
+++ b/src/Alpha_complex/utilities/alphacomplex.md
@@ -103,8 +103,10 @@ to be recorded. Enter a negative value to see zero length intervals.
* `-c [ --cuboid-file ]` is the path to the file describing the periodic domain.
It must be in the format described
[here]({{ site.officialurl }}/doc/latest/fileformats.html#FileFormatsIsoCuboid).
+Default version is not periodic.
* `-w [ --weight-file ]` is the path to the file containing the weights of the
points (one value per line).
+Default version is not weighted.
* `-e [ --exact ]` for the exact computation version (not compatible with
weight and periodic version).
* `-f [ --fast ]` for the fast computation version.