summaryrefslogtreecommitdiff
path: root/src/Witness_complex/include/gudhi/Witness_complex.h
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-12-16 08:24:02 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-12-16 08:24:02 +0000
commit0c26001efc086657ab46aeb2a1b7746f3e8bbfcf (patch)
tree77f1f398390212897defc4236127e6d4ad74e51b /src/Witness_complex/include/gudhi/Witness_complex.h
parentea13c32806f38e1436a13425a18b93c8cfabfa69 (diff)
Attempted to fix the bug in Strong witness complex with limited dimension
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1891 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8dbe379ae908813ccfaeced316f5d82b6cd91360
Diffstat (limited to 'src/Witness_complex/include/gudhi/Witness_complex.h')
-rw-r--r--src/Witness_complex/include/gudhi/Witness_complex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Witness_complex/include/gudhi/Witness_complex.h b/src/Witness_complex/include/gudhi/Witness_complex.h
index 36aad7c3..56ea8613 100644
--- a/src/Witness_complex/include/gudhi/Witness_complex.h
+++ b/src/Witness_complex/include/gudhi/Witness_complex.h
@@ -56,8 +56,8 @@ private:
typedef std::vector<Point_d> Point_range;
typedef gss::Kd_tree_search<Kernel_, Point_range> Kd_tree;
typedef typename Kd_tree::INS_range Nearest_landmark_range;
- typedef typename std::vector<Nearest_landmark_range> Nearest_landmark_table;
- typedef typename Nearest_landmark_range::iterator Nearest_landmark_row_iterator;
+ //typedef typename std::vector<Nearest_landmark_range> Nearest_landmark_table;
+ //typedef typename Nearest_landmark_range::iterator Nearest_landmark_row_iterator;
typedef std::vector< double > Point_t;
typedef std::vector< Point_t > Point_Vector;