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