summaryrefslogtreecommitdiff
path: root/src/Witness_complex/doc
diff options
context:
space:
mode:
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.