From f4a88dd2afc764ec9bba8347aff459bf7607b9ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 9 Jan 2015 15:58:31 +0100 Subject: [PATCH] rename include guards --- .../Scale_space_surface_reconstruction_3_impl.h | 6 +++--- .../Scale_space_reconstruction_3/Shape_construction_3.h | 6 +++--- .../Weighted_PCA_approximation_3.h | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h b/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h index 78612e566ae..d92dadcaa52 100644 --- a/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h +++ b/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h @@ -15,8 +15,8 @@ // // Author(s): Thijs van Lankveld -#ifndef CGAL_SCALE_SPACE_SURFACE_RECONSTRUCTION_3_IMPL_H -#define CGAL_SCALE_SPACE_SURFACE_RECONSTRUCTION_3_IMPL_H +#ifndef CGAL_SCALE_SPACE_RECONSTRUCTION_3_SCALE_SPACE_SURFACE_RECONSTRUCTION_3_IMPL_H +#define CGAL_SCALE_SPACE_RECONSTRUCTION_3_SCALE_SPACE_SURFACE_RECONSTRUCTION_3_IMPL_H //#include #ifdef CGAL_LINKED_WITH_TBB @@ -543,4 +543,4 @@ Scale_space_surface_reconstruction_3::shell_end( std::size_t she } // namespace CGAL -#endif // CGAL_SCALE_SPACE_SURFACE_RECONSTRUCTION_3_IMPL_H +#endif // CGAL_SCALE_SPACE_RECONSTRUCTION_3_SCALE_SPACE_SURFACE_RECONSTRUCTION_3_IMPL_H diff --git a/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Shape_construction_3.h b/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Shape_construction_3.h index 5701e259a5f..439eba93984 100644 --- a/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Shape_construction_3.h +++ b/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Shape_construction_3.h @@ -16,8 +16,8 @@ // Author(s): Thijs van Lankveld -#ifndef CGAL_SHAPE_CONSTRUCTION_3_H -#define CGAL_SHAPE_CONSTRUCTION_3_H +#ifndef CGAL_SCALE_SPACE_RECONSTRUCTION_3_SHAPE_CONSTRUCTION_3_H +#define CGAL_SCALE_SPACE_RECONSTRUCTION_3_SHAPE_CONSTRUCTION_3_H #include @@ -206,4 +206,4 @@ public: } // namespace CGAL -#endif // CGAL_SHAPE_CONSTRUCTION_3_H +#endif // CGAL_SCALE_SPACE_RECONSTRUCTION_3_SHAPE_CONSTRUCTION_3_H diff --git a/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Weighted_PCA_approximation_3.h b/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Weighted_PCA_approximation_3.h index 4791056ad86..afeef08ed56 100644 --- a/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Weighted_PCA_approximation_3.h +++ b/Scale_space_reconstruction_3/include/CGAL/Scale_space_reconstruction_3/Weighted_PCA_approximation_3.h @@ -16,8 +16,8 @@ // Author(s): Thijs van Lankveld -#ifndef CGAL_WEIGHTED_PCA_PROJECTION_3_H -#define CGAL_WEIGHTED_PCA_PROJECTION_3_H +#ifndef CGAL_SCALE_SPACE_RECONSTRUCTION_3_WEIGHTED_PCA_PROJECTION_3_H +#define CGAL_SCALE_SPACE_RECONSTRUCTION_3_WEIGHTED_PCA_PROJECTION_3_H #include @@ -174,4 +174,4 @@ public: } // namespace CGAL -#endif // CGAL_WEIGHTED_PCA_PROJECTION_3_H +#endif // CGAL_SCALE_SPACE_RECONSTRUCTION_3_WEIGHTED_PCA_PROJECTION_3_H