summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-22 16:34:52 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-22 16:34:52 +0000
commit50842cbc95006c8ff1a9066fa9431999025c4688 (patch)
treeb3d00e0fa57fac3fdb9474a67d73a4a1b0308720 /src/Bottleneck_distance
parent05224407e92eaf623a980adf5f578b72c64647cb (diff)
b => birth + d => death
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2943 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6ec0292942fcc14c1ef53b8ff9d1182b8f07a287
Diffstat (limited to 'src/Bottleneck_distance')
-rw-r--r--src/Bottleneck_distance/example/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Bottleneck_distance/example/README b/src/Bottleneck_distance/example/README
index 0e314608..01bcd74a 100644
--- a/src/Bottleneck_distance/example/README
+++ b/src/Bottleneck_distance/example/README
@@ -3,9 +3,9 @@
## `alpha_rips_persistence_bottleneck_distance` ##
This program computes the persistent homology with coefficient field Z/pZ of a Rips complex defined on a set of input points. The output diagram contains one bar per line, written with the convention:
-`p dim b d`
+`p dim birth death`
-where `dim` is the dimension of the homological feature, `b` and `d` are respectively the birth and death of the feature, and `p` is the characteristic of the field *Z/pZ* used for homology coefficients.
+where `dim` is the dimension of the homological feature, `birth` and `death` are respectively the birth and death of the feature, and `p` is the characteristic of the field *Z/pZ* used for homology coefficients.
Usage:
`alpha_rips_persistence_bottleneck_distance [options] <OFF input file>`