summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-24 11:18:41 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-24 11:18:41 +0000
commit3f98e5b18fc468222711cd483cca78f64eddfeeb (patch)
tree8dbf19ca09f9fd3db2858fefae4658eb6db6765a /src/common
parentc23eee17fb16dd3d6229184aac95d57d04f93275 (diff)
Doc typo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2375 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 181a2d688b3333b202aa7a25768413259c6c8fbd
Diffstat (limited to 'src/common')
-rw-r--r--src/common/doc/main_page.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h
index 2e45e5aa..125ef47b 100644
--- a/src/common/doc/main_page.h
+++ b/src/common/doc/main_page.h
@@ -16,7 +16,7 @@
*
* \li Data structures to represent, construct and manipulate simplicial complexes.
* \li Simplification of simplicial complexes by edge contraction.
- * \li Algorithms to compute persistent homology persistent homology.
+ * \li Algorithms to compute persistent homology and bottleneck distance.
*
* All data-structures are generic and several of their aspects can be parameterized via template classes.
* We refer to \cite gudhilibrary_ICMS14 for a detailed description of the design of the library.