From 771ed07022c60a3070439f31b60e3c964fdaba87 Mon Sep 17 00:00:00 2001 From: cjamin Date: Tue, 21 Jun 2016 15:14:41 +0000 Subject: Add namespace git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1325 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ff3990902b381c2c2760cf6cc8c299287328e8f5 --- .../include/gudhi/Spatial_tree_data_structure.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h b/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h index 27418445..e633bfc0 100644 --- a/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h +++ b/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h @@ -20,8 +20,8 @@ * along with this program. If not, see . */ -#ifndef GUDHI_POINT_CLOUD_H -#define GUDHI_POINT_CLOUD_H +#ifndef GUDHI_SPATIAL_TREE_DS_H_ +#define GUDHI_SPATIAL_TREE_DS_H_ #include #include @@ -34,6 +34,7 @@ #include namespace Gudhi { +namespace spatial_searching { template class Spatial_tree_data_structure @@ -164,6 +165,7 @@ protected: Tree m_tree; }; -} //namespace Gudhi +} // namespace spatial_searching +} // namespace Gudhi -#endif // GUDHI_POINT_CLOUD_H +#endif // GUDHI_SPATIAL_TREE_DS_H_ -- cgit v1.2.3