summaryrefslogtreecommitdiff
path: root/src/Subsampling/include/gudhi/sparsify_point_set.h
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-17 12:46:40 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-17 12:46:40 +0000
commitc9eb4df1e23a30ae32ffc477c5d5e7dc378c175b (patch)
treeda96a66834145c61fdf5b59ba70b2328a7a4a7f1 /src/Subsampling/include/gudhi/sparsify_point_set.h
parent9469df0b1d91e133ee246229fb5df597c9d18e5b (diff)
parentac259e454de216c4774d3a9465598c7c96a1a224 (diff)
Merge latest trunk changes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1310 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5fd5cd61cce1cec90a81bbbe98e8f6e3324ea029
Diffstat (limited to 'src/Subsampling/include/gudhi/sparsify_point_set.h')
-rw-r--r--src/Subsampling/include/gudhi/sparsify_point_set.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Subsampling/include/gudhi/sparsify_point_set.h b/src/Subsampling/include/gudhi/sparsify_point_set.h
index 859f2295..3784e583 100644
--- a/src/Subsampling/include/gudhi/sparsify_point_set.h
+++ b/src/Subsampling/include/gudhi/sparsify_point_set.h
@@ -32,6 +32,7 @@
#include <vector>
namespace Gudhi {
+namespace subsampling {
template <typename Kernel, typename Point_container, typename OutputIterator>
bool
@@ -91,6 +92,7 @@ sparsify_point_set(
#endif
}
-} //namespace Gudhi
+} // namespace subsampling
+} // namespace Gudhi
#endif // GUDHI_POINT_CLOUD_H