summaryrefslogtreecommitdiff
path: root/src/Witness_complex/doc
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-18 12:37:47 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-18 12:37:47 +0000
commit20c9874582833bd4c0cc1f90769bb27341dd299f (patch)
treecff786b78b9a3bc0b8456d9a2392ec1e2eb27fae /src/Witness_complex/doc
parent4473c9fd8d23097ed7b5570b800db245539e91d2 (diff)
Modified doc in Witness_complex_doc.h spatial_searching -> witness_complex
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1732 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 46932441f1f7e042f18cbbc7da26984357b3735b
Diffstat (limited to 'src/Witness_complex/doc')
-rw-r--r--src/Witness_complex/doc/Witness_complex_doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Witness_complex/doc/Witness_complex_doc.h b/src/Witness_complex/doc/Witness_complex_doc.h
index 14cb92ad..e17b0fa6 100644
--- a/src/Witness_complex/doc/Witness_complex_doc.h
+++ b/src/Witness_complex/doc/Witness_complex_doc.h
@@ -42,7 +42,7 @@
The construction of both of them follow the same scheme:
1. Construct a search tree on landmarks (for that Gudhi::spatial_searching::Kd_tree_search is used internally).
- 2. Construct lists of nearest landmarks for each witness (special internal structure Gudhi::spatial_searching::Active_witness is used internally).
+ 2. Construct lists of nearest landmarks for each witness (special internal structure Gudhi::witness_complex::Active_witness is used internally).
3. Construct the witness complex for nearest landmark lists.
The constructors take on the step 1, while the function 'create_complex' executes the steps 2 and 3.