From 72cdc05152ddac0c7b018d8d7fdf6221d9bc3d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 5 Feb 2018 18:45:18 +0100 Subject: [PATCH] fix headers --- .../include/CGAL/Point_3_Iso_cuboid_3_intersection.h | 8 +++++--- .../include/CGAL/Point_3_Line_3_intersection.h | 4 +++- .../include/CGAL/Point_3_Plane_3_intersection.h | 4 +++- .../include/CGAL/Point_3_Point_3_intersection.h | 2 +- Intersections_3/include/CGAL/Point_3_Ray_3_intersection.h | 4 +++- .../include/CGAL/Point_3_Segment_3_intersection.h | 8 +++++--- .../Intersections_3/Bbox_3_Iso_cuboid_3_do_intersect.h | 2 +- 7 files changed, 21 insertions(+), 11 deletions(-) diff --git a/Intersections_3/include/CGAL/Point_3_Iso_cuboid_3_intersection.h b/Intersections_3/include/CGAL/Point_3_Iso_cuboid_3_intersection.h index 66983d3b12a..a58491fb494 100644 --- a/Intersections_3/include/CGAL/Point_3_Iso_cuboid_3_intersection.h +++ b/Intersections_3/include/CGAL/Point_3_Iso_cuboid_3_intersection.h @@ -1,6 +1,4 @@ -#ifndef CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H -#define CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H -// Copyright (c) 2003 INRIA Sophia-Antipolis (France). +// Copyright (c) 2018 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or @@ -20,6 +18,10 @@ // // // Author(s) : Maxime Gimeno + +#ifndef CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H +#define CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H + #include #include #include diff --git a/Intersections_3/include/CGAL/Point_3_Line_3_intersection.h b/Intersections_3/include/CGAL/Point_3_Line_3_intersection.h index bdf9dffc33d..b2906fa59d2 100644 --- a/Intersections_3/include/CGAL/Point_3_Line_3_intersection.h +++ b/Intersections_3/include/CGAL/Point_3_Line_3_intersection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2003 INRIA Sophia-Antipolis (France). +// Copyright (c) 2018 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or @@ -18,12 +18,14 @@ // // // Author(s) : Maxime Gimeno + #ifndef CGAL_POINT_3_LINE_3_INTERSECTION_H #define CGAL_POINT_3_LINE_3_INTERSECTION_H #include #include #include + namespace CGAL { namespace internal { diff --git a/Intersections_3/include/CGAL/Point_3_Plane_3_intersection.h b/Intersections_3/include/CGAL/Point_3_Plane_3_intersection.h index 73ecc7dfaf0..f3d09b82ab2 100644 --- a/Intersections_3/include/CGAL/Point_3_Plane_3_intersection.h +++ b/Intersections_3/include/CGAL/Point_3_Plane_3_intersection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2003 INRIA Sophia-Antipolis (France). +// Copyright (c) 2018 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or @@ -18,12 +18,14 @@ // // // Author(s) : Maxime Gimeno + #ifndef CGAL_POINT_3_PLANE_3_INTERSECTION_H #define CGAL_POINT_3_PLANE_3_INTERSECTION_H #include #include #include + namespace CGAL { namespace internal { diff --git a/Intersections_3/include/CGAL/Point_3_Point_3_intersection.h b/Intersections_3/include/CGAL/Point_3_Point_3_intersection.h index ae5321dc94e..dfd3744f195 100644 --- a/Intersections_3/include/CGAL/Point_3_Point_3_intersection.h +++ b/Intersections_3/include/CGAL/Point_3_Point_3_intersection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2003 INRIA Sophia-Antipolis (France). +// Copyright (c) 2018 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or diff --git a/Intersections_3/include/CGAL/Point_3_Ray_3_intersection.h b/Intersections_3/include/CGAL/Point_3_Ray_3_intersection.h index fd4c04ede83..91c4f557989 100644 --- a/Intersections_3/include/CGAL/Point_3_Ray_3_intersection.h +++ b/Intersections_3/include/CGAL/Point_3_Ray_3_intersection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2003 INRIA Sophia-Antipolis (France). +// Copyright (c) 2018 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or @@ -18,8 +18,10 @@ // // // Author(s) : Maxime Gimeno + #ifndef CGAL_POINT_3_RAY_3_INTERSECTION_H #define CGAL_POINT_3_RAY_3_INTERSECTION_H + #include #include #include diff --git a/Intersections_3/include/CGAL/Point_3_Segment_3_intersection.h b/Intersections_3/include/CGAL/Point_3_Segment_3_intersection.h index 764d0a65f41..0873b0d76b1 100644 --- a/Intersections_3/include/CGAL/Point_3_Segment_3_intersection.h +++ b/Intersections_3/include/CGAL/Point_3_Segment_3_intersection.h @@ -1,6 +1,4 @@ -#ifndef CGAL_POINT_3_SEGMENT_3_INTERSECTION_H -#define CGAL_POINT_3_SEGMENT_3_INTERSECTION_H -// Copyright (c) 2003 INRIA Sophia-Antipolis (France). +// Copyright (c) 2018 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or @@ -20,6 +18,10 @@ // // // Author(s) : Maxime Gimeno + +#ifndef CGAL_POINT_3_SEGMENT_3_INTERSECTION_H +#define CGAL_POINT_3_SEGMENT_3_INTERSECTION_H + #include #include #include diff --git a/Intersections_3/include/CGAL/internal/Intersections_3/Bbox_3_Iso_cuboid_3_do_intersect.h b/Intersections_3/include/CGAL/internal/Intersections_3/Bbox_3_Iso_cuboid_3_do_intersect.h index 7a119c126cb..cb931b1524f 100644 --- a/Intersections_3/include/CGAL/internal/Intersections_3/Bbox_3_Iso_cuboid_3_do_intersect.h +++ b/Intersections_3/include/CGAL/internal/Intersections_3/Bbox_3_Iso_cuboid_3_do_intersect.h @@ -1,5 +1,5 @@ // Copyright (c) 2008 INRIA Sophia-Antipolis (France), ETH Zurich (Switzerland). -// Copyright (c) 2010, 2014 GeometryFactory Sarl (France). +// Copyright (c) 2010, 2014 GeometryFactory Sarl (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or