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