summaryrefslogtreecommitdiff
path: root/utilities/Bottleneck_distance/bottleneckdistance.md
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
committerGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
commit599d68cd916f533bdb66dd9e684dd5703233b6bb (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /utilities/Bottleneck_distance/bottleneckdistance.md
parenta2e642954ae39025e041471d486ecbac25dff440 (diff)
Delete all files in order to incorporate upstream's move to git.
Diffstat (limited to 'utilities/Bottleneck_distance/bottleneckdistance.md')
-rw-r--r--utilities/Bottleneck_distance/bottleneckdistance.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/utilities/Bottleneck_distance/bottleneckdistance.md b/utilities/Bottleneck_distance/bottleneckdistance.md
deleted file mode 100644
index 939eb911..00000000
--- a/utilities/Bottleneck_distance/bottleneckdistance.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-layout: page
-title: "Bottleneck distance"
-meta_title: "Bottleneck distance"
-teaser: ""
-permalink: /bottleneckdistance/
----
-{::comment}
-Leave the lines above as it is required by the web site generator 'Jekyll'
-{:/comment}
-
-
-## bottleneck_read_file_example ##
-
-This program computes the Bottleneck distance between two persistence diagram files.
-
-**Usage**
-
-```
- bottleneck_read_file_example <file_1.pers> <file_2.pers> [<tolerance>]
-```
-
-where
-
-* `<file_1.pers>` and `<file_2.pers>` must be in the format described [here](/doc/latest/fileformats.html#FileFormatsPers).
-* `<tolerance>` is an error bound on the bottleneck distance (set by default to the smallest positive double value).