summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-21 09:34:22 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-21 09:34:22 +0000
commitc4bad9f4dcdefb44bb91b80afc06bf3f2039efe2 (patch)
tree4d81d05e62085cee03b9b94964653ba5ada137ce
parent3113edccca8b0ecf1bc3a942abd03f62c7bb0bcb (diff)
Capitalized Pick_random_points
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1320 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 24995238315de68a9bd93e88d56581e2451ea68e
-rw-r--r--src/Subsampling/include/gudhi/Pick_random_points.h (renamed from src/Subsampling/include/gudhi/pick_random_points.h)0
-rw-r--r--src/Subsampling/test/test_pick_random_points.cpp3
-rw-r--r--src/Witness_complex/example/witness_complex_from_file.cpp2
-rw-r--r--src/Witness_complex/example/witness_complex_sphere.cpp2
4 files changed, 3 insertions, 4 deletions
diff --git a/src/Subsampling/include/gudhi/pick_random_points.h b/src/Subsampling/include/gudhi/Pick_random_points.h
index 9a436ee3..9a436ee3 100644
--- a/src/Subsampling/include/gudhi/pick_random_points.h
+++ b/src/Subsampling/include/gudhi/Pick_random_points.h
diff --git a/src/Subsampling/test/test_pick_random_points.cpp b/src/Subsampling/test/test_pick_random_points.cpp
index 13c7dcad..a7466c9e 100644
--- a/src/Subsampling/test/test_pick_random_points.cpp
+++ b/src/Subsampling/test/test_pick_random_points.cpp
@@ -2,8 +2,7 @@
// # define TBB_USE_THREADING_TOOL
// #endif
-#include <gudhi/pick_random_points.h>
-#include <gudhi/choose_by_farthest_point.h>
+#include <gudhi/Pick_random_points.h>
#include <vector>
#include <iterator>
diff --git a/src/Witness_complex/example/witness_complex_from_file.cpp b/src/Witness_complex/example/witness_complex_from_file.cpp
index 17b63dcf..ba348f9b 100644
--- a/src/Witness_complex/example/witness_complex_from_file.cpp
+++ b/src/Witness_complex/example/witness_complex_from_file.cpp
@@ -26,7 +26,7 @@
#include <gudhi/Simplex_tree.h>
#include <gudhi/Witness_complex.h>
#include <gudhi/Construct_closest_landmark_table.h>
-#include <gudhi/pick_random_points.h>
+#include <gudhi/Pick_random_points.h>
#include <gudhi/reader_utils.h>
#include <iostream>
diff --git a/src/Witness_complex/example/witness_complex_sphere.cpp b/src/Witness_complex/example/witness_complex_sphere.cpp
index 495a5895..2ea7376f 100644
--- a/src/Witness_complex/example/witness_complex_sphere.cpp
+++ b/src/Witness_complex/example/witness_complex_sphere.cpp
@@ -28,7 +28,7 @@
#include <gudhi/Simplex_tree.h>
#include <gudhi/Witness_complex.h>
#include <gudhi/Construct_closest_landmark_table.h>
-#include <gudhi/pick_random_points.h>
+#include <gudhi/Pick_random_points.h>
#include <gudhi/reader_utils.h>
#include <iostream>