summaryrefslogtreecommitdiff
path: root/src/Rips_complex/doc
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-25 10:21:32 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-25 10:21:32 +0000
commitdea1b04f72b5e77f61320e7a328d85ffbe088aa0 (patch)
tree751d72507075ab0e47df7b0f8321563a6744a1cb /src/Rips_complex/doc
parentd698708b81548a885aeb035cde9af7b270a16dd7 (diff)
Fix code review
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/rips_doc_fixes@2010 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 939e4bc3fb8af5cb0b00ab2e011b4de4b2b4b41e
Diffstat (limited to 'src/Rips_complex/doc')
-rw-r--r--src/Rips_complex/doc/Intro_rips_complex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Rips_complex/doc/Intro_rips_complex.h b/src/Rips_complex/doc/Intro_rips_complex.h
index ceecfa7b..945027dc 100644
--- a/src/Rips_complex/doc/Intro_rips_complex.h
+++ b/src/Rips_complex/doc/Intro_rips_complex.h
@@ -50,6 +50,8 @@ namespace rips_complex {
*
* When creating a simplicial complex from this one skeleton graph, Rips inserts the one skeleton graph into the data
* structure, and then expands the simplicial when required.
+ *
+ * Vertex name correspond to the index of the point in the given range (aka. the point cloud).
*
* \image html "rips_complex_representation.png" "Rips-complex one skeleton graph representation"
*