From 20c9874582833bd4c0cc1f90769bb27341dd299f Mon Sep 17 00:00:00 2001 From: skachano Date: Tue, 18 Oct 2016 12:37:47 +0000 Subject: 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 --- src/Witness_complex/doc/Witness_complex_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3