summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-15 14:39:41 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-15 14:39:41 +0000
commitae41883215cd89e2ca71fd7e2a46b66d5075dc2d (patch)
treed4a033f804068ca4f5759e83d10234967afe0c87 /src/Bottleneck_distance
parent8428e315efa22a1b40eb996c98eff671f91a9b27 (diff)
Add iso-cuboid file format
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2882 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ad82867ef7523c4a03fdb89054e5bd7b8d40f7da
Diffstat (limited to 'src/Bottleneck_distance')
-rw-r--r--src/Bottleneck_distance/utilities/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Bottleneck_distance/utilities/README b/src/Bottleneck_distance/utilities/README
index cfdccf0b..d9fdd252 100644
--- a/src/Bottleneck_distance/utilities/README
+++ b/src/Bottleneck_distance/utilities/README
@@ -5,6 +5,6 @@ This program computes the Bottleneck distance between two persistence diagram fi
Usage:
`bottleneck_read_file_example <file_1.pers> <file_2.pers> [<tolerance>]`
-
-<file_1.pers> and <file_2.pers> must be in the format described [here](http://gudhi.gforge.inria.fr/doc/latest/fileformats.html#FileFormatsPers).
-<tolerance> is an error bound on the bottleneck distance (set by default to the smallest positive double value).
+where
+`<file_1.pers>` and `<file_2.pers>` must be in the format described [here](http://gudhi.gforge.inria.fr/doc/latest/fileformats.html#FileFormatsPers).
+`<tolerance>` is an error bound on the bottleneck distance (set by default to the smallest positive double value).