diff -Nru cgal-5.5/auxiliary/cgal_create_cmake_script.1 cgal-5.5.1/auxiliary/cgal_create_cmake_script.1 --- cgal-5.5/auxiliary/cgal_create_cmake_script.1 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/auxiliary/cgal_create_cmake_script.1 2022-10-07 19:07:09.000000000 +0000 @@ -1,4 +1,4 @@ -.TH CGAL_CREATE_CMAKE_SCRIPT "1" "July 2022" "CGAL 5.5" "User Commands" +.TH CGAL_CREATE_CMAKE_SCRIPT "1" "October 2022" "CGAL 5.5.1" "User Commands" .SH NAME cgal_create_cmake_script \- create a cmake script for applications using CGAL .SH SYNOPSIS diff -Nru cgal-5.5/cmake/modules/CGAL_SetupBoost.cmake cgal-5.5.1/cmake/modules/CGAL_SetupBoost.cmake --- cgal-5.5/cmake/modules/CGAL_SetupBoost.cmake 2022-06-13 09:15:16.000000000 +0000 +++ cgal-5.5.1/cmake/modules/CGAL_SetupBoost.cmake 2022-10-07 19:00:21.000000000 +0000 @@ -17,7 +17,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/CGAL_TweakFindBoost.cmake) -find_package( Boost 1.48 REQUIRED ) +find_package( Boost 1.66 REQUIRED ) if(Boost_FOUND AND Boost_VERSION VERSION_LESS 1.70) if(DEFINED Boost_DIR AND NOT Boost_DIR) diff -Nru cgal-5.5/debian/changelog cgal-5.5.1/debian/changelog --- cgal-5.5/debian/changelog 2022-08-05 19:14:08.000000000 +0000 +++ cgal-5.5.1/debian/changelog 2022-10-28 16:13:54.000000000 +0000 @@ -1,3 +1,19 @@ +cgal (5.5.1-2) unstable; urgency=medium + + * Add debian/libcgal-ipelets.maintscript to fix the upgrade of + libcgal-ipelets (/usr/share/doc/libcgal-ipelets is no longer a + symlink since 5.5.1-1). + + -- Joachim Reichel Fri, 28 Oct 2022 18:13:54 +0200 + +cgal (5.5.1-1) unstable; urgency=medium + + * New upstream release. + * debian/control: Remove unnecessary dependency on libcgal-dev from + libcgal-ipelets. + + -- Joachim Reichel Mon, 17 Oct 2022 21:06:50 +0200 + cgal (5.5-1) unstable; urgency=medium * New upstream release. diff -Nru cgal-5.5/debian/control cgal-5.5.1/debian/control --- cgal-5.5/debian/control 2022-06-03 06:14:23.000000000 +0000 +++ cgal-5.5.1/debian/control 2022-10-20 19:00:07.000000000 +0000 @@ -123,7 +123,7 @@ Section: graphics Architecture: any Depends: ipe (>= ${Ipe-Version}), ipe (<< ${Ipe-Version}+), - libcgal-dev (>= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} + ${shlibs:Depends}, ${misc:Depends} Description: C++ library for computational geometry (ipelets) CGAL (Computational Geometry Algorithms Library) makes the most important of the solutions and methods developed in computational geometry available diff -Nru cgal-5.5/debian/libcgal-ipelets.maintscript cgal-5.5.1/debian/libcgal-ipelets.maintscript --- cgal-5.5/debian/libcgal-ipelets.maintscript 1970-01-01 00:00:00.000000000 +0000 +++ cgal-5.5.1/debian/libcgal-ipelets.maintscript 2022-10-28 16:13:54.000000000 +0000 @@ -0,0 +1,3 @@ +# The directory in /usr/share/doc is no longer shared since 5.5.1-1 to drop the +# dependency on libcgal-dev. +symlink_to_dir /usr/share/doc/libcgal-ipelets libcgal-dev 5.5.1-1~ diff -Nru cgal-5.5/debian/rules cgal-5.5.1/debian/rules --- cgal-5.5/debian/rules 2022-02-26 10:18:57.000000000 +0000 +++ cgal-5.5.1/debian/rules 2022-10-20 19:00:07.000000000 +0000 @@ -100,8 +100,6 @@ endif # create symlinks to /usr/share/doc/libcgal-dev - mkdir -p debian/libcgal-ipelets/usr/share/doc - ln -s libcgal-dev debian/libcgal-ipelets/usr/share/doc/libcgal-ipelets ifeq (,$(findstring $(DEB_HOST_ARCH), $(OPENGL_ES_ARCHITECTURES))) mkdir -p debian/libcgal-qt5-dev/usr/share/doc ln -s libcgal-dev debian/libcgal-qt5-dev/usr/share/doc/libcgal-qt5-dev @@ -125,10 +123,10 @@ ln -s libcgal-dev debian/libcgal-demo/usr/share/doc/libcgal-demo override_dh_installdocs: - dh_installdocs -plibcgal-dev debian/copyright + dh_installdocs -plibcgal-dev -plibcgal-ipelets debian/copyright override_dh_installchangelogs: - dh_installchangelogs -plibcgal-dev + dh_installchangelogs -plibcgal-dev -plibcgal-ipelets override_dh_gencontrol: dh_gencontrol -- -VIpe-Version=`dpkg-awk 'Package:^ipe$$' -- Version | grep Version | sed 's/Version: //;s/-[^-]*$$//'` diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/AlgebraicCurveInputDialog.h cgal-5.5.1/demo/Arrangement_on_surface_2/AlgebraicCurveInputDialog.h --- cgal-5.5/demo/Arrangement_on_surface_2/AlgebraicCurveInputDialog.h 2022-07-13 19:04:21.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/AlgebraicCurveInputDialog.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/AlgebraicCurveInputDialog.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/AlgebraicCurveInputDialog.h $ // $Id: AlgebraicCurveInputDialog.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/ArrangementDemoGraphicsView.h cgal-5.5.1/demo/Arrangement_on_surface_2/ArrangementDemoGraphicsView.h --- cgal-5.5/demo/Arrangement_on_surface_2/ArrangementDemoGraphicsView.h 2022-07-13 19:04:21.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/ArrangementDemoGraphicsView.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ArrangementDemoGraphicsView.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ArrangementDemoGraphicsView.h $ // $Id: ArrangementDemoGraphicsView.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/ArrangementDemoPropertiesDialog.h cgal-5.5.1/demo/Arrangement_on_surface_2/ArrangementDemoPropertiesDialog.h --- cgal-5.5/demo/Arrangement_on_surface_2/ArrangementDemoPropertiesDialog.h 2022-07-13 19:04:21.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/ArrangementDemoPropertiesDialog.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ArrangementDemoPropertiesDialog.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ArrangementDemoPropertiesDialog.h $ // $Id: ArrangementDemoPropertiesDialog.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/ArrangementDemoTab.h cgal-5.5.1/demo/Arrangement_on_surface_2/ArrangementDemoTab.h --- cgal-5.5/demo/Arrangement_on_surface_2/ArrangementDemoTab.h 2022-07-13 19:04:21.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/ArrangementDemoTab.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ArrangementDemoTab.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ArrangementDemoTab.h $ // $Id: ArrangementDemoTab.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/ArrangementIO.h cgal-5.5.1/demo/Arrangement_on_surface_2/ArrangementIO.h --- cgal-5.5/demo/Arrangement_on_surface_2/ArrangementIO.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/ArrangementIO.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ArrangementIO.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ArrangementIO.h $ // $Id: ArrangementIO.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/ArrangementTypesUtils.h cgal-5.5.1/demo/Arrangement_on_surface_2/ArrangementTypesUtils.h --- cgal-5.5/demo/Arrangement_on_surface_2/ArrangementTypesUtils.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/ArrangementTypesUtils.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ArrangementTypesUtils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ArrangementTypesUtils.h $ // $Id: ArrangementTypesUtils.h ae46209 2020-10-06T23:41:30+01:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/Callback.h cgal-5.5.1/demo/Arrangement_on_surface_2/Callback.h --- cgal-5.5/demo/Arrangement_on_surface_2/Callback.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/Callback.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Callback.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Callback.h $ // $Id: Callback.h a30658a 2020-09-21T09:09:48+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/Conic_reader.h cgal-5.5.1/demo/Arrangement_on_surface_2/Conic_reader.h --- cgal-5.5/demo/Arrangement_on_surface_2/Conic_reader.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/Conic_reader.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Conic_reader.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Conic_reader.h $ // $Id: Conic_reader.h a30658a 2020-09-21T09:09:48+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/CurveGraphicsItem.h cgal-5.5.1/demo/Arrangement_on_surface_2/CurveGraphicsItem.h --- cgal-5.5/demo/Arrangement_on_surface_2/CurveGraphicsItem.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/CurveGraphicsItem.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CurveGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CurveGraphicsItem.h $ // $Id: CurveGraphicsItem.h a30658a 2020-09-21T09:09:48+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/CurveInputMethods.h cgal-5.5.1/demo/Arrangement_on_surface_2/CurveInputMethods.h --- cgal-5.5/demo/Arrangement_on_surface_2/CurveInputMethods.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/CurveInputMethods.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CurveInputMethods.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CurveInputMethods.h $ // $Id: CurveInputMethods.h 614d7fe 2020-10-06T19:26:53+01:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/DeleteCurveCallback.h cgal-5.5.1/demo/Arrangement_on_surface_2/DeleteCurveCallback.h --- cgal-5.5/demo/Arrangement_on_surface_2/DeleteCurveCallback.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/DeleteCurveCallback.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/DeleteCurveCallback.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/DeleteCurveCallback.h $ // $Id: DeleteCurveCallback.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/EnvelopeCallback.h cgal-5.5.1/demo/Arrangement_on_surface_2/EnvelopeCallback.h --- cgal-5.5/demo/Arrangement_on_surface_2/EnvelopeCallback.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/EnvelopeCallback.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/EnvelopeCallback.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/EnvelopeCallback.h $ // $Id: EnvelopeCallback.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/FillFaceCallback.h cgal-5.5.1/demo/Arrangement_on_surface_2/FillFaceCallback.h --- cgal-5.5/demo/Arrangement_on_surface_2/FillFaceCallback.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/FillFaceCallback.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/FillFaceCallback.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/FillFaceCallback.h $ // $Id: FillFaceCallback.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/FloodFill.h cgal-5.5.1/demo/Arrangement_on_surface_2/FloodFill.h --- cgal-5.5/demo/Arrangement_on_surface_2/FloodFill.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/FloodFill.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/FloodFill.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/FloodFill.h $ // $Id: FloodFill.h a30658a 2020-09-21T09:09:48+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/ForwardDeclarations.h cgal-5.5.1/demo/Arrangement_on_surface_2/ForwardDeclarations.h --- cgal-5.5/demo/Arrangement_on_surface_2/ForwardDeclarations.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/ForwardDeclarations.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ForwardDeclarations.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/ForwardDeclarations.h $ // $Id: ForwardDeclarations.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/GraphicsViewCurveInput.h cgal-5.5.1/demo/Arrangement_on_surface_2/GraphicsViewCurveInput.h --- cgal-5.5/demo/Arrangement_on_surface_2/GraphicsViewCurveInput.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/GraphicsViewCurveInput.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/GraphicsViewCurveInput.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/GraphicsViewCurveInput.h $ // $Id: GraphicsViewCurveInput.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/GridGraphicsItem.h cgal-5.5.1/demo/Arrangement_on_surface_2/GridGraphicsItem.h --- cgal-5.5/demo/Arrangement_on_surface_2/GridGraphicsItem.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/GridGraphicsItem.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/GridGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/GridGraphicsItem.h $ // $Id: GridGraphicsItem.h a30658a 2020-09-21T09:09:48+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/MergeEdgeCallback.h cgal-5.5.1/demo/Arrangement_on_surface_2/MergeEdgeCallback.h --- cgal-5.5/demo/Arrangement_on_surface_2/MergeEdgeCallback.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/MergeEdgeCallback.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/MergeEdgeCallback.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/MergeEdgeCallback.h $ // $Id: MergeEdgeCallback.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/NewTabDialog.h cgal-5.5.1/demo/Arrangement_on_surface_2/NewTabDialog.h --- cgal-5.5/demo/Arrangement_on_surface_2/NewTabDialog.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/NewTabDialog.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/NewTabDialog.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/NewTabDialog.h $ // $Id: NewTabDialog.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/OverlayDialog.h cgal-5.5.1/demo/Arrangement_on_surface_2/OverlayDialog.h --- cgal-5.5/demo/Arrangement_on_surface_2/OverlayDialog.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/OverlayDialog.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/OverlayDialog.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/OverlayDialog.h $ // $Id: OverlayDialog.h 86e4235 2020-10-04T14:18:34+01:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/PointLocationCallback.h cgal-5.5.1/demo/Arrangement_on_surface_2/PointLocationCallback.h --- cgal-5.5/demo/Arrangement_on_surface_2/PointLocationCallback.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/PointLocationCallback.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/PointLocationCallback.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/PointLocationCallback.h $ // $Id: PointLocationCallback.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/PointsGraphicsItem.h cgal-5.5.1/demo/Arrangement_on_surface_2/PointsGraphicsItem.h --- cgal-5.5/demo/Arrangement_on_surface_2/PointsGraphicsItem.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/PointsGraphicsItem.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/PointsGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/PointsGraphicsItem.h $ // $Id: PointsGraphicsItem.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/PointSnapper.h cgal-5.5.1/demo/Arrangement_on_surface_2/PointSnapper.h --- cgal-5.5/demo/Arrangement_on_surface_2/PointSnapper.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/PointSnapper.h 2022-10-07 19:04:30.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/PointSnapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/PointSnapper.h $ // $Id: PointSnapper.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/PropertyValueDelegate.h cgal-5.5.1/demo/Arrangement_on_surface_2/PropertyValueDelegate.h --- cgal-5.5/demo/Arrangement_on_surface_2/PropertyValueDelegate.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/PropertyValueDelegate.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/PropertyValueDelegate.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/PropertyValueDelegate.h $ // $Id: PropertyValueDelegate.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/QtMetaTypes.h cgal-5.5.1/demo/Arrangement_on_surface_2/QtMetaTypes.h --- cgal-5.5/demo/Arrangement_on_surface_2/QtMetaTypes.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/QtMetaTypes.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/QtMetaTypes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/QtMetaTypes.h $ // $Id: QtMetaTypes.h a30658a 2020-09-21T09:09:48+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/RationalCurveInputDialog.h cgal-5.5.1/demo/Arrangement_on_surface_2/RationalCurveInputDialog.h --- cgal-5.5/demo/Arrangement_on_surface_2/RationalCurveInputDialog.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/RationalCurveInputDialog.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/RationalCurveInputDialog.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/RationalCurveInputDialog.h $ // $Id: RationalCurveInputDialog.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/RationalTypes.h cgal-5.5.1/demo/Arrangement_on_surface_2/RationalTypes.h --- cgal-5.5/demo/Arrangement_on_surface_2/RationalTypes.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/RationalTypes.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/RationalTypes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/RationalTypes.h $ // $Id: RationalTypes.h ad679e4 2020-10-20T13:01:11-07:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/SplitEdgeCallback.h cgal-5.5.1/demo/Arrangement_on_surface_2/SplitEdgeCallback.h --- cgal-5.5/demo/Arrangement_on_surface_2/SplitEdgeCallback.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/SplitEdgeCallback.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/SplitEdgeCallback.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/SplitEdgeCallback.h $ // $Id: SplitEdgeCallback.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/Utils/ConstructBoundingBox.h cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/ConstructBoundingBox.h --- cgal-5.5/demo/Arrangement_on_surface_2/Utils/ConstructBoundingBox.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/ConstructBoundingBox.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/ConstructBoundingBox.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/ConstructBoundingBox.h $ // $Id: ConstructBoundingBox.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/Utils/ConstructSegment.h cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/ConstructSegment.h --- cgal-5.5/demo/Arrangement_on_surface_2/Utils/ConstructSegment.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/ConstructSegment.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/ConstructSegment.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/ConstructSegment.h $ // $Id: ConstructSegment.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/Utils/EnvelopeFunctions.h cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/EnvelopeFunctions.h --- cgal-5.5/demo/Arrangement_on_surface_2/Utils/EnvelopeFunctions.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/EnvelopeFunctions.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/EnvelopeFunctions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/EnvelopeFunctions.h $ // $Id: EnvelopeFunctions.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/Utils/IntersectCurves.h cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/IntersectCurves.h --- cgal-5.5/demo/Arrangement_on_surface_2/Utils/IntersectCurves.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/IntersectCurves.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/IntersectCurves.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/IntersectCurves.h $ // $Id: IntersectCurves.h ae8496f 2020-10-14T07:11:07+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/Utils/PointLocationFunctions.h cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/PointLocationFunctions.h --- cgal-5.5/demo/Arrangement_on_surface_2/Utils/PointLocationFunctions.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/PointLocationFunctions.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/PointLocationFunctions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/PointLocationFunctions.h $ // $Id: PointLocationFunctions.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/Utils/SplitAndMerge.h cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/SplitAndMerge.h --- cgal-5.5/demo/Arrangement_on_surface_2/Utils/SplitAndMerge.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/Utils/SplitAndMerge.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/SplitAndMerge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/Utils/SplitAndMerge.h $ // $Id: SplitAndMerge.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/VerticalRayGraphicsItem.h cgal-5.5.1/demo/Arrangement_on_surface_2/VerticalRayGraphicsItem.h --- cgal-5.5/demo/Arrangement_on_surface_2/VerticalRayGraphicsItem.h 2022-07-13 19:04:22.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/VerticalRayGraphicsItem.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/VerticalRayGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/VerticalRayGraphicsItem.h $ // $Id: VerticalRayGraphicsItem.h a30658a 2020-09-21T09:09:48+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Arrangement_on_surface_2/VerticalRayShootCallback.h cgal-5.5.1/demo/Arrangement_on_surface_2/VerticalRayShootCallback.h --- cgal-5.5/demo/Arrangement_on_surface_2/VerticalRayShootCallback.h 2022-07-13 19:04:23.000000000 +0000 +++ cgal-5.5.1/demo/Arrangement_on_surface_2/VerticalRayShootCallback.h 2022-10-07 19:04:31.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/VerticalRayShootCallback.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/VerticalRayShootCallback.h $ // $Id: VerticalRayShootCallback.h 1d3815f 2020-10-02T17:29:03+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/CGAL_ipelets/include/CGAL_ipelets/k_delaunay.h cgal-5.5.1/demo/CGAL_ipelets/include/CGAL_ipelets/k_delaunay.h --- cgal-5.5/demo/CGAL_ipelets/include/CGAL_ipelets/k_delaunay.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/demo/CGAL_ipelets/include/CGAL_ipelets/k_delaunay.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ipelets/demo/CGAL_ipelets/include/CGAL_ipelets/k_delaunay.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ipelets/demo/CGAL_ipelets/include/CGAL_ipelets/k_delaunay.h $ // $Id: k_delaunay.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/CGAL_ipelets/include/CGAL_ipelets/pencils.h cgal-5.5.1/demo/CGAL_ipelets/include/CGAL_ipelets/pencils.h --- cgal-5.5/demo/CGAL_ipelets/include/CGAL_ipelets/pencils.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/demo/CGAL_ipelets/include/CGAL_ipelets/pencils.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ipelets/demo/CGAL_ipelets/include/CGAL_ipelets/pencils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ipelets/demo/CGAL_ipelets/include/CGAL_ipelets/pencils.h $ // $Id: pencils.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h --- cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h 2022-10-07 19:05:11.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h $ // $Id: HyperbolicPainterOstream.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicVoronoiGraphicsItem.h cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicVoronoiGraphicsItem.h --- cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicVoronoiGraphicsItem.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicVoronoiGraphicsItem.h 2022-10-07 19:05:11.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicVoronoiGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/HyperbolicVoronoiGraphicsItem.h $ // $Id: HyperbolicVoronoiGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h --- cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h 2022-10-07 19:05:11.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h $ // $Id: TriangulationCircumcircle.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h --- cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h 2022-10-07 19:05:11.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h $ // $Id: TriangulationConflictZone.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h --- cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h 2022-10-07 19:05:11.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h $ // $Id: TriangulationGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItemWithColorInfo.h cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItemWithColorInfo.h --- cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItemWithColorInfo.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItemWithColorInfo.h 2022-10-07 19:05:11.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItemWithColorInfo.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItemWithColorInfo.h $ // $Id: TriangulationGraphicsItemWithColorInfo.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationMovingPoint.h cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationMovingPoint.h --- cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationMovingPoint.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationMovingPoint.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationMovingPoint.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationMovingPoint.h $ // $Id: TriangulationMovingPoint.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInputAndConflictZone.h cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInputAndConflictZone.h --- cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInputAndConflictZone.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInputAndConflictZone.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInputAndConflictZone.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInputAndConflictZone.h $ // $Id: TriangulationPointInputAndConflictZone.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationRemoveVertex.h cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationRemoveVertex.h --- cgal-5.5/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationRemoveVertex.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationRemoveVertex.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationRemoveVertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/include/internal/Qt/TriangulationRemoveVertex.h $ // $Id: TriangulationRemoveVertex.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h cgal-5.5.1/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h --- cgal-5.5/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h 2022-07-13 19:05:02.000000000 +0000 +++ cgal-5.5.1/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h 2022-10-07 19:05:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h $ // $Id: L1_voronoi_traits_2.h 6b87fe3 2020-12-05T11:11:33+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/ArrangementGraphicsItem.h cgal-5.5.1/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/ArrangementGraphicsItem.h --- cgal-5.5/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/ArrangementGraphicsItem.h 2022-07-13 19:05:02.000000000 +0000 +++ cgal-5.5.1/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/ArrangementGraphicsItem.h 2022-10-07 19:05:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/ArrangementGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/ArrangementGraphicsItem.h $ // $Id: ArrangementGraphicsItem.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/SetGraphicsItem.h cgal-5.5.1/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/SetGraphicsItem.h --- cgal-5.5/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/SetGraphicsItem.h 2022-07-13 19:05:02.000000000 +0000 +++ cgal-5.5.1/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/SetGraphicsItem.h 2022-10-07 19:05:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/SetGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/SetGraphicsItem.h $ // $Id: SetGraphicsItem.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Linear_cell_complex/import_moka.h cgal-5.5.1/demo/Linear_cell_complex/import_moka.h --- cgal-5.5/demo/Linear_cell_complex/import_moka.h 2022-07-13 19:05:33.000000000 +0000 +++ cgal-5.5.1/demo/Linear_cell_complex/import_moka.h 2022-10-07 19:05:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/demo/Linear_cell_complex/import_moka.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/demo/Linear_cell_complex/import_moka.h $ // $Id: import_moka.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Linear_cell_complex/MainWindow.h cgal-5.5.1/demo/Linear_cell_complex/MainWindow.h --- cgal-5.5/demo/Linear_cell_complex/MainWindow.h 2022-07-13 19:05:33.000000000 +0000 +++ cgal-5.5.1/demo/Linear_cell_complex/MainWindow.h 2022-10-07 19:05:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/demo/Linear_cell_complex/MainWindow.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/demo/Linear_cell_complex/MainWindow.h $ // $Id: MainWindow.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Linear_cell_complex/typedefs.h cgal-5.5.1/demo/Linear_cell_complex/typedefs.h --- cgal-5.5/demo/Linear_cell_complex/typedefs.h 2022-07-13 19:05:33.000000000 +0000 +++ cgal-5.5.1/demo/Linear_cell_complex/typedefs.h 2022-10-07 19:05:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/demo/Linear_cell_complex/typedefs.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/demo/Linear_cell_complex/typedefs.h $ // $Id: typedefs.h 46f5325 2022-01-27T10:36:22+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Linear_cell_complex/Viewer.h cgal-5.5.1/demo/Linear_cell_complex/Viewer.h --- cgal-5.5/demo/Linear_cell_complex/Viewer.h 2022-07-13 19:05:33.000000000 +0000 +++ cgal-5.5.1/demo/Linear_cell_complex/Viewer.h 2022-10-07 19:05:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/demo/Linear_cell_complex/Viewer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/demo/Linear_cell_complex/Viewer.h $ // $Id: Viewer.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicTriangulationGraphicsItem.h cgal-5.5.1/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicTriangulationGraphicsItem.h --- cgal-5.5/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicTriangulationGraphicsItem.h 2022-07-13 19:05:02.000000000 +0000 +++ cgal-5.5.1/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicTriangulationGraphicsItem.h 2022-10-07 19:05:06.000000000 +0000 @@ -11,7 +11,7 @@ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicTriangulationGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicTriangulationGraphicsItem.h $ // $Id: PeriodicTriangulationGraphicsItem.h cc99fd9 2021-02-19T16:02:12+01:00 Maxime Gimeno // // diff -Nru cgal-5.5/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicVoronoiGraphicsItem.h cgal-5.5.1/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicVoronoiGraphicsItem.h --- cgal-5.5/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicVoronoiGraphicsItem.h 2022-07-13 19:05:02.000000000 +0000 +++ cgal-5.5.1/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicVoronoiGraphicsItem.h 2022-10-07 19:05:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicVoronoiGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicVoronoiGraphicsItem.h $ // $Id: PeriodicVoronoiGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/hyperbolic_free_motion_animation.h cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/hyperbolic_free_motion_animation.h --- cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/hyperbolic_free_motion_animation.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/hyperbolic_free_motion_animation.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/hyperbolic_free_motion_animation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/hyperbolic_free_motion_animation.h $ // $Id: hyperbolic_free_motion_animation.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h --- cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/HyperbolicPainterOstream.h $ // $Id: HyperbolicPainterOstream.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h --- cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationCircumcircle.h $ // $Id: TriangulationCircumcircle.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h --- cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationConflictZone.h $ // $Id: TriangulationConflictZone.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h --- cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationGraphicsItem.h $ // $Id: TriangulationGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInput.h cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInput.h --- cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInput.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInput.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInput.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/TriangulationPointInput.h $ // $Id: TriangulationPointInput.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/VoronoiGraphicsItem.h cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/VoronoiGraphicsItem.h --- cgal-5.5/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/VoronoiGraphicsItem.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/VoronoiGraphicsItem.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/VoronoiGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/Qt/VoronoiGraphicsItem.h $ // $Id: VoronoiGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Polyhedron/implicit_functions/Implicit_function_interface.h cgal-5.5.1/demo/Polyhedron/implicit_functions/Implicit_function_interface.h --- cgal-5.5/demo/Polyhedron/implicit_functions/Implicit_function_interface.h 2022-07-13 19:06:15.000000000 +0000 +++ cgal-5.5.1/demo/Polyhedron/implicit_functions/Implicit_function_interface.h 2022-10-07 19:06:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/demo/Polyhedron/implicit_functions/Implicit_function_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/demo/Polyhedron/implicit_functions/Implicit_function_interface.h $ // $Id: Implicit_function_interface.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Polyhedron/include/Point_set_3.h cgal-5.5.1/demo/Polyhedron/include/Point_set_3.h --- cgal-5.5/demo/Polyhedron/include/Point_set_3.h 2022-07-13 19:06:15.000000000 +0000 +++ cgal-5.5.1/demo/Polyhedron/include/Point_set_3.h 2022-10-07 19:06:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/demo/Polyhedron/include/Point_set_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/demo/Polyhedron/include/Point_set_3.h $ // $Id: Point_set_3.h 5f18034 2022-01-06T09:16:55+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Polyhedron/Plugins/Mesh_3/Facet_extra_criterion.h cgal-5.5.1/demo/Polyhedron/Plugins/Mesh_3/Facet_extra_criterion.h --- cgal-5.5/demo/Polyhedron/Plugins/Mesh_3/Facet_extra_criterion.h 2022-07-13 19:06:10.000000000 +0000 +++ cgal-5.5.1/demo/Polyhedron/Plugins/Mesh_3/Facet_extra_criterion.h 2022-10-07 19:06:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Facet_extra_criterion.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Facet_extra_criterion.h $ // $Id: Facet_extra_criterion.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h cgal-5.5.1/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h --- cgal-5.5/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h 2022-07-13 19:06:10.000000000 +0000 +++ cgal-5.5.1/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h 2022-10-07 19:06:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h $ // $Id: Mesh_function.h 4b3fee8 2021-09-23T11:37:35+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Polyhedron/Plugins/Mesh_3/Meshing_thread.h cgal-5.5.1/demo/Polyhedron/Plugins/Mesh_3/Meshing_thread.h --- cgal-5.5/demo/Polyhedron/Plugins/Mesh_3/Meshing_thread.h 2022-07-13 19:06:10.000000000 +0000 +++ cgal-5.5.1/demo/Polyhedron/Plugins/Mesh_3/Meshing_thread.h 2022-10-07 19:06:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Meshing_thread.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Meshing_thread.h $ // $Id: Meshing_thread.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Polyhedron/Plugins/Mesh_3/Optimizer_thread.h cgal-5.5.1/demo/Polyhedron/Plugins/Mesh_3/Optimizer_thread.h --- cgal-5.5/demo/Polyhedron/Plugins/Mesh_3/Optimizer_thread.h 2022-07-13 19:06:11.000000000 +0000 +++ cgal-5.5.1/demo/Polyhedron/Plugins/Mesh_3/Optimizer_thread.h 2022-10-07 19:06:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Optimizer_thread.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Optimizer_thread.h $ // $Id: Optimizer_thread.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/demo/Polyhedron/Polyhedron_3.qrc cgal-5.5.1/demo/Polyhedron/Polyhedron_3.qrc --- cgal-5.5/demo/Polyhedron/Polyhedron_3.qrc 2022-06-13 09:15:18.000000000 +0000 +++ cgal-5.5.1/demo/Polyhedron/Polyhedron_3.qrc 2022-10-07 19:00:21.000000000 +0000 @@ -50,6 +50,7 @@ resources/shader_instanced.vert resources/shader_no_light_no_selection.frag resources/shader_c3t3_spheres.vert + resources/shader_c3t3_spheres.frag resources/shader_c3t3_edges.vert resources/shader_c3t3_edges.frag resources/shader_c3t3.vert @@ -84,6 +85,7 @@ resources/compatibility_shaders/shader_c3t3_edges.frag resources/compatibility_shaders/shader_c3t3_edges.vert resources/compatibility_shaders/shader_c3t3_spheres.vert + resources/compatibility_shaders/shader_c3t3_spheres.frag resources/compatibility_shaders/shader_c3t3.frag resources/compatibility_shaders/shader_c3t3.vert resources/compatibility_shaders/shader_instanced.vert diff -Nru cgal-5.5/demo/Polyhedron/resources/compatibility_shaders/shader_c3t3_spheres.frag cgal-5.5.1/demo/Polyhedron/resources/compatibility_shaders/shader_c3t3_spheres.frag --- cgal-5.5/demo/Polyhedron/resources/compatibility_shaders/shader_c3t3_spheres.frag 1970-01-01 00:00:00.000000000 +0000 +++ cgal-5.5.1/demo/Polyhedron/resources/compatibility_shaders/shader_c3t3_spheres.frag 2022-10-07 19:00:21.000000000 +0000 @@ -0,0 +1,69 @@ + +varying highp vec4 color; +varying highp vec4 fP; +varying highp vec3 fN; +uniform highp vec4 light_pos; +uniform highp vec4 light_diff; +uniform highp vec4 light_spec; +uniform highp vec4 light_amb; +uniform highp float spec_power ; +uniform int is_two_side; +uniform bool is_selected; +uniform highp float near; +uniform highp float far; +uniform highp float width; +uniform highp float height; +uniform bool comparing; +uniform bool writing; +uniform sampler2D sampler; +uniform highp float alpha; + +highp float depth(float z) +{ + return (2 * near) / (far + near - z * (far - near)); +} + +void main(void) { + float d = depth(gl_FragCoord.z); + float test = texture2D(sampler, vec2(gl_FragCoord.x/width, gl_FragCoord.y/height)).r; + if(comparing && d <= test) + discard; + if(writing) + gl_FragColor = vec4(d,d,d,1.0); + else + { + if(color.w<0.) + { + + highp vec4 my_color = vec4(color.xyz, 1.); + highp vec3 L = light_pos.xyz - fP.xyz; + highp vec3 V = -fP.xyz; + highp vec3 N; + if(fN == vec3(0.0,0.0,0.0)) + { + gl_FragColor = my_color; + return; + } + else + N = normalize(fN); + L = normalize(L); + V = normalize(V); + highp vec3 R = reflect(-L, N); + highp vec4 diffuse; + if(is_two_side == 1) + diffuse = abs(dot(N,L)) * light_diff * my_color; + else + diffuse = max(dot(N,L), 0.0) * light_diff * my_color; + highp vec4 specular = pow(max(dot(R,V), 0.0), spec_power) * light_spec; + highp vec4 ret_color = vec4((my_color*light_amb).xyz + diffuse.xyz + specular.xyz,1); + if(is_selected) + gl_FragColor = vec4(ret_color.r+70.0/255.0, ret_color.g+70.0/255.0, ret_color.b+70.0/255.0, alpha); + else + gl_FragColor = vec4(ret_color.xyz, alpha); + } + else + discard; + } +} + + diff -Nru cgal-5.5/demo/Polyhedron/resources/shader_c3t3_spheres.frag cgal-5.5.1/demo/Polyhedron/resources/shader_c3t3_spheres.frag --- cgal-5.5/demo/Polyhedron/resources/shader_c3t3_spheres.frag 1970-01-01 00:00:00.000000000 +0000 +++ cgal-5.5.1/demo/Polyhedron/resources/shader_c3t3_spheres.frag 2022-10-07 19:00:21.000000000 +0000 @@ -0,0 +1,72 @@ +#version 150 +in vec4 color; +in vec4 fP; +in vec3 fN; +uniform vec4 light_pos; +uniform vec4 light_diff; +uniform vec4 light_spec; +uniform vec4 light_amb; +uniform float spec_power ; +uniform int is_two_side; +uniform bool is_selected; +uniform float near; +uniform float far; +uniform float width; +uniform float height; +uniform bool comparing; +uniform bool writing; +uniform sampler2D sampler; +uniform float alpha; +uniform bool is_surface; +uniform vec4 is_visible_bitset; +uniform bool is_filterable; +out vec4 out_color; + +float depth(float z) +{ + return (2 * near) / (far + near - z * (far - near)); +} + +void main(void) { + float d = depth(gl_FragCoord.z); + float test = texture(sampler, vec2(gl_FragCoord.x/width, gl_FragCoord.y/height)).r; + if(comparing && d <= test) + discard; + if(writing) + out_color = vec4(d,d,d,1.0); + else + { + if(color.w<0 || is_surface) + { + vec4 my_color = vec4(color.xyz, 1.); + vec3 L = light_pos.xyz - fP.xyz; + vec3 V = -fP.xyz; + vec3 N; + if(fN == vec3(0.0,0.0,0.0)) + { + out_color = my_color; + return; + } + else + N = normalize(fN); + L = normalize(L); + V = normalize(V); + vec3 R = reflect(-L, N); + vec4 diffuse; + if(is_two_side == 1) + diffuse = abs(dot(N,L)) * light_diff * my_color; + else + diffuse = max(dot(N,L), 0.0) * light_diff * my_color; + vec4 specular = pow(max(dot(R,V), 0.0), spec_power) * light_spec; + vec4 ret_color = vec4((my_color*light_amb).xyz + diffuse.xyz + specular.xyz,1); + if(is_selected) + out_color = vec4(ret_color.r+70.0/255.0, ret_color.g+70.0/255.0, ret_color.b+70.0/255.0, alpha); + else + out_color = vec4(ret_color.xyz, alpha); + } + else + discard; + } +} + + diff -Nru cgal-5.5/demo/Polyhedron/Viewer.cpp cgal-5.5.1/demo/Polyhedron/Viewer.cpp --- cgal-5.5/demo/Polyhedron/Viewer.cpp 2022-06-13 09:15:18.000000000 +0000 +++ cgal-5.5.1/demo/Polyhedron/Viewer.cpp 2022-10-07 19:00:21.000000000 +0000 @@ -1359,9 +1359,9 @@ case PROGRAM_CUTPLANE_SPHERES: { QOpenGLShaderProgram* program = isOpenGL_4_3() - ? declare_program(name, ":/cgal/Polyhedron_3/resources/shader_c3t3_spheres.vert" , ":/cgal/Polyhedron_3/resources/shader_c3t3.frag") + ? declare_program(name, ":/cgal/Polyhedron_3/resources/shader_c3t3_spheres.vert" , ":/cgal/Polyhedron_3/resources/shader_c3t3_spheres.frag") : declare_program(name, ":/cgal/Polyhedron_3/resources/compatibility_shaders/shader_c3t3_spheres.vert" , - ":/cgal/Polyhedron_3/resources/compatibility_shaders/shader_c3t3.frag"); + ":/cgal/Polyhedron_3/resources/compatibility_shaders/shader_c3t3_spheres.frag"); program->setProperty("hasLight", true); program->setProperty("hasNormals", true); program->setProperty("hasCenter", true); diff -Nru cgal-5.5/demo/Polyline_simplification_2/include/CGAL/Qt/Polyline_simplification_2_graphics_item.h cgal-5.5.1/demo/Polyline_simplification_2/include/CGAL/Qt/Polyline_simplification_2_graphics_item.h --- cgal-5.5/demo/Polyline_simplification_2/include/CGAL/Qt/Polyline_simplification_2_graphics_item.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/demo/Polyline_simplification_2/include/CGAL/Qt/Polyline_simplification_2_graphics_item.h 2022-10-07 19:06:15.000000000 +0000 @@ -11,7 +11,7 @@ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyline_simplification_2/demo/Polyline_simplification_2/include/CGAL/Qt/Polyline_simplification_2_graphics_item.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyline_simplification_2/demo/Polyline_simplification_2/include/CGAL/Qt/Polyline_simplification_2_graphics_item.h $ // $Id: Polyline_simplification_2_graphics_item.h 590612a 2020-03-26T13:25:16+01:00 Sébastien Loriot // // diff -Nru cgal-5.5/demo/Polyline_simplification_2/include/CGAL/Qt/TriangulationArrangementGraphicsItem.h cgal-5.5.1/demo/Polyline_simplification_2/include/CGAL/Qt/TriangulationArrangementGraphicsItem.h --- cgal-5.5/demo/Polyline_simplification_2/include/CGAL/Qt/TriangulationArrangementGraphicsItem.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/demo/Polyline_simplification_2/include/CGAL/Qt/TriangulationArrangementGraphicsItem.h 2022-10-07 19:06:15.000000000 +0000 @@ -11,7 +11,7 @@ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyline_simplification_2/demo/Polyline_simplification_2/include/CGAL/Qt/TriangulationArrangementGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyline_simplification_2/demo/Polyline_simplification_2/include/CGAL/Qt/TriangulationArrangementGraphicsItem.h $ // $Id: TriangulationArrangementGraphicsItem.h 590612a 2020-03-26T13:25:16+01:00 Sébastien Loriot // // diff -Nru cgal-5.5/demo/Segment_Delaunay_graph_2/svd-typedefs.h cgal-5.5.1/demo/Segment_Delaunay_graph_2/svd-typedefs.h --- cgal-5.5/demo/Segment_Delaunay_graph_2/svd-typedefs.h 2022-07-13 19:05:02.000000000 +0000 +++ cgal-5.5.1/demo/Segment_Delaunay_graph_2/svd-typedefs.h 2022-10-07 19:05:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/demo/Segment_Delaunay_graph_2/svd-typedefs.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/demo/Segment_Delaunay_graph_2/svd-typedefs.h $ // $Id: svd-typedefs.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/examples/Filtered_kernel/Cartesian_I.h cgal-5.5.1/examples/Filtered_kernel/Cartesian_I.h --- cgal-5.5/examples/Filtered_kernel/Cartesian_I.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/examples/Filtered_kernel/Cartesian_I.h 2022-10-07 19:05:04.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/examples/Filtered_kernel/Cartesian_I.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/examples/Filtered_kernel/Cartesian_I.h $ // $Id: Cartesian_I.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/examples/Linear_cell_complex/basic_viewer.h cgal-5.5.1/examples/Linear_cell_complex/basic_viewer.h --- cgal-5.5/examples/Linear_cell_complex/basic_viewer.h 2022-07-13 19:05:33.000000000 +0000 +++ cgal-5.5.1/examples/Linear_cell_complex/basic_viewer.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/examples/Linear_cell_complex/basic_viewer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/examples/Linear_cell_complex/basic_viewer.h $ // $Id: basic_viewer.h 2d5f91f 2021-05-27T09:06:59+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/examples/RangeSegmentTrees/include/Tree_Traits.h cgal-5.5.1/examples/RangeSegmentTrees/include/Tree_Traits.h --- cgal-5.5/examples/RangeSegmentTrees/include/Tree_Traits.h 2022-07-13 19:06:30.000000000 +0000 +++ cgal-5.5.1/examples/RangeSegmentTrees/include/Tree_Traits.h 2022-10-07 19:06:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/SearchStructures/examples/RangeSegmentTrees/include/Tree_Traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/SearchStructures/examples/RangeSegmentTrees/include/Tree_Traits.h $ // $Id: Tree_Traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/examples/Surface_mesh/draw_surface_mesh_small_faces.h cgal-5.5.1/examples/Surface_mesh/draw_surface_mesh_small_faces.h --- cgal-5.5/examples/Surface_mesh/draw_surface_mesh_small_faces.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/examples/Surface_mesh/draw_surface_mesh_small_faces.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/examples/Surface_mesh/draw_surface_mesh_small_faces.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/examples/Surface_mesh/draw_surface_mesh_small_faces.h $ // $Id: draw_surface_mesh_small_faces.h 79a38d5 2022-01-24T10:19:04+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/examples/Tetrahedral_remeshing/tetrahedral_remeshing_generate_input.h cgal-5.5.1/examples/Tetrahedral_remeshing/tetrahedral_remeshing_generate_input.h --- cgal-5.5/examples/Tetrahedral_remeshing/tetrahedral_remeshing_generate_input.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/examples/Tetrahedral_remeshing/tetrahedral_remeshing_generate_input.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/examples/Tetrahedral_remeshing/tetrahedral_remeshing_generate_input.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/examples/Tetrahedral_remeshing/tetrahedral_remeshing_generate_input.h $ // $Id: tetrahedral_remeshing_generate_input.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_face_graph_triangle_primitive.h cgal-5.5.1/include/CGAL/AABB_face_graph_triangle_primitive.h --- cgal-5.5/include/CGAL/AABB_face_graph_triangle_primitive.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_face_graph_triangle_primitive.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h $ // $Id: AABB_face_graph_triangle_primitive.h 746e00f 2020-11-30T18:16:39+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_halfedge_graph_segment_primitive.h cgal-5.5.1/include/CGAL/AABB_halfedge_graph_segment_primitive.h --- cgal-5.5/include/CGAL/AABB_halfedge_graph_segment_primitive.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_halfedge_graph_segment_primitive.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h $ // $Id: AABB_halfedge_graph_segment_primitive.h 746e00f 2020-11-30T18:16:39+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_polyhedral_oracle.h cgal-5.5.1/include/CGAL/AABB_polyhedral_oracle.h --- cgal-5.5/include/CGAL/AABB_polyhedral_oracle.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_polyhedral_oracle.h 2022-10-07 19:06:52.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/AABB_polyhedral_oracle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/AABB_polyhedral_oracle.h $ // $Id: AABB_polyhedral_oracle.h 1faa0e2 2021-04-28T10:55:26+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_polyhedron_segment_primitive.h cgal-5.5.1/include/CGAL/AABB_polyhedron_segment_primitive.h --- cgal-5.5/include/CGAL/AABB_polyhedron_segment_primitive.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_polyhedron_segment_primitive.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_polyhedron_segment_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_polyhedron_segment_primitive.h $ // $Id: AABB_polyhedron_segment_primitive.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_polyhedron_triangle_primitive.h cgal-5.5.1/include/CGAL/AABB_polyhedron_triangle_primitive.h --- cgal-5.5/include/CGAL/AABB_polyhedron_triangle_primitive.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_polyhedron_triangle_primitive.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_polyhedron_triangle_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_polyhedron_triangle_primitive.h $ // $Id: AABB_polyhedron_triangle_primitive.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_primitive.h cgal-5.5.1/include/CGAL/AABB_primitive.h --- cgal-5.5/include/CGAL/AABB_primitive.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_primitive.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_primitive.h $ // $Id: AABB_primitive.h 3b52e46 2022-05-24T10:02:15+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_segment_primitive.h cgal-5.5.1/include/CGAL/AABB_segment_primitive.h --- cgal-5.5/include/CGAL/AABB_segment_primitive.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_segment_primitive.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_segment_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_segment_primitive.h $ // $Id: AABB_segment_primitive.h 3127190 2020-12-08T12:48:04+01:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_traits.h cgal-5.5.1/include/CGAL/AABB_traits.h --- cgal-5.5/include/CGAL/AABB_traits.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_traits.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_traits.h $ // $Id: AABB_traits.h 2dda84c 2021-09-28T15:34:25+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_tree/internal/AABB_drawing_traits.h cgal-5.5.1/include/CGAL/AABB_tree/internal/AABB_drawing_traits.h --- cgal-5.5/include/CGAL/AABB_tree/internal/AABB_drawing_traits.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_tree/internal/AABB_drawing_traits.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_tree/internal/AABB_drawing_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_tree/internal/AABB_drawing_traits.h $ // $Id: AABB_drawing_traits.h b411e26 2022-06-30T09:22:44+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_tree/internal/AABB_node.h cgal-5.5.1/include/CGAL/AABB_tree/internal/AABB_node.h --- cgal-5.5/include/CGAL/AABB_tree/internal/AABB_node.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_tree/internal/AABB_node.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_tree/internal/AABB_node.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_tree/internal/AABB_node.h $ // $Id: AABB_node.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_tree/internal/AABB_ray_intersection.h cgal-5.5.1/include/CGAL/AABB_tree/internal/AABB_ray_intersection.h --- cgal-5.5/include/CGAL/AABB_tree/internal/AABB_ray_intersection.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_tree/internal/AABB_ray_intersection.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_tree/internal/AABB_ray_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_tree/internal/AABB_ray_intersection.h $ // $Id: AABB_ray_intersection.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_tree/internal/AABB_search_tree.h cgal-5.5.1/include/CGAL/AABB_tree/internal/AABB_search_tree.h --- cgal-5.5/include/CGAL/AABB_tree/internal/AABB_search_tree.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_tree/internal/AABB_search_tree.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_tree/internal/AABB_search_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_tree/internal/AABB_search_tree.h $ // $Id: AABB_search_tree.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_tree/internal/AABB_traversal_traits.h cgal-5.5.1/include/CGAL/AABB_tree/internal/AABB_traversal_traits.h --- cgal-5.5/include/CGAL/AABB_tree/internal/AABB_traversal_traits.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_tree/internal/AABB_traversal_traits.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_tree/internal/AABB_traversal_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_tree/internal/AABB_traversal_traits.h $ // $Id: AABB_traversal_traits.h 678b9d8 2022-06-24T11:09:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_tree/internal/Has_nested_type_Shared_data.h cgal-5.5.1/include/CGAL/AABB_tree/internal/Has_nested_type_Shared_data.h --- cgal-5.5/include/CGAL/AABB_tree/internal/Has_nested_type_Shared_data.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_tree/internal/Has_nested_type_Shared_data.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_tree/internal/Has_nested_type_Shared_data.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_tree/internal/Has_nested_type_Shared_data.h $ // $Id: Has_nested_type_Shared_data.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_tree/internal/Is_ray_intersection_geomtraits.h cgal-5.5.1/include/CGAL/AABB_tree/internal/Is_ray_intersection_geomtraits.h --- cgal-5.5/include/CGAL/AABB_tree/internal/Is_ray_intersection_geomtraits.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_tree/internal/Is_ray_intersection_geomtraits.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_tree/internal/Is_ray_intersection_geomtraits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_tree/internal/Is_ray_intersection_geomtraits.h $ // $Id: Is_ray_intersection_geomtraits.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_tree/internal/Primitive_helper.h cgal-5.5.1/include/CGAL/AABB_tree/internal/Primitive_helper.h --- cgal-5.5/include/CGAL/AABB_tree/internal/Primitive_helper.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_tree/internal/Primitive_helper.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_tree/internal/Primitive_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_tree/internal/Primitive_helper.h $ // $Id: Primitive_helper.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_tree/internal/triangle_datum_covering.h cgal-5.5.1/include/CGAL/AABB_tree/internal/triangle_datum_covering.h --- cgal-5.5/include/CGAL/AABB_tree/internal/triangle_datum_covering.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_tree/internal/triangle_datum_covering.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_tree/internal/triangle_datum_covering.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_tree/internal/triangle_datum_covering.h $ // $Id: triangle_datum_covering.h 1375a0a 2022-03-24T16:10:36+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_tree.h cgal-5.5.1/include/CGAL/AABB_tree.h --- cgal-5.5/include/CGAL/AABB_tree.h 2022-07-13 19:04:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_tree.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_tree.h $ // $Id: AABB_tree.h f23deb3 2022-06-01T12:48:17+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_triangle_primitive.h cgal-5.5.1/include/CGAL/AABB_triangle_primitive.h --- cgal-5.5/include/CGAL/AABB_triangle_primitive.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_triangle_primitive.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_triangle_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_triangle_primitive.h $ // $Id: AABB_triangle_primitive.h 3127190 2020-12-08T12:48:04+01:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_triangulation_3_cell_primitive.h cgal-5.5.1/include/CGAL/AABB_triangulation_3_cell_primitive.h --- cgal-5.5/include/CGAL/AABB_triangulation_3_cell_primitive.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_triangulation_3_cell_primitive.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_triangulation_3_cell_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_triangulation_3_cell_primitive.h $ // $Id: AABB_triangulation_3_cell_primitive.h 8166579 2021-10-11T19:58:07+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/AABB_triangulation_3_triangle_primitive.h cgal-5.5.1/include/CGAL/AABB_triangulation_3_triangle_primitive.h --- cgal-5.5/include/CGAL/AABB_triangulation_3_triangle_primitive.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/AABB_triangulation_3_triangle_primitive.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/AABB_tree/include/CGAL/AABB_triangulation_3_triangle_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/AABB_tree/include/CGAL/AABB_triangulation_3_triangle_primitive.h $ // $Id: AABB_triangulation_3_triangle_primitive.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_polyhedron.h cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_polyhedron.h --- cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_polyhedron.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_polyhedron.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_polyhedron.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_polyhedron.h $ // $Id: construct_polyhedron.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_surface_2.h cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_surface_2.h --- cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_surface_2.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_surface_2.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_surface_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction/internal/construct_surface_2.h $ // $Id: construct_surface_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_face_base_2.h cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_face_base_2.h --- cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_face_base_2.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_face_base_2.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_face_base_2.h $ // $Id: Surface_face_base_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_vertex_base_2.h cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_vertex_base_2.h --- cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_vertex_base_2.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_vertex_base_2.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_vertex_base_2.h $ // $Id: Surface_vertex_base_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction/internal/write_triple_indices.h cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction/internal/write_triple_indices.h --- cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction/internal/write_triple_indices.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction/internal/write_triple_indices.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction/internal/write_triple_indices.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction/internal/write_triple_indices.h $ // $Id: write_triple_indices.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h --- cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h $ // $Id: Advancing_front_surface_reconstruction_cell_base_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction.h cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction.h --- cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction.h $ // $Id: Advancing_front_surface_reconstruction.h a23c42a 2022-01-18T13:57:20+01:00 Paul-Edouard Sarlin // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h --- cgal-5.5/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h 2022-07-13 19:04:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h 2022-10-07 19:04:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h $ // $Id: Advancing_front_surface_reconstruction_vertex_base_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Aff_transformation_2.h cgal-5.5.1/include/CGAL/Aff_transformation_2.h --- cgal-5.5/include/CGAL/Aff_transformation_2.h 2022-07-13 19:05:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Aff_transformation_2.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Aff_transformation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Aff_transformation_2.h $ // $Id: Aff_transformation_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Aff_transformation_3.h cgal-5.5.1/include/CGAL/Aff_transformation_3.h --- cgal-5.5/include/CGAL/Aff_transformation_3.h 2022-07-13 19:05:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Aff_transformation_3.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Aff_transformation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Aff_transformation_3.h $ // $Id: Aff_transformation_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/aff_transformation_tags.h cgal-5.5.1/include/CGAL/aff_transformation_tags.h --- cgal-5.5/include/CGAL/aff_transformation_tags.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/aff_transformation_tags.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/aff_transformation_tags.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/aff_transformation_tags.h $ // $Id: aff_transformation_tags.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/aff_transformation_tags_impl.h cgal-5.5.1/include/CGAL/aff_transformation_tags_impl.h --- cgal-5.5/include/CGAL/aff_transformation_tags_impl.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/aff_transformation_tags_impl.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/aff_transformation_tags_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/aff_transformation_tags_impl.h $ // $Id: aff_transformation_tags_impl.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_extension_traits.h cgal-5.5.1/include/CGAL/Algebraic_extension_traits.h --- cgal-5.5/include/CGAL/Algebraic_extension_traits.h 2022-07-13 19:04:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_extension_traits.h 2022-10-07 19:04:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/Algebraic_extension_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/Algebraic_extension_traits.h $ // $Id: Algebraic_extension_traits.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_converter.h cgal-5.5.1/include/CGAL/Algebraic_kernel_converter.h --- cgal-5.5/include/CGAL/Algebraic_kernel_converter.h 2022-07-13 19:04:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_converter.h 2022-10-07 19:04:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_converter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_converter.h $ // $Id: Algebraic_kernel_converter.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Algebraic_curve_kernel_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Algebraic_curve_kernel_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Algebraic_curve_kernel_2.h 2022-07-13 19:04:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Algebraic_curve_kernel_2.h 2022-10-07 19:04:23.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Algebraic_curve_kernel_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Algebraic_curve_kernel_2.h $ // $Id: Algebraic_curve_kernel_2.h 1faa0e2 2021-04-28T10:55:26+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/algebraic_curve_kernel_2_tools.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/algebraic_curve_kernel_2_tools.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/algebraic_curve_kernel_2_tools.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/algebraic_curve_kernel_2_tools.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/algebraic_curve_kernel_2_tools.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/algebraic_curve_kernel_2_tools.h $ // $Id: algebraic_curve_kernel_2_tools.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Algebraic_real_d_1.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Algebraic_real_d_1.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Algebraic_real_d_1.h 2022-07-13 19:04:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Algebraic_real_d_1.h 2022-10-07 19:04:23.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Algebraic_real_d_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Algebraic_real_d_1.h $ // $Id: Algebraic_real_d_1.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Algebraic_real_quadratic_refinement_rep_bfi.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Algebraic_real_quadratic_refinement_rep_bfi.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Algebraic_real_quadratic_refinement_rep_bfi.h 2022-07-13 19:04:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Algebraic_real_quadratic_refinement_rep_bfi.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Algebraic_real_quadratic_refinement_rep_bfi.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Algebraic_real_quadratic_refinement_rep_bfi.h $ // $Id: Algebraic_real_quadratic_refinement_rep_bfi.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h 2022-07-13 19:04:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h $ // $Id: Algebraic_real_rep_bfi.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep.h 2022-07-13 19:04:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep.h $ // $Id: Algebraic_real_rep.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel_at_alpha.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel_at_alpha.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel_at_alpha.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel_at_alpha.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel_at_alpha.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel_at_alpha.h $ // $Id: Bitstream_coefficient_kernel_at_alpha.h fdb17cb 2020-03-26T19:26:10+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel.h $ // $Id: Bitstream_coefficient_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_E08_tree.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_E08_tree.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_E08_tree.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_E08_tree.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_E08_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_E08_tree.h $ // $Id: Bitstream_descartes_E08_tree.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_descartes.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_descartes.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_descartes.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_descartes.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_descartes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_descartes.h $ // $Id: Bitstream_descartes.h 521c72d 2021-10-04T13:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree.h $ // $Id: Bitstream_descartes_rndl_tree.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree_traits.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree_traits.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree_traits.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree_traits.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree_traits.h $ // $Id: Bitstream_descartes_rndl_tree_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/bound_between_1.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/bound_between_1.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/bound_between_1.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/bound_between_1.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/bound_between_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/bound_between_1.h $ // $Id: bound_between_1.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/construct_binary.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/construct_binary.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/construct_binary.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/construct_binary.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/construct_binary.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/construct_binary.h $ // $Id: construct_binary.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h $ // $Id: Curve_analysis_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h $ // $Id: Curve_pair_analysis_2.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Descartes.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Descartes.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Descartes.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Descartes.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Descartes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Descartes.h $ // $Id: Descartes.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/enums.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/enums.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/enums.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/enums.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/enums.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/enums.h $ // $Id: enums.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Event_line_builder.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Event_line_builder.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Event_line_builder.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Event_line_builder.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Event_line_builder.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Event_line_builder.h $ // $Id: Event_line_builder.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/exceptions.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/exceptions.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/exceptions.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/exceptions.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/exceptions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/exceptions.h $ // $Id: exceptions.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/flags.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/flags.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/flags.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/flags.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/flags.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/flags.h $ // $Id: flags.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Float_traits.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Float_traits.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Float_traits.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Float_traits.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Float_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Float_traits.h $ // $Id: Float_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Interval_evaluate_1.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Interval_evaluate_1.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Interval_evaluate_1.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Interval_evaluate_1.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Interval_evaluate_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Interval_evaluate_1.h $ // $Id: Interval_evaluate_1.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Interval_evaluate_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Interval_evaluate_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Interval_evaluate_2.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Interval_evaluate_2.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Interval_evaluate_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Interval_evaluate_2.h $ // $Id: Interval_evaluate_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h $ // $Id: LRU_hashed_map.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/macros.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/macros.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/macros.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/macros.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/macros.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/macros.h $ // $Id: macros.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Real_embeddable_extension.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Real_embeddable_extension.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Real_embeddable_extension.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Real_embeddable_extension.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Real_embeddable_extension.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Real_embeddable_extension.h $ // $Id: Real_embeddable_extension.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Real_roots.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Real_roots.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Real_roots.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Real_roots.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Real_roots.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Real_roots.h $ // $Id: Real_roots.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/refine_zero_against.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/refine_zero_against.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/refine_zero_against.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/refine_zero_against.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/refine_zero_against.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/refine_zero_against.h $ // $Id: refine_zero_against.h 3f8b32d 2022-03-16T14:53:06+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Shear_controller.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Shear_controller.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Shear_controller.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Shear_controller.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Shear_controller.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Shear_controller.h $ // $Id: Shear_controller.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/shear.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/shear.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/shear.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/shear.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/shear.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/shear.h $ // $Id: shear.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Shear_transformation.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Shear_transformation.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Shear_transformation.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Shear_transformation.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Shear_transformation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Shear_transformation.h $ // $Id: Shear_transformation.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Status_line_CA_1.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Status_line_CA_1.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Status_line_CA_1.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Status_line_CA_1.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Status_line_CA_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Status_line_CA_1.h $ // $Id: Status_line_CA_1.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h $ // $Id: Status_line_CPA_1.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/univariate_polynomial_utils.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/univariate_polynomial_utils.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/univariate_polynomial_utils.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/univariate_polynomial_utils.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/univariate_polynomial_utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/univariate_polynomial_utils.h $ // $Id: univariate_polynomial_utils.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h $ // $Id: Xy_coordinate_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d_1.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d_1.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d_1.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d_1.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d_1.h $ // $Id: Algebraic_kernel_d_1.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_d_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_d_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_d_2.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_d_2.h 2022-10-07 19:04:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d_2.h $ // $Id: Algebraic_kernel_d_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_circles/function_objects_on_roots_and_polynomials_2_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_circles/function_objects_on_roots_and_polynomials_2_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_circles/function_objects_on_roots_and_polynomials_2_2.h 2022-07-13 19:04:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_circles/function_objects_on_roots_and_polynomials_2_2.h 2022-10-07 19:04:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_for_circles/function_objects_on_roots_and_polynomials_2_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_for_circles/function_objects_on_roots_and_polynomials_2_2.h $ // $Id: function_objects_on_roots_and_polynomials_2_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_circles/internal_functions_comparison_root_for_circles_2_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_circles/internal_functions_comparison_root_for_circles_2_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_circles/internal_functions_comparison_root_for_circles_2_2.h 2022-07-13 19:04:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_circles/internal_functions_comparison_root_for_circles_2_2.h 2022-10-07 19:04:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_for_circles/internal_functions_comparison_root_for_circles_2_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_for_circles/internal_functions_comparison_root_for_circles_2_2.h $ // $Id: internal_functions_comparison_root_for_circles_2_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomial_1_2_and_2_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomial_1_2_and_2_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomial_1_2_and_2_2.h 2022-07-13 19:04:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomial_1_2_and_2_2.h 2022-10-07 19:04:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomial_1_2_and_2_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomial_1_2_and_2_2.h $ // $Id: internal_functions_on_roots_and_polynomial_1_2_and_2_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomials_2_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomials_2_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomials_2_2.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomials_2_2.h 2022-10-07 19:04:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomials_2_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomials_2_2.h $ // $Id: internal_functions_on_roots_and_polynomials_2_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_circles_2_2.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_circles_2_2.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_circles_2_2.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_circles_2_2.h 2022-10-07 19:04:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_for_circles_2_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_circles/include/CGAL/Algebraic_kernel_for_circles_2_2.h $ // $Id: Algebraic_kernel_for_circles_2_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres/function_objects_on_roots_and_polynomials_2_3.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres/function_objects_on_roots_and_polynomials_2_3.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres/function_objects_on_roots_and_polynomials_2_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres/function_objects_on_roots_and_polynomials_2_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/function_objects_on_roots_and_polynomials_2_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/function_objects_on_roots_and_polynomials_2_3.h $ // $Id: function_objects_on_roots_and_polynomials_2_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_comparison_root_for_spheres_2_3.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_comparison_root_for_spheres_2_3.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_comparison_root_for_spheres_2_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_comparison_root_for_spheres_2_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_comparison_root_for_spheres_2_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_comparison_root_for_spheres_2_3.h $ // $Id: internal_functions_comparison_root_for_spheres_2_3.h 82989ae 2021-03-01T13:11:00+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h $ // $Id: internal_functions_on_roots_and_polynomial_1_3_and_2_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_1_3.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_1_3.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_1_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_1_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_1_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_1_3.h $ // $Id: internal_functions_on_roots_and_polynomials_1_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_2_3.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_2_3.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_2_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_2_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_2_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_2_3.h $ // $Id: internal_functions_on_roots_and_polynomials_2_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres_2_3.h cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres_2_3.h --- cgal-5.5/include/CGAL/Algebraic_kernel_for_spheres_2_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_for_spheres_2_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres_2_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres_2_3.h $ // $Id: Algebraic_kernel_for_spheres_2_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_rs_gmpq_d_1.h cgal-5.5.1/include/CGAL/Algebraic_kernel_rs_gmpq_d_1.h --- cgal-5.5/include/CGAL/Algebraic_kernel_rs_gmpq_d_1.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_rs_gmpq_d_1.h 2022-10-07 19:04:24.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_rs_gmpq_d_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_rs_gmpq_d_1.h $ // $Id: Algebraic_kernel_rs_gmpq_d_1.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_kernel_rs_gmpz_d_1.h cgal-5.5.1/include/CGAL/Algebraic_kernel_rs_gmpz_d_1.h --- cgal-5.5/include/CGAL/Algebraic_kernel_rs_gmpz_d_1.h 2022-07-13 19:04:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_kernel_rs_gmpz_d_1.h 2022-10-07 19:04:24.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_rs_gmpz_d_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_rs_gmpz_d_1.h $ // $Id: Algebraic_kernel_rs_gmpz_d_1.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Algebraic_structure_traits.h cgal-5.5.1/include/CGAL/Algebraic_structure_traits.h --- cgal-5.5/include/CGAL/Algebraic_structure_traits.h 2022-07-13 19:04:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Algebraic_structure_traits.h 2022-10-07 19:04:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/Algebraic_structure_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/Algebraic_structure_traits.h $ // $Id: Algebraic_structure_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/algorithm.h cgal-5.5.1/include/CGAL/algorithm.h --- cgal-5.5/include/CGAL/algorithm.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/algorithm.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/algorithm.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/algorithm.h $ // $Id: algorithm.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/all_furthest_neighbors_2.h cgal-5.5.1/include/CGAL/all_furthest_neighbors_2.h --- cgal-5.5/include/CGAL/all_furthest_neighbors_2.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/all_furthest_neighbors_2.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polytope_distance_d/include/CGAL/all_furthest_neighbors_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polytope_distance_d/include/CGAL/all_furthest_neighbors_2.h $ // $Id: all_furthest_neighbors_2.h 2b61a99 2021-01-05T18:38:16+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_shape_2.h cgal-5.5.1/include/CGAL/Alpha_shape_2.h --- cgal-5.5/include/CGAL/Alpha_shape_2.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_shape_2.h 2022-10-07 19:04:26.000000000 +0000 @@ -5,7 +5,7 @@ // // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h $ // $Id: Alpha_shape_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // Author(s) : Tran Kai Frank DA // Andreas Fabri diff -Nru cgal-5.5/include/CGAL/Alpha_shape_3.h cgal-5.5.1/include/CGAL/Alpha_shape_3.h --- cgal-5.5/include/CGAL/Alpha_shape_3.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_shape_3.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h $ // $Id: Alpha_shape_3.h 115fa5a 2021-12-14T14:01:21+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_shape_cell_base_3.h cgal-5.5.1/include/CGAL/Alpha_shape_cell_base_3.h --- cgal-5.5/include/CGAL/Alpha_shape_cell_base_3.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_shape_cell_base_3.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_3/include/CGAL/Alpha_shape_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_3/include/CGAL/Alpha_shape_cell_base_3.h $ // $Id: Alpha_shape_cell_base_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_shape_face_base_2.h cgal-5.5.1/include/CGAL/Alpha_shape_face_base_2.h --- cgal-5.5/include/CGAL/Alpha_shape_face_base_2.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_shape_face_base_2.h 2022-10-07 19:04:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_2/include/CGAL/Alpha_shape_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_2/include/CGAL/Alpha_shape_face_base_2.h $ // $Id: Alpha_shape_face_base_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h cgal-5.5.1/include/CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h --- cgal-5.5/include/CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h 2022-10-07 19:04:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_2/include/CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_2/include/CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h $ // $Id: Lazy_alpha_nt_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_shapes_3/internal/Classification_type.h cgal-5.5.1/include/CGAL/Alpha_shapes_3/internal/Classification_type.h --- cgal-5.5/include/CGAL/Alpha_shapes_3/internal/Classification_type.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_shapes_3/internal/Classification_type.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_3/include/CGAL/Alpha_shapes_3/internal/Classification_type.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_3/include/CGAL/Alpha_shapes_3/internal/Classification_type.h $ // $Id: Classification_type.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_shapes_3/internal/Lazy_alpha_nt_3.h cgal-5.5.1/include/CGAL/Alpha_shapes_3/internal/Lazy_alpha_nt_3.h --- cgal-5.5/include/CGAL/Alpha_shapes_3/internal/Lazy_alpha_nt_3.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_shapes_3/internal/Lazy_alpha_nt_3.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_3/include/CGAL/Alpha_shapes_3/internal/Lazy_alpha_nt_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_3/include/CGAL/Alpha_shapes_3/internal/Lazy_alpha_nt_3.h $ // $Id: Lazy_alpha_nt_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_shape_vertex_base_2.h cgal-5.5.1/include/CGAL/Alpha_shape_vertex_base_2.h --- cgal-5.5/include/CGAL/Alpha_shape_vertex_base_2.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_shape_vertex_base_2.h 2022-10-07 19:04:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_2/include/CGAL/Alpha_shape_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_2/include/CGAL/Alpha_shape_vertex_base_2.h $ // $Id: Alpha_shape_vertex_base_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_shape_vertex_base_3.h cgal-5.5.1/include/CGAL/Alpha_shape_vertex_base_3.h --- cgal-5.5/include/CGAL/Alpha_shape_vertex_base_3.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_shape_vertex_base_3.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_3/include/CGAL/Alpha_shape_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_3/include/CGAL/Alpha_shape_vertex_base_3.h $ // $Id: Alpha_shape_vertex_base_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h $ // $Id: Alpha_wrap_3.h beeae18 2022-06-08T12:04:02+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_AABB_traits.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_AABB_traits.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_AABB_traits.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_AABB_traits.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_AABB_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_AABB_traits.h $ // $Id: Alpha_wrap_AABB_traits.h 3a64952 2022-05-24T14:31:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/gate_priority_queue.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/gate_priority_queue.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/gate_priority_queue.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/gate_priority_queue.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/gate_priority_queue.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/gate_priority_queue.h $ // $Id: gate_priority_queue.h 57cf9e0 2022-04-19T14:55:15+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/geometry_utils.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/geometry_utils.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/geometry_utils.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/geometry_utils.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/geometry_utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/geometry_utils.h $ // $Id: geometry_utils.h 57cf9e0 2022-04-19T14:55:15+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/offset_intersection.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/offset_intersection.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/offset_intersection.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/offset_intersection.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/offset_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/offset_intersection.h $ // $Id: offset_intersection.h 57cf9e0 2022-04-19T14:55:15+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Oracle_base.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Oracle_base.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Oracle_base.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Oracle_base.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Oracle_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Oracle_base.h $ // $Id: Oracle_base.h 06053d2 2022-05-24T10:02:57+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/oracles.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/oracles.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/oracles.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/oracles.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/oracles.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/oracles.h $ // $Id: oracles.h 57cf9e0 2022-04-19T14:55:15+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Point_set_oracle.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Point_set_oracle.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Point_set_oracle.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Point_set_oracle.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Point_set_oracle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Point_set_oracle.h $ // $Id: Point_set_oracle.h 9fbfd9a 2022-05-24T10:08:56+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Segment_soup_oracle.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Segment_soup_oracle.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Segment_soup_oracle.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Segment_soup_oracle.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Segment_soup_oracle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Segment_soup_oracle.h $ // $Id: Segment_soup_oracle.h 9fbfd9a 2022-05-24T10:08:56+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/splitting_helper.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/splitting_helper.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/splitting_helper.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/splitting_helper.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/splitting_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/splitting_helper.h $ // $Id: splitting_helper.h 57cf9e0 2022-04-19T14:55:15+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Triangle_mesh_oracle.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Triangle_mesh_oracle.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Triangle_mesh_oracle.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Triangle_mesh_oracle.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Triangle_mesh_oracle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Triangle_mesh_oracle.h $ // $Id: Triangle_mesh_oracle.h 9fbfd9a 2022-05-24T10:08:56+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Triangle_soup_oracle.h cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Triangle_soup_oracle.h --- cgal-5.5/include/CGAL/Alpha_wrap_3/internal/Triangle_soup_oracle.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Alpha_wrap_3/internal/Triangle_soup_oracle.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Triangle_soup_oracle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/Alpha_wrap_3/internal/Triangle_soup_oracle.h $ // $Id: Triangle_soup_oracle.h 964bcd8 2022-05-25T09:37:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/alpha_wrap_3.h cgal-5.5.1/include/CGAL/alpha_wrap_3.h --- cgal-5.5/include/CGAL/alpha_wrap_3.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/alpha_wrap_3.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_wrap_3/include/CGAL/alpha_wrap_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_wrap_3/include/CGAL/alpha_wrap_3.h $ // $Id: alpha_wrap_3.h 9fbfd9a 2022-05-24T10:08:56+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h $ // $Id: Apollonius_graph_2_impl.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h $ // $Id: Apollonius_graph_hierarchy_2_impl.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/basic.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/basic.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/basic.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/basic.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/basic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/basic.h $ // $Id: basic.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Bounded_side_of_ccw_circle_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Bounded_side_of_ccw_circle_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Bounded_side_of_ccw_circle_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Bounded_side_of_ccw_circle_C2.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Bounded_side_of_ccw_circle_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Bounded_side_of_ccw_circle_C2.h $ // $Id: Bounded_side_of_ccw_circle_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/comparator_profiler.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/comparator_profiler.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/comparator_profiler.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/comparator_profiler.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/comparator_profiler.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/comparator_profiler.h $ // $Id: comparator_profiler.h 3e03d50 2021-05-05T15:32:22+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/compare_quadratic.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/compare_quadratic.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/compare_quadratic.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/compare_quadratic.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/compare_quadratic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/compare_quadratic.h $ // $Id: compare_quadratic.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Compare_weight_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Compare_weight_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Compare_weight_2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Compare_weight_2.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Compare_weight_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Compare_weight_2.h $ // $Id: Compare_weight_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Compare_x_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Compare_x_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Compare_x_2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Compare_x_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Compare_x_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Compare_x_2.h $ // $Id: Compare_x_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Compare_y_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Compare_y_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Compare_y_2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Compare_y_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Compare_y_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Compare_y_2.h $ // $Id: Compare_y_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Constructions_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Constructions_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Constructions_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Constructions_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Constructions_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Constructions_C2.h $ // $Id: Constructions_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Constructions_ftC2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Constructions_ftC2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Constructions_ftC2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Constructions_ftC2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Constructions_ftC2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Constructions_ftC2.h $ // $Id: Constructions_ftC2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Constructions_rtH2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Constructions_rtH2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Constructions_rtH2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Constructions_rtH2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Constructions_rtH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Constructions_rtH2.h $ // $Id: Constructions_rtH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h $ // $Id: Finite_edge_test8_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Finite_edge_test_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Finite_edge_test_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Finite_edge_test_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Finite_edge_test_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Finite_edge_test_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Finite_edge_test_C2.h $ // $Id: Finite_edge_test_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Incircle8_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Incircle8_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Incircle8_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Incircle8_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Incircle8_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Incircle8_C2.h $ // $Id: Incircle8_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Incircle_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Incircle_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Incircle_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Incircle_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Incircle_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Incircle_C2.h $ // $Id: Incircle_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Infinite_edge_test_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Infinite_edge_test_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Infinite_edge_test_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Infinite_edge_test_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Infinite_edge_test_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Infinite_edge_test_C2.h $ // $Id: Infinite_edge_test_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Is_degenerate_edge_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Is_degenerate_edge_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Is_degenerate_edge_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Is_degenerate_edge_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Is_degenerate_edge_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Is_degenerate_edge_C2.h $ // $Id: Is_degenerate_edge_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Is_hidden_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Is_hidden_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Is_hidden_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Is_hidden_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Is_hidden_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Is_hidden_C2.h $ // $Id: Is_hidden_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Kernel_wrapper_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Kernel_wrapper_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Kernel_wrapper_2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Kernel_wrapper_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Kernel_wrapper_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Kernel_wrapper_2.h $ // $Id: Kernel_wrapper_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Orientation_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Orientation_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Orientation_2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Orientation_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Orientation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Orientation_2.h $ // $Id: Orientation_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Orientation8_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Orientation8_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Orientation8_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Orientation8_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Orientation8_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Orientation8_C2.h $ // $Id: Orientation8_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Oriented_side_of_bisector_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Oriented_side_of_bisector_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Oriented_side_of_bisector_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Oriented_side_of_bisector_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Oriented_side_of_bisector_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Oriented_side_of_bisector_C2.h $ // $Id: Oriented_side_of_bisector_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Predicate_constructions_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Predicate_constructions_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Predicate_constructions_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Predicate_constructions_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Predicate_constructions_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Predicate_constructions_C2.h $ // $Id: Predicate_constructions_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/predicate_profiler.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/predicate_profiler.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/predicate_profiler.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/predicate_profiler.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/predicate_profiler.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/predicate_profiler.h $ // $Id: predicate_profiler.h 3e03d50 2021-05-05T15:32:22+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Predicates_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Predicates_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Predicates_C2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Predicates_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Predicates_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Predicates_C2.h $ // $Id: Predicates_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/Traits_wrapper_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/Traits_wrapper_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/Traits_wrapper_2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/Traits_wrapper_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Traits_wrapper_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Traits_wrapper_2.h $ // $Id: Traits_wrapper_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/uncertain/uncertain_functions_on_signs.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/uncertain/uncertain_functions_on_signs.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/uncertain/uncertain_functions_on_signs.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/uncertain/uncertain_functions_on_signs.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/uncertain/uncertain_functions_on_signs.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/uncertain/uncertain_functions_on_signs.h $ // $Id: uncertain_functions_on_signs.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_is_hidden_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_is_hidden_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_is_hidden_C2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_is_hidden_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_is_hidden_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_is_hidden_C2.h $ // $Id: Uncertain_is_hidden_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_oriented_side_of_bisector_C2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_oriented_side_of_bisector_C2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_oriented_side_of_bisector_C2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_oriented_side_of_bisector_C2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_oriented_side_of_bisector_C2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_oriented_side_of_bisector_C2.h $ // $Id: Uncertain_oriented_side_of_bisector_C2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_vertex_conflict_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_vertex_conflict_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_vertex_conflict_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_vertex_conflict_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_vertex_conflict_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_vertex_conflict_2.h $ // $Id: Uncertain_vertex_conflict_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_2.h 2022-07-13 19:04:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_2.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_2.h $ // $Id: Apollonius_graph_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_adaptation_policies_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_adaptation_policies_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_adaptation_policies_2.h 2022-07-13 19:07:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_adaptation_policies_2.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Apollonius_graph_adaptation_policies_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Apollonius_graph_adaptation_policies_2.h $ // $Id: Apollonius_graph_adaptation_policies_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_adaptation_traits_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_adaptation_traits_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_adaptation_traits_2.h 2022-07-13 19:07:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_adaptation_traits_2.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Apollonius_graph_adaptation_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Apollonius_graph_adaptation_traits_2.h $ // $Id: Apollonius_graph_adaptation_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_data_structure_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_data_structure_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_data_structure_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_data_structure_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_data_structure_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_data_structure_2.h $ // $Id: Apollonius_graph_data_structure_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_filtered_traits_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_filtered_traits_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_filtered_traits_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_filtered_traits_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_filtered_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_filtered_traits_2.h $ // $Id: Apollonius_graph_filtered_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_hierarchy_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_hierarchy_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_hierarchy_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_hierarchy_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_hierarchy_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_hierarchy_2.h $ // $Id: Apollonius_graph_hierarchy_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_hierarchy_vertex_base_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_hierarchy_vertex_base_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_hierarchy_vertex_base_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_hierarchy_vertex_base_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_hierarchy_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_hierarchy_vertex_base_2.h $ // $Id: Apollonius_graph_hierarchy_vertex_base_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_traits_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_traits_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_traits_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_traits_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_traits_2.h $ // $Id: Apollonius_graph_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_graph_vertex_base_2.h cgal-5.5.1/include/CGAL/Apollonius_graph_vertex_base_2.h --- cgal-5.5/include/CGAL/Apollonius_graph_vertex_base_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_graph_vertex_base_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_graph_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_graph_vertex_base_2.h $ // $Id: Apollonius_graph_vertex_base_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Apollonius_site_2.h cgal-5.5.1/include/CGAL/Apollonius_site_2.h --- cgal-5.5/include/CGAL/Apollonius_site_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Apollonius_site_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Apollonius_site_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Apollonius_site_2.h $ // $Id: Apollonius_site_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/apply_to_range.h cgal-5.5.1/include/CGAL/apply_to_range.h --- cgal-5.5/include/CGAL/apply_to_range.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/apply_to_range.h 2022-10-07 19:07:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/apply_to_range.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/apply_to_range.h $ // $Id: apply_to_range.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/approximated_offset_2.h cgal-5.5.1/include/CGAL/approximated_offset_2.h --- cgal-5.5/include/CGAL/approximated_offset_2.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/approximated_offset_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/approximated_offset_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/approximated_offset_2.h $ // $Id: approximated_offset_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h --- cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h $ // $Id: Approximate_min_ellipsoid_d_configure.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h --- cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h $ // $Id: Approximate_min_ellipsoid_d_debug.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h --- cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h $ // $Id: Approximate_min_ellipsoid_d_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h --- cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h $ // $Id: Khachiyan_approximation.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h --- cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h $ // $Id: Khachiyan_approximation_impl.h 54529af 2022-06-01T10:53:10+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d.h cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d.h --- cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d.h $ // $Id: Approximate_min_ellipsoid_d.h 2b31362 2022-06-22T07:53:20+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h --- cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h $ // $Id: Approximate_min_ellipsoid_d_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h --- cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h $ // $Id: Approximate_min_ellipsoid_d_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h --- cgal-5.5/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h $ // $Id: Approximate_min_ellipsoid_d_traits_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/argument_swaps.h cgal-5.5.1/include/CGAL/argument_swaps.h --- cgal-5.5/include/CGAL/argument_swaps.h 2022-07-13 19:05:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/argument_swaps.h 2022-10-07 19:05:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/argument_swaps.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/argument_swaps.h $ // $Id: argument_swaps.h 822bc55 2020-03-27T08:28:48+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arithmetic_kernel/Arithmetic_kernel_base.h cgal-5.5.1/include/CGAL/Arithmetic_kernel/Arithmetic_kernel_base.h --- cgal-5.5/include/CGAL/Arithmetic_kernel/Arithmetic_kernel_base.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arithmetic_kernel/Arithmetic_kernel_base.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arithmetic_kernel/include/CGAL/Arithmetic_kernel/Arithmetic_kernel_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arithmetic_kernel/include/CGAL/Arithmetic_kernel/Arithmetic_kernel_base.h $ // $Id: Arithmetic_kernel_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arithmetic_kernel.h cgal-5.5.1/include/CGAL/Arithmetic_kernel.h --- cgal-5.5/include/CGAL/Arithmetic_kernel.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arithmetic_kernel.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arithmetic_kernel/include/CGAL/Arithmetic_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arithmetic_kernel/include/CGAL/Arithmetic_kernel.h $ // $Id: Arithmetic_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_accessor.h cgal-5.5.1/include/CGAL/Arr_accessor.h --- cgal-5.5/include/CGAL/Arr_accessor.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_accessor.h 2022-10-07 19:04:33.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_accessor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_accessor.h $ // $Id: Arr_accessor.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_algebraic_segment_traits_2.h cgal-5.5.1/include/CGAL/Arr_algebraic_segment_traits_2.h --- cgal-5.5/include/CGAL/Arr_algebraic_segment_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_algebraic_segment_traits_2.h 2022-10-07 19:04:33.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_algebraic_segment_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_algebraic_segment_traits_2.h $ // $Id: Arr_algebraic_segment_traits_2.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arrangement_2_iterators.h cgal-5.5.1/include/CGAL/Arrangement_2/Arrangement_2_iterators.h --- cgal-5.5/include/CGAL/Arrangement_2/Arrangement_2_iterators.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arrangement_2_iterators.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_2_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_2_iterators.h $ // $Id: Arrangement_2_iterators.h 3448035 2021-03-24T08:25:29+01:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h cgal-5.5.1/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h --- cgal-5.5/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h $ // $Id: Arrangement_on_surface_2_global.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h cgal-5.5.1/include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h --- cgal-5.5/include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h $ // $Id: Arrangement_on_surface_2_impl.h 30da4eb 2021-03-22T13:35:23+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/arrangement_type_traits.h cgal-5.5.1/include/CGAL/Arrangement_2/arrangement_type_traits.h --- cgal-5.5/include/CGAL/Arrangement_2/arrangement_type_traits.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/arrangement_type_traits.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/arrangement_type_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/arrangement_type_traits.h $ // $Id: arrangement_type_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h cgal-5.5.1/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h --- cgal-5.5/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h $ // $Id: Arrangement_zone_2_impl.h 8d95fb8 2021-08-11T18:37:30+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arr_compute_zone_visitor.h cgal-5.5.1/include/CGAL/Arrangement_2/Arr_compute_zone_visitor.h --- cgal-5.5/include/CGAL/Arrangement_2/Arr_compute_zone_visitor.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arr_compute_zone_visitor.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_compute_zone_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_compute_zone_visitor.h $ // $Id: Arr_compute_zone_visitor.h 0626eb0 2020-06-11T12:32:33+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arr_default_planar_topology.h cgal-5.5.1/include/CGAL/Arrangement_2/Arr_default_planar_topology.h --- cgal-5.5/include/CGAL/Arrangement_2/Arr_default_planar_topology.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arr_default_planar_topology.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_default_planar_topology.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_default_planar_topology.h $ // $Id: Arr_default_planar_topology.h 2a3fbc0 2019-11-19T09:47:44+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arr_do_intersect_zone_visitor.h cgal-5.5.1/include/CGAL/Arrangement_2/Arr_do_intersect_zone_visitor.h --- cgal-5.5/include/CGAL/Arrangement_2/Arr_do_intersect_zone_visitor.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arr_do_intersect_zone_visitor.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_do_intersect_zone_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_do_intersect_zone_visitor.h $ // $Id: Arr_do_intersect_zone_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arr_on_surface_with_history_2_impl.h cgal-5.5.1/include/CGAL/Arrangement_2/Arr_on_surface_with_history_2_impl.h --- cgal-5.5/include/CGAL/Arrangement_2/Arr_on_surface_with_history_2_impl.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arr_on_surface_with_history_2_impl.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_on_surface_with_history_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_on_surface_with_history_2_impl.h $ // $Id: Arr_on_surface_with_history_2_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arr_traits_adaptor_2_dispatching.h cgal-5.5.1/include/CGAL/Arrangement_2/Arr_traits_adaptor_2_dispatching.h --- cgal-5.5/include/CGAL/Arrangement_2/Arr_traits_adaptor_2_dispatching.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arr_traits_adaptor_2_dispatching.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2_dispatching.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2_dispatching.h $ // $Id: Arr_traits_adaptor_2_dispatching.h 2a3fbc0 2019-11-19T09:47:44+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h cgal-5.5.1/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h --- cgal-5.5/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h $ // $Id: Arr_traits_adaptor_2.h 521c72d 2021-10-04T13:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // $Date$ diff -Nru cgal-5.5/include/CGAL/Arrangement_2/Arr_with_history_accessor.h cgal-5.5.1/include/CGAL/Arrangement_2/Arr_with_history_accessor.h --- cgal-5.5/include/CGAL/Arrangement_2/Arr_with_history_accessor.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/Arr_with_history_accessor.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_with_history_accessor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/Arr_with_history_accessor.h $ // $Id: Arr_with_history_accessor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2/graph_traits_dual.h cgal-5.5.1/include/CGAL/Arrangement_2/graph_traits_dual.h --- cgal-5.5/include/CGAL/Arrangement_2/graph_traits_dual.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2/graph_traits_dual.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2/graph_traits_dual.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2/graph_traits_dual.h $ // $Id: graph_traits_dual.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_2.h cgal-5.5.1/include/CGAL/Arrangement_2.h --- cgal-5.5/include/CGAL/Arrangement_2.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_2.h $ // $Id: Arrangement_2.h d91194f 2019-12-02T21:22:25+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_on_surface_2.h cgal-5.5.1/include/CGAL/Arrangement_on_surface_2.h --- cgal-5.5/include/CGAL/Arrangement_on_surface_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_on_surface_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_on_surface_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_on_surface_2.h $ // $Id: Arrangement_on_surface_2.h 4ea5251 2022-06-10T16:44:17+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_on_surface_with_history_2.h cgal-5.5.1/include/CGAL/Arrangement_on_surface_with_history_2.h --- cgal-5.5/include/CGAL/Arrangement_on_surface_with_history_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_on_surface_with_history_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_on_surface_with_history_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_on_surface_with_history_2.h $ // $Id: Arrangement_on_surface_with_history_2.h ba8aec6 2021-04-21T13:24:05+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_with_history_2.h cgal-5.5.1/include/CGAL/Arrangement_with_history_2.h --- cgal-5.5/include/CGAL/Arrangement_with_history_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_with_history_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_with_history_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_with_history_2.h $ // $Id: Arrangement_with_history_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arrangement_zone_2.h cgal-5.5.1/include/CGAL/Arrangement_zone_2.h --- cgal-5.5/include/CGAL/Arrangement_zone_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arrangement_zone_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arrangement_zone_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arrangement_zone_2.h $ // $Id: Arrangement_zone_2.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/arrange_offset_polygons_2.h cgal-5.5.1/include/CGAL/arrange_offset_polygons_2.h --- cgal-5.5/include/CGAL/arrange_offset_polygons_2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/arrange_offset_polygons_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -3,7 +3,7 @@ // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/arrange_offset_polygons_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/arrange_offset_polygons_2.h $ // $Id: arrange_offset_polygons_2.h 314db57 2020-11-06T12:03:15+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/array.h cgal-5.5.1/include/CGAL/array.h --- cgal-5.5/include/CGAL/array.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/array.h 2022-10-07 19:06:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/array.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/array.h $ // $Id: array.h 160118e 2021-02-11T14:36:26+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_batched_point_location.h cgal-5.5.1/include/CGAL/Arr_batched_point_location.h --- cgal-5.5/include/CGAL/Arr_batched_point_location.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_batched_point_location.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_batched_point_location.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_batched_point_location.h $ // $Id: Arr_batched_point_location.h 0626eb0 2020-06-11T12:32:33+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_Bezier_curve_traits_2.h cgal-5.5.1/include/CGAL/Arr_Bezier_curve_traits_2.h --- cgal-5.5/include/CGAL/Arr_Bezier_curve_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_Bezier_curve_traits_2.h 2022-10-07 19:04:33.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_Bezier_curve_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_Bezier_curve_traits_2.h $ // $Id: Arr_Bezier_curve_traits_2.h 40152a2 2020-06-13T16:43:09+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_bounded_planar_topology_traits_2.h cgal-5.5.1/include/CGAL/Arr_bounded_planar_topology_traits_2.h --- cgal-5.5/include/CGAL/Arr_bounded_planar_topology_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_bounded_planar_topology_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_bounded_planar_topology_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_bounded_planar_topology_traits_2.h $ // $Id: Arr_bounded_planar_topology_traits_2.h 3849f5e 2020-06-14T00:41:25+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_circle_segment_traits_2.h cgal-5.5.1/include/CGAL/Arr_circle_segment_traits_2.h --- cgal-5.5/include/CGAL/Arr_circle_segment_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_circle_segment_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_circle_segment_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_circle_segment_traits_2.h $ // $Id: Arr_circle_segment_traits_2.h 59a0da4 2021-05-19T17:23:53+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_circular_arc_traits_2.h cgal-5.5.1/include/CGAL/Arr_circular_arc_traits_2.h --- cgal-5.5/include/CGAL/Arr_circular_arc_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_circular_arc_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_circular_arc_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_circular_arc_traits_2.h $ // $Id: Arr_circular_arc_traits_2.h 1b23ac2 2020-07-02T19:10:00+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_circular_line_arc_traits_2.h cgal-5.5.1/include/CGAL/Arr_circular_line_arc_traits_2.h --- cgal-5.5/include/CGAL/Arr_circular_line_arc_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_circular_line_arc_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_circular_line_arc_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_circular_line_arc_traits_2.h $ // $Id: Arr_circular_line_arc_traits_2.h af94033 2021-01-07T16:39:03+01:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_conic_traits_2.h cgal-5.5.1/include/CGAL/Arr_conic_traits_2.h --- cgal-5.5/include/CGAL/Arr_conic_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_conic_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_conic_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_conic_traits_2.h $ // $Id: Arr_conic_traits_2.h c0838c5 2021-12-16T16:33:43+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_consolidated_curve_data_traits_2.h cgal-5.5.1/include/CGAL/Arr_consolidated_curve_data_traits_2.h --- cgal-5.5/include/CGAL/Arr_consolidated_curve_data_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_consolidated_curve_data_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_consolidated_curve_data_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_consolidated_curve_data_traits_2.h $ // $Id: Arr_consolidated_curve_data_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_counting_traits_2.h cgal-5.5.1/include/CGAL/Arr_counting_traits_2.h --- cgal-5.5/include/CGAL/Arr_counting_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_counting_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h $ // $Id: Arr_counting_traits_2.h 055f87d 2021-09-15T10:10:45+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_curve_data_traits_2.h cgal-5.5.1/include/CGAL/Arr_curve_data_traits_2.h --- cgal-5.5/include/CGAL/Arr_curve_data_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_curve_data_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_curve_data_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_curve_data_traits_2.h $ // $Id: Arr_curve_data_traits_2.h 372e838 2020-07-06T11:32:32+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_dcel_base.h cgal-5.5.1/include/CGAL/Arr_dcel_base.h --- cgal-5.5/include/CGAL/Arr_dcel_base.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_dcel_base.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_dcel_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_dcel_base.h $ // $Id: Arr_dcel_base.h 4ea5251 2022-06-10T16:44:17+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_default_dcel.h cgal-5.5.1/include/CGAL/Arr_default_dcel.h --- cgal-5.5/include/CGAL/Arr_default_dcel.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_default_dcel.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_default_dcel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_default_dcel.h $ // $Id: Arr_default_dcel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_default_overlay_traits.h cgal-5.5.1/include/CGAL/Arr_default_overlay_traits.h --- cgal-5.5/include/CGAL/Arr_default_overlay_traits.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_default_overlay_traits.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_default_overlay_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_default_overlay_traits.h $ // $Id: Arr_default_overlay_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_directional_non_caching_segment_basic_traits_2.h cgal-5.5.1/include/CGAL/Arr_directional_non_caching_segment_basic_traits_2.h --- cgal-5.5/include/CGAL/Arr_directional_non_caching_segment_basic_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_directional_non_caching_segment_basic_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_directional_non_caching_segment_basic_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_directional_non_caching_segment_basic_traits_2.h $ // $Id: Arr_directional_non_caching_segment_basic_traits_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_enums.h cgal-5.5.1/include/CGAL/Arr_enums.h --- cgal-5.5/include/CGAL/Arr_enums.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_enums.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_enums.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_enums.h $ // $Id: Arr_enums.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_extended_dcel.h cgal-5.5.1/include/CGAL/Arr_extended_dcel.h --- cgal-5.5/include/CGAL/Arr_extended_dcel.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_extended_dcel.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_extended_dcel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_extended_dcel.h $ // $Id: Arr_extended_dcel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_face_index_map.h cgal-5.5.1/include/CGAL/Arr_face_index_map.h --- cgal-5.5/include/CGAL/Arr_face_index_map.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_face_index_map.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_face_index_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_face_index_map.h $ // $Id: Arr_face_index_map.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_face_map.h cgal-5.5.1/include/CGAL/Arr_face_map.h --- cgal-5.5/include/CGAL/Arr_face_map.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_face_map.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_face_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_face_map.h $ // $Id: Arr_face_map.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h cgal-5.5.1/include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h --- cgal-5.5/include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h $ // $Id: Arr_geodesic_arc_on_sphere_partition_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // @@ -314,7 +314,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h $ // $Id: Arr_geodesic_arc_on_sphere_partition_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h cgal-5.5.1/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h --- cgal-5.5/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h $ // $Id: Arr_geodesic_arc_on_sphere_traits_2.h 7d4a8e5 2022-04-06T09:12:02+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Arr_plane_3.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Arr_plane_3.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Arr_plane_3.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Arr_plane_3.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Arr_plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Arr_plane_3.h $ // $Id: Arr_plane_3.h 40152a2 2020-06-13T16:43:09+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Bezier_bounding_rational_traits.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Bezier_bounding_rational_traits.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Bezier_bounding_rational_traits.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Bezier_bounding_rational_traits.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_bounding_rational_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_bounding_rational_traits.h $ // $Id: Bezier_bounding_rational_traits.h 0626eb0 2020-06-11T12:32:33+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Bezier_cache.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Bezier_cache.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Bezier_cache.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Bezier_cache.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_cache.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_cache.h $ // $Id: Bezier_cache.h 6d949cd 2020-08-08T17:29:55+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Bezier_curve_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Bezier_curve_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Bezier_curve_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Bezier_curve_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_curve_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_curve_2.h $ // $Id: Bezier_curve_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Bezier_point_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Bezier_point_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Bezier_point_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Bezier_point_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_point_2.h $ // $Id: Bezier_point_2.h 8682f9b 2020-08-24T11:45:17+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h $ // $Id: Bezier_x_monotone_2.h 3dc2804 2020-08-11T13:23:08+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Circle_segment_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Circle_segment_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Circle_segment_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Circle_segment_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Circle_segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Circle_segment_2.h $ // $Id: Circle_segment_2.h 58276ed 2020-03-31T18:34:28+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Conic_arc_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Conic_arc_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Conic_arc_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Conic_arc_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_arc_2.h $ // $Id: Conic_arc_2.h fe06974 2022-01-04T16:17:34+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Conic_intersections_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Conic_intersections_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Conic_intersections_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Conic_intersections_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_intersections_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_intersections_2.h $ // $Id: Conic_intersections_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Conic_point_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Conic_point_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Conic_point_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Conic_point_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_point_2.h $ // $Id: Conic_point_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h $ // $Id: Conic_x_monotone_arc_2.h 1081a67 2022-01-05T19:42:15+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Consolidated_curve_data_aux.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Consolidated_curve_data_aux.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Consolidated_curve_data_aux.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Consolidated_curve_data_aux.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Consolidated_curve_data_aux.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Consolidated_curve_data_aux.h $ // $Id: Consolidated_curve_data_aux.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Curve_data_aux.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Curve_data_aux.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Curve_data_aux.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Curve_data_aux.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Curve_data_aux.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Curve_data_aux.h $ // $Id: Curve_data_aux.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/de_Casteljau_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/de_Casteljau_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/de_Casteljau_2.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/de_Casteljau_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/de_Casteljau_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/de_Casteljau_2.h $ // $Id: de_Casteljau_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/IO/Polycurve_2_iostream.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/IO/Polycurve_2_iostream.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/IO/Polycurve_2_iostream.h 2022-07-13 19:04:26.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/IO/Polycurve_2_iostream.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/IO/Polycurve_2_iostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/IO/Polycurve_2_iostream.h $ // $Id: Polycurve_2_iostream.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/One_root_number.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/One_root_number.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/One_root_number.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/One_root_number.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/One_root_number.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/One_root_number.h $ // $Id: One_root_number.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Polycurve_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Polycurve_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Polycurve_2.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Polycurve_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Polycurve_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Polycurve_2.h $ // $Id: Polycurve_2.h 7cd3a26 2020-09-08T17:46:08+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Polyline_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Polyline_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Polyline_2.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Polyline_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Polyline_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Polyline_2.h $ // $Id: Polyline_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Rational_arc_2.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Rational_arc_2.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Rational_arc_2.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Rational_arc_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Rational_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Rational_arc_2.h $ // $Id: Rational_arc_2.h 58276ed 2020-03-31T18:34:28+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_geometry_traits/Segment_assertions.h cgal-5.5.1/include/CGAL/Arr_geometry_traits/Segment_assertions.h --- cgal-5.5/include/CGAL/Arr_geometry_traits/Segment_assertions.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_geometry_traits/Segment_assertions.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Segment_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Segment_assertions.h $ // $Id: Segment_assertions.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_landmarks_point_location.h cgal-5.5.1/include/CGAL/Arr_landmarks_point_location.h --- cgal-5.5/include/CGAL/Arr_landmarks_point_location.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_landmarks_point_location.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_landmarks_point_location.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_landmarks_point_location.h $ // $Id: Arr_landmarks_point_location.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_line_arc_traits_2.h cgal-5.5.1/include/CGAL/Arr_line_arc_traits_2.h --- cgal-5.5/include/CGAL/Arr_line_arc_traits_2.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_line_arc_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_line_arc_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_line_arc_traits_2.h $ // $Id: Arr_line_arc_traits_2.h 5298ff1 2020-07-02T19:10:29+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_linear_traits_2.h cgal-5.5.1/include/CGAL/Arr_linear_traits_2.h --- cgal-5.5/include/CGAL/Arr_linear_traits_2.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_linear_traits_2.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_linear_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_linear_traits_2.h $ // $Id: Arr_linear_traits_2.h c0838c5 2021-12-16T16:33:43+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_naive_point_location.h cgal-5.5.1/include/CGAL/Arr_naive_point_location.h --- cgal-5.5/include/CGAL/Arr_naive_point_location.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_naive_point_location.h 2022-10-07 19:04:34.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_naive_point_location.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_naive_point_location.h $ // $Id: Arr_naive_point_location.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_non_caching_segment_basic_traits_2.h cgal-5.5.1/include/CGAL/Arr_non_caching_segment_basic_traits_2.h --- cgal-5.5/include/CGAL/Arr_non_caching_segment_basic_traits_2.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_non_caching_segment_basic_traits_2.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_non_caching_segment_basic_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_non_caching_segment_basic_traits_2.h $ // $Id: Arr_non_caching_segment_basic_traits_2.h 708469f 2020-06-12T14:06:58+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_non_caching_segment_traits_2.h cgal-5.5.1/include/CGAL/Arr_non_caching_segment_traits_2.h --- cgal-5.5/include/CGAL/Arr_non_caching_segment_traits_2.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_non_caching_segment_traits_2.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_non_caching_segment_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_non_caching_segment_traits_2.h $ // $Id: Arr_non_caching_segment_traits_2.h c0838c5 2021-12-16T16:33:43+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_observer.h cgal-5.5.1/include/CGAL/Arr_observer.h --- cgal-5.5/include/CGAL/Arr_observer.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_observer.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_observer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_observer.h $ // $Id: Arr_observer.h 2a3fbc0 2019-11-19T09:47:44+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_overlay_2.h cgal-5.5.1/include/CGAL/Arr_overlay_2.h --- cgal-5.5/include/CGAL/Arr_overlay_2.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_overlay_2.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_overlay_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_overlay_2.h $ // $Id: Arr_overlay_2.h 4afc249 2021-09-09T15:58:00+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_overlay.h cgal-5.5.1/include/CGAL/Arr_overlay.h --- cgal-5.5/include/CGAL/Arr_overlay.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_overlay.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_overlay.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_overlay.h $ // $Id: Arr_overlay.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_batched_point_location_traits_2.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_batched_point_location_traits_2.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_batched_point_location_traits_2.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_batched_point_location_traits_2.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_batched_point_location_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_batched_point_location_traits_2.h $ // $Id: Arr_batched_point_location_traits_2.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_landmarks_pl_impl.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_landmarks_pl_impl.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_landmarks_pl_impl.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_landmarks_pl_impl.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_landmarks_pl_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_landmarks_pl_impl.h $ // $Id: Arr_landmarks_pl_impl.h 0626eb0 2020-06-11T12:32:33+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_generator_base.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_generator_base.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_generator_base.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_generator_base.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_generator_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_generator_base.h $ // $Id: Arr_lm_generator_base.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_grid_generator.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_grid_generator.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_grid_generator.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_grid_generator.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_grid_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_grid_generator.h $ // $Id: Arr_lm_grid_generator.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_halton_generator.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_halton_generator.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_halton_generator.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_halton_generator.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_halton_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_halton_generator.h $ // $Id: Arr_lm_halton_generator.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_middle_edges_generator.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_middle_edges_generator.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_middle_edges_generator.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_middle_edges_generator.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_middle_edges_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_middle_edges_generator.h $ // $Id: Arr_lm_middle_edges_generator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h $ // $Id: Arr_lm_nearest_neighbor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_random_generator.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_random_generator.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_random_generator.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_random_generator.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_random_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_random_generator.h $ // $Id: Arr_lm_random_generator.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_specified_points_generator.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_specified_points_generator.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_specified_points_generator.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_specified_points_generator.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_specified_points_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_specified_points_generator.h $ // $Id: Arr_lm_specified_points_generator.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_vertices_generator.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_vertices_generator.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_lm_vertices_generator.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_lm_vertices_generator.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_vertices_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_lm_vertices_generator.h $ // $Id: Arr_lm_vertices_generator.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_naive_point_location_impl.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_naive_point_location_impl.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_naive_point_location_impl.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_naive_point_location_impl.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_naive_point_location_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_naive_point_location_impl.h $ // $Id: Arr_naive_point_location_impl.h 8d95fb8 2021-08-11T18:37:30+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_simple_point_location_impl.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_simple_point_location_impl.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_simple_point_location_impl.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_simple_point_location_impl.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_simple_point_location_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_simple_point_location_impl.h $ // $Id: Arr_simple_point_location_impl.h 0626eb0 2020-06-11T12:32:33+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_trapezoid_ric_pl_impl.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_trapezoid_ric_pl_impl.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_trapezoid_ric_pl_impl.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_trapezoid_ric_pl_impl.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_trapezoid_ric_pl_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_trapezoid_ric_pl_impl.h $ // $Id: Arr_trapezoid_ric_pl_impl.h 6642407 2020-07-29T18:08:32+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_triangulation_pl_functions.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_triangulation_pl_functions.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_triangulation_pl_functions.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_triangulation_pl_functions.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_triangulation_pl_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_triangulation_pl_functions.h $ // $Id: Arr_triangulation_pl_functions.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_triangulation_pl_impl.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_triangulation_pl_impl.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_triangulation_pl_impl.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_triangulation_pl_impl.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_triangulation_pl_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_triangulation_pl_impl.h $ // $Id: Arr_triangulation_pl_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Arr_walk_along_line_pl_impl.h cgal-5.5.1/include/CGAL/Arr_point_location/Arr_walk_along_line_pl_impl.h --- cgal-5.5/include/CGAL/Arr_point_location/Arr_walk_along_line_pl_impl.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Arr_walk_along_line_pl_impl.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_walk_along_line_pl_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_walk_along_line_pl_impl.h $ // $Id: Arr_walk_along_line_pl_impl.h f73d067 2020-06-15T20:11:46+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_active_edge.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_active_edge.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_active_edge.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_active_edge.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_active_edge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_active_edge.h $ // $Id: Td_active_edge.h 97cac65 2021-07-23T10:59:49+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_active_fictitious_vertex.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_active_fictitious_vertex.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_active_fictitious_vertex.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_active_fictitious_vertex.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_active_fictitious_vertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_active_fictitious_vertex.h $ // $Id: Td_active_fictitious_vertex.h 97cac65 2021-07-23T10:59:49+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_active_trapezoid.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_active_trapezoid.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_active_trapezoid.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_active_trapezoid.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_active_trapezoid.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_active_trapezoid.h $ // $Id: Td_active_trapezoid.h 97cac65 2021-07-23T10:59:49+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_active_vertex.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_active_vertex.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_active_vertex.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_active_vertex.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_active_vertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_active_vertex.h $ // $Id: Td_active_vertex.h 97cac65 2021-07-23T10:59:49+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_dag.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_dag.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_dag.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_dag.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_dag.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_dag.h $ // $Id: Td_dag.h 319383c 2020-05-20T09:47:58+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_dag_node.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_dag_node.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_dag_node.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_dag_node.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_dag_node.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_dag_node.h $ // $Id: Td_dag_node.h 319383c 2020-05-20T09:47:58+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_inactive_edge.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_inactive_edge.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_inactive_edge.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_inactive_edge.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_inactive_edge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_inactive_edge.h $ // $Id: Td_inactive_edge.h 97cac65 2021-07-23T10:59:49+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_inactive_fictitious_vertex.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_inactive_fictitious_vertex.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_inactive_fictitious_vertex.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_inactive_fictitious_vertex.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_inactive_fictitious_vertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_inactive_fictitious_vertex.h $ // $Id: Td_inactive_fictitious_vertex.h 97cac65 2021-07-23T10:59:49+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_inactive_trapezoid.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_inactive_trapezoid.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_inactive_trapezoid.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_inactive_trapezoid.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_inactive_trapezoid.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_inactive_trapezoid.h $ // $Id: Td_inactive_trapezoid.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_inactive_vertex.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_inactive_vertex.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_inactive_vertex.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_inactive_vertex.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_inactive_vertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_inactive_vertex.h $ // $Id: Td_inactive_vertex.h 97cac65 2021-07-23T10:59:49+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_ninetuple.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_ninetuple.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_ninetuple.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_ninetuple.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_ninetuple.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_ninetuple.h $ // $Id: Td_ninetuple.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_predicates.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_predicates.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_predicates.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_predicates.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_predicates.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_predicates.h $ // $Id: Td_predicates.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_traits.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_traits.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_traits.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_traits.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_traits.h $ // $Id: Td_traits.h 6642407 2020-07-29T18:08:32+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Td_X_trapezoid.h cgal-5.5.1/include/CGAL/Arr_point_location/Td_X_trapezoid.h --- cgal-5.5/include/CGAL/Arr_point_location/Td_X_trapezoid.h 2022-07-13 19:04:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Td_X_trapezoid.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_X_trapezoid.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_X_trapezoid.h $ // $Id: Td_X_trapezoid.h 97cac65 2021-07-23T10:59:49+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h cgal-5.5.1/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h --- cgal-5.5/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h $ // $Id: Trapezoidal_decomposition_2.h 1faa0e2 2021-04-28T10:55:26+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h cgal-5.5.1/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h --- cgal-5.5/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h $ // $Id: Trapezoidal_decomposition_2_impl.h 1faa0e2 2021-04-28T10:55:26+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_iostream.h cgal-5.5.1/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_iostream.h --- cgal-5.5/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_iostream.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_iostream.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_iostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_iostream.h $ // $Id: Trapezoidal_decomposition_2_iostream.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_misc.h cgal-5.5.1/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_misc.h --- cgal-5.5/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_misc.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_misc.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_misc.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_misc.h $ // $Id: Trapezoidal_decomposition_2_misc.h e6c767d 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_point_location_result.h cgal-5.5.1/include/CGAL/Arr_point_location_result.h --- cgal-5.5/include/CGAL/Arr_point_location_result.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_point_location_result.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_point_location_result.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_point_location_result.h $ // $Id: Arr_point_location_result.h 0626eb0 2020-06-11T12:32:33+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_polycurve_basic_traits_2.h cgal-5.5.1/include/CGAL/Arr_polycurve_basic_traits_2.h --- cgal-5.5/include/CGAL/Arr_polycurve_basic_traits_2.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_polycurve_basic_traits_2.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_polycurve_basic_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_polycurve_basic_traits_2.h $ // $Id: Arr_polycurve_basic_traits_2.h 5be3a41 2021-08-30T15:08:47+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_polycurve_traits_2.h cgal-5.5.1/include/CGAL/Arr_polycurve_traits_2.h --- cgal-5.5/include/CGAL/Arr_polycurve_traits_2.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_polycurve_traits_2.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_polycurve_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_polycurve_traits_2.h $ // $Id: Arr_polycurve_traits_2.h 521c72d 2021-10-04T13:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_polyline_traits_2.h cgal-5.5.1/include/CGAL/Arr_polyline_traits_2.h --- cgal-5.5/include/CGAL/Arr_polyline_traits_2.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_polyline_traits_2.h 2022-10-07 19:04:35.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_polyline_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_polyline_traits_2.h $ // $Id: Arr_polyline_traits_2.h 54b423c 2021-12-16T11:13:12+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_rat_arc/Algebraic_point_2.h cgal-5.5.1/include/CGAL/Arr_rat_arc/Algebraic_point_2.h --- cgal-5.5/include/CGAL/Arr_rat_arc/Algebraic_point_2.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_rat_arc/Algebraic_point_2.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Algebraic_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Algebraic_point_2.h $ // $Id: Algebraic_point_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h cgal-5.5.1/include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h --- cgal-5.5/include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h $ // $Id: Base_rational_arc_ds_1.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_rat_arc/Cache.h cgal-5.5.1/include/CGAL/Arr_rat_arc/Cache.h --- cgal-5.5/include/CGAL/Arr_rat_arc/Cache.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_rat_arc/Cache.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Cache.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Cache.h $ // $Id: Cache.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_rat_arc/Rational_arc_d_1.h cgal-5.5.1/include/CGAL/Arr_rat_arc/Rational_arc_d_1.h --- cgal-5.5/include/CGAL/Arr_rat_arc/Rational_arc_d_1.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_rat_arc/Rational_arc_d_1.h 2022-10-07 19:04:35.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Rational_arc_d_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Rational_arc_d_1.h $ // $Id: Rational_arc_d_1.h 6642407 2020-07-29T18:08:32+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h cgal-5.5.1/include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h --- cgal-5.5/include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h $ // $Id: Rational_function_canonicalized_pair.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_rat_arc/Rational_function.h cgal-5.5.1/include/CGAL/Arr_rat_arc/Rational_function.h --- cgal-5.5/include/CGAL/Arr_rat_arc/Rational_function.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_rat_arc/Rational_function.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Rational_function.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Rational_function.h $ // $Id: Rational_function.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_rat_arc/Rational_function_ordered_pair.h cgal-5.5.1/include/CGAL/Arr_rat_arc/Rational_function_ordered_pair.h --- cgal-5.5/include/CGAL/Arr_rat_arc/Rational_function_ordered_pair.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_rat_arc/Rational_function_ordered_pair.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Rational_function_ordered_pair.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Rational_function_ordered_pair.h $ // $Id: Rational_function_ordered_pair.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_rat_arc/Rational_function_pair.h cgal-5.5.1/include/CGAL/Arr_rat_arc/Rational_function_pair.h --- cgal-5.5/include/CGAL/Arr_rat_arc/Rational_function_pair.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_rat_arc/Rational_function_pair.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Rational_function_pair.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Rational_function_pair.h $ // $Id: Rational_function_pair.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_rat_arc/Singleton.h cgal-5.5.1/include/CGAL/Arr_rat_arc/Singleton.h --- cgal-5.5/include/CGAL/Arr_rat_arc/Singleton.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_rat_arc/Singleton.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Singleton.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_rat_arc/Singleton.h $ // $Id: Singleton.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_rational_function_traits_2.h cgal-5.5.1/include/CGAL/Arr_rational_function_traits_2.h --- cgal-5.5/include/CGAL/Arr_rational_function_traits_2.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_rational_function_traits_2.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_rational_function_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_rational_function_traits_2.h $ // $Id: Arr_rational_function_traits_2.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_segment_traits_2.h cgal-5.5.1/include/CGAL/Arr_segment_traits_2.h --- cgal-5.5/include/CGAL/Arr_segment_traits_2.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_segment_traits_2.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_segment_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_segment_traits_2.h $ // $Id: Arr_segment_traits_2.h c0838c5 2021-12-16T16:33:43+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_simple_point_location.h cgal-5.5.1/include/CGAL/Arr_simple_point_location.h --- cgal-5.5/include/CGAL/Arr_simple_point_location.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_simple_point_location.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_simple_point_location.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_simple_point_location.h $ // $Id: Arr_simple_point_location.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_on_sphere_transformation.h cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_on_sphere_transformation.h --- cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_on_sphere_transformation.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_on_sphere_transformation.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_on_sphere_transformation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_on_sphere_transformation.h $ // $Id: Arr_on_sphere_transformation.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h --- cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h $ // $Id: Arr_polyhedral_sgm_arr_dcel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm.h cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm.h --- cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm.h $ // $Id: Arr_polyhedral_sgm.h 74a0e95 2021-03-03T11:01:18+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_initializer_visitor.h cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_initializer_visitor.h --- cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_initializer_visitor.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_initializer_visitor.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_initializer_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_initializer_visitor.h $ // $Id: Arr_polyhedral_sgm_initializer_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_overlay.h cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_overlay.h --- cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_overlay.h 2022-07-13 19:04:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_overlay.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_overlay.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_overlay.h $ // $Id: Arr_polyhedral_sgm_overlay.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_polyhedron_3.h cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_polyhedron_3.h --- cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_polyhedron_3.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_polyhedron_3.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_polyhedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_polyhedron_3.h $ // $Id: Arr_polyhedral_sgm_polyhedron_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_traits.h cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_traits.h --- cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_traits.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_traits.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_traits.h $ // $Id: Arr_polyhedral_sgm_traits.h 2a3fbc0 2019-11-19T09:47:44+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_transformation.h cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_transformation.h --- cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_transformation.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_transformation.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_transformation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_transformation.h $ // $Id: Arr_polyhedral_sgm_transformation.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_spherical_gaussian_map_3.h cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_spherical_gaussian_map_3.h --- cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_spherical_gaussian_map_3.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_spherical_gaussian_map_3.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_spherical_gaussian_map_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_spherical_gaussian_map_3.h $ // $Id: Arr_spherical_gaussian_map_3.h 774e353 2022-01-11T11:32:50+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_transform_on_sphere.h cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_transform_on_sphere.h --- cgal-5.5/include/CGAL/Arr_spherical_gaussian_map_3/Arr_transform_on_sphere.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_gaussian_map_3/Arr_transform_on_sphere.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_transform_on_sphere.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_transform_on_sphere.h $ // $Id: Arr_transform_on_sphere.h 03a2d28 2020-06-14T10:47:45+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_spherical_topology_traits_2.h cgal-5.5.1/include/CGAL/Arr_spherical_topology_traits_2.h --- cgal-5.5/include/CGAL/Arr_spherical_topology_traits_2.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_spherical_topology_traits_2.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_spherical_topology_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_spherical_topology_traits_2.h $ // $Id: Arr_spherical_topology_traits_2.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_tags.h cgal-5.5.1/include/CGAL/Arr_tags.h --- cgal-5.5/include/CGAL/Arr_tags.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_tags.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_tags.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_tags.h $ // $Id: Arr_tags.h 2a3fbc0 2019-11-19T09:47:44+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_batched_pl_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_batched_pl_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_batched_pl_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_batched_pl_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_batched_pl_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_batched_pl_helper.h $ // $Id: Arr_bounded_planar_batched_pl_helper.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_construction_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_construction_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_construction_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_construction_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_construction_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_construction_helper.h $ // $Id: Arr_bounded_planar_construction_helper.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_insertion_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_insertion_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_insertion_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_insertion_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_insertion_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_insertion_helper.h $ // $Id: Arr_bounded_planar_insertion_helper.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_overlay_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_overlay_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_overlay_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_overlay_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_overlay_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_overlay_helper.h $ // $Id: Arr_bounded_planar_overlay_helper.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_topology_traits_2_impl.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_topology_traits_2_impl.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_topology_traits_2_impl.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_topology_traits_2_impl.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_topology_traits_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_topology_traits_2_impl.h $ // $Id: Arr_bounded_planar_topology_traits_2_impl.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_vert_decomp_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_vert_decomp_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_bounded_planar_vert_decomp_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_bounded_planar_vert_decomp_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_vert_decomp_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_bounded_planar_vert_decomp_helper.h $ // $Id: Arr_bounded_planar_vert_decomp_helper.h 436ba5f 2020-06-30T21:23:16+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_inc_insertion_zone_visitor.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_inc_insertion_zone_visitor.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_inc_insertion_zone_visitor.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_inc_insertion_zone_visitor.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_inc_insertion_zone_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_inc_insertion_zone_visitor.h $ // $Id: Arr_inc_insertion_zone_visitor.h 6e1fc8a 2021-09-02T16:53:07+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_planar_topology_traits_base_2.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_planar_topology_traits_base_2.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_planar_topology_traits_base_2.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_planar_topology_traits_base_2.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_planar_topology_traits_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_planar_topology_traits_base_2.h $ // $Id: Arr_planar_topology_traits_base_2.h 6e1fc8a 2021-09-02T16:53:07+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_batched_pl_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_batched_pl_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_batched_pl_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_batched_pl_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_batched_pl_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_batched_pl_helper.h $ // $Id: Arr_spherical_batched_pl_helper.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h $ // $Id: Arr_spherical_construction_helper.h 2d1e009 2021-03-25T12:53:48+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_insertion_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_insertion_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_insertion_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_insertion_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_insertion_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_insertion_helper.h $ // $Id: Arr_spherical_insertion_helper.h 295e9b9 2022-02-02T15:44:48+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_overlay_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_overlay_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_overlay_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_overlay_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_overlay_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_overlay_helper.h $ // $Id: Arr_spherical_overlay_helper.h 9e5385d 2021-03-25T15:49:58+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_topology_traits_2_impl.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_topology_traits_2_impl.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_topology_traits_2_impl.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_topology_traits_2_impl.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_topology_traits_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_topology_traits_2_impl.h $ // $Id: Arr_spherical_topology_traits_2_impl.h 12a85a9 2021-03-01T15:39:36+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_vert_decomp_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_vert_decomp_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_spherical_vert_decomp_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_spherical_vert_decomp_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_vert_decomp_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_vert_decomp_helper.h $ // $Id: Arr_spherical_vert_decomp_helper.h 5985db1 2021-07-28T16:17:10+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_batched_pl_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_batched_pl_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_batched_pl_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_batched_pl_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_batched_pl_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_batched_pl_helper.h $ // $Id: Arr_unb_planar_batched_pl_helper.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_construction_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_construction_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_construction_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_construction_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_construction_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_construction_helper.h $ // $Id: Arr_unb_planar_construction_helper.h 5985db1 2021-07-28T16:17:10+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_insertion_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_insertion_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_insertion_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_insertion_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_insertion_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_insertion_helper.h $ // $Id: Arr_unb_planar_insertion_helper.h 6e1fc8a 2021-09-02T16:53:07+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_overlay_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_overlay_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_overlay_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_overlay_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_overlay_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_overlay_helper.h $ // $Id: Arr_unb_planar_overlay_helper.h 6e1fc8a 2021-09-02T16:53:07+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_topology_traits_2_impl.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_topology_traits_2_impl.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_topology_traits_2_impl.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_topology_traits_2_impl.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_topology_traits_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_topology_traits_2_impl.h $ // $Id: Arr_unb_planar_topology_traits_2_impl.h 3849f5e 2020-06-14T00:41:25+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_vert_decomp_helper.h cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_vert_decomp_helper.h --- cgal-5.5/include/CGAL/Arr_topology_traits/Arr_unb_planar_vert_decomp_helper.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_topology_traits/Arr_unb_planar_vert_decomp_helper.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_vert_decomp_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_unb_planar_vert_decomp_helper.h $ // $Id: Arr_unb_planar_vert_decomp_helper.h 5985db1 2021-07-28T16:17:10+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_tracing_traits_2.h cgal-5.5.1/include/CGAL/Arr_tracing_traits_2.h --- cgal-5.5/include/CGAL/Arr_tracing_traits_2.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_tracing_traits_2.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_tracing_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_tracing_traits_2.h $ // $Id: Arr_tracing_traits_2.h 97b35b7 2022-03-13T11:52:42+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_trapezoid_ric_point_location.h cgal-5.5.1/include/CGAL/Arr_trapezoid_ric_point_location.h --- cgal-5.5/include/CGAL/Arr_trapezoid_ric_point_location.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_trapezoid_ric_point_location.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_trapezoid_ric_point_location.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_trapezoid_ric_point_location.h $ // $Id: Arr_trapezoid_ric_point_location.h 6642407 2020-07-29T18:08:32+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_triangulation_point_location.h cgal-5.5.1/include/CGAL/Arr_triangulation_point_location.h --- cgal-5.5/include/CGAL/Arr_triangulation_point_location.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_triangulation_point_location.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_triangulation_point_location.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_triangulation_point_location.h $ // $Id: Arr_triangulation_point_location.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_unb_planar_topology_traits_2.h cgal-5.5.1/include/CGAL/Arr_unb_planar_topology_traits_2.h --- cgal-5.5/include/CGAL/Arr_unb_planar_topology_traits_2.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_unb_planar_topology_traits_2.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_unb_planar_topology_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_unb_planar_topology_traits_2.h $ // $Id: Arr_unb_planar_topology_traits_2.h 3849f5e 2020-06-14T00:41:25+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_vertex_index_map.h cgal-5.5.1/include/CGAL/Arr_vertex_index_map.h --- cgal-5.5/include/CGAL/Arr_vertex_index_map.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_vertex_index_map.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_vertex_index_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_vertex_index_map.h $ // $Id: Arr_vertex_index_map.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_vertex_map.h cgal-5.5.1/include/CGAL/Arr_vertex_map.h --- cgal-5.5/include/CGAL/Arr_vertex_map.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_vertex_map.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_vertex_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_vertex_map.h $ // $Id: Arr_vertex_map.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_vertical_decomposition_2.h cgal-5.5.1/include/CGAL/Arr_vertical_decomposition_2.h --- cgal-5.5/include/CGAL/Arr_vertical_decomposition_2.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_vertical_decomposition_2.h 2022-10-07 19:04:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_vertical_decomposition_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_vertical_decomposition_2.h $ // $Id: Arr_vertical_decomposition_2.h 3c5552b 2020-06-30T21:22:40+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Arr_walk_along_line_point_location.h cgal-5.5.1/include/CGAL/Arr_walk_along_line_point_location.h --- cgal-5.5/include/CGAL/Arr_walk_along_line_point_location.h 2022-07-13 19:04:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Arr_walk_along_line_point_location.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Arr_walk_along_line_point_location.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Arr_walk_along_line_point_location.h $ // $Id: Arr_walk_along_line_point_location.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/assertions_behaviour.h cgal-5.5.1/include/CGAL/assertions_behaviour.h --- cgal-5.5/include/CGAL/assertions_behaviour.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/assertions_behaviour.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/assertions_behaviour.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/assertions_behaviour.h $ // $Id: assertions_behaviour.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/assertions.h cgal-5.5.1/include/CGAL/assertions.h --- cgal-5.5/include/CGAL/assertions.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/assertions.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/assertions.h $ // $Id: assertions.h 2d9280e 2021-10-27T16:09:32+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/assertions_impl.h cgal-5.5.1/include/CGAL/assertions_impl.h --- cgal-5.5/include/CGAL/assertions_impl.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/assertions_impl.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/assertions_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/assertions_impl.h $ // $Id: assertions_impl.h bca05c8 2021-09-24T11:14:01+02:00 Jane Tournois // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/atomic.h cgal-5.5.1/include/CGAL/atomic.h --- cgal-5.5/include/CGAL/atomic.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/atomic.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/atomic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/atomic.h $ // $Id: atomic.h 429c764 2022-06-20T09:37:10+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial diff -Nru cgal-5.5/include/CGAL/auto_link/auto_link.h cgal-5.5.1/include/CGAL/auto_link/auto_link.h --- cgal-5.5/include/CGAL/auto_link/auto_link.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/auto_link/auto_link.h 2022-10-07 19:05:13.000000000 +0000 @@ -9,7 +9,7 @@ // (C) Copyright John Maddock 2003. // // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/auto_link/auto_link.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/auto_link/auto_link.h $ // $Id: auto_link.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: BSL-1.0 // diff -Nru cgal-5.5/include/CGAL/auto_link/CGAL.h cgal-5.5.1/include/CGAL/auto_link/CGAL.h --- cgal-5.5/include/CGAL/auto_link/CGAL.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/auto_link/CGAL.h 2022-10-07 19:05:12.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/auto_link/CGAL.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/auto_link/CGAL.h $ // $Id: CGAL.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/auto_link/CORE.h cgal-5.5.1/include/CGAL/auto_link/CORE.h --- cgal-5.5/include/CGAL/auto_link/CORE.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/auto_link/CORE.h 2022-10-07 19:05:12.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/auto_link/CORE.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/auto_link/CORE.h $ // $Id: CORE.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/auto_link/ImageIO.h cgal-5.5.1/include/CGAL/auto_link/ImageIO.h --- cgal-5.5/include/CGAL/auto_link/ImageIO.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/auto_link/ImageIO.h 2022-10-07 19:05:13.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/auto_link/ImageIO.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/auto_link/ImageIO.h $ // $Id: ImageIO.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/auto_link/Qt.h cgal-5.5.1/include/CGAL/auto_link/Qt.h --- cgal-5.5/include/CGAL/auto_link/Qt.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/auto_link/Qt.h 2022-10-07 19:05:09.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/auto_link/Qt.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/auto_link/Qt.h $ // $Id: Qt.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/barycenter.h cgal-5.5.1/include/CGAL/barycenter.h --- cgal-5.5/include/CGAL/barycenter.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/barycenter.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis_LGPL/include/CGAL/barycenter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis_LGPL/include/CGAL/barycenter.h $ // $Id: barycenter.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h 2022-10-07 19:04:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h $ // $Id: barycentric_enum_2.h 6c7150e 2021-09-24T11:10:20+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h 2022-10-07 19:04:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h $ // $Id: boundary_coordinates_2.h 9c56d70 2021-05-20T14:05:21+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h $ // $Id: Delaunay_domain_2.h d03c669 2021-08-13T11:33:47+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h $ // $Id: Discrete_harmonic_2.h be147c5 2022-04-28T07:58:57+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h $ // $Id: Discrete_harmonic_coordinates_2.h 9832893 2021-06-28T16:19:29+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h $ // $Id: Generalized_barycentric_coordinates_2.h be147c5 2022-04-28T07:58:57+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h $ // $Id: Harmonic_coordinates_2.h d03c669 2021-08-13T11:33:47+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/internal/utils_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/internal/utils_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/internal/utils_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/internal/utils_2.h 2022-10-07 19:04:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/utils_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/utils_2.h $ // $Id: utils_2.h d03c669 2021-08-13T11:33:47+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/Mean_value_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Mean_value_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/Mean_value_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Mean_value_2.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_2.h $ // $Id: Mean_value_2.h be147c5 2022-04-28T07:58:57+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h 2022-10-07 19:04:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h $ // $Id: Mean_value_coordinates_2.h 9832893 2021-06-28T16:19:29+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h 2022-10-07 19:04:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h $ // $Id: segment_coordinates_2.h 0e84898 2022-05-13T15:50:21+02:00 Sebastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h 2022-10-07 19:04:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h $ // $Id: triangle_coordinates_2.h 0e84898 2022-05-13T15:50:21+02:00 Sebastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/Wachspress_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Wachspress_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/Wachspress_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Wachspress_2.h 2022-10-07 19:04:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Wachspress_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Wachspress_2.h $ // $Id: Wachspress_2.h be147c5 2022-04-28T07:58:57+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h 2022-10-07 19:04:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h $ // $Id: Wachspress_coordinates_2.h 9832893 2021-06-28T16:19:29+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Barycentric_coordinates_2.h cgal-5.5.1/include/CGAL/Barycentric_coordinates_2.h --- cgal-5.5/include/CGAL/Barycentric_coordinates_2.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Barycentric_coordinates_2.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2.h $ // $Id: Barycentric_coordinates_2.h 698a4d3 2021-06-30T12:01:04+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/basic_classes.h cgal-5.5.1/include/CGAL/basic_classes.h --- cgal-5.5/include/CGAL/basic_classes.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/basic_classes.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/basic_classes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/basic_classes.h $ // $Id: basic_classes.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/basic_constructions_2.h cgal-5.5.1/include/CGAL/basic_constructions_2.h --- cgal-5.5/include/CGAL/basic_constructions_2.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/basic_constructions_2.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/basic_constructions_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/basic_constructions_2.h $ // $Id: basic_constructions_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/basic_constructions_3.h cgal-5.5.1/include/CGAL/basic_constructions_3.h --- cgal-5.5/include/CGAL/basic_constructions_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/basic_constructions_3.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/basic_constructions_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/basic_constructions_3.h $ // $Id: basic_constructions_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/basic.h cgal-5.5.1/include/CGAL/basic.h --- cgal-5.5/include/CGAL/basic.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/basic.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/basic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/basic.h $ // $Id: basic.h da0635e 2020-07-20T17:03:28+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Basic_shaders.h cgal-5.5.1/include/CGAL/Basic_shaders.h --- cgal-5.5/include/CGAL/Basic_shaders.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Basic_shaders.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Basic_shaders.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Basic_shaders.h $ // $Id: Basic_shaders.h 66f92a3 2021-08-30T11:11:57+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Bbox_2.h cgal-5.5.1/include/CGAL/Bbox_2.h --- cgal-5.5/include/CGAL/Bbox_2.h 2022-07-13 19:05:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Bbox_2.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Bbox_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Bbox_2.h $ // $Id: Bbox_2.h 529add2 2021-07-07T14:37:41+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Bbox_3.h cgal-5.5.1/include/CGAL/Bbox_3.h --- cgal-5.5/include/CGAL/Bbox_3.h 2022-07-13 19:05:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Bbox_3.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Bbox_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Bbox_3.h $ // $Id: Bbox_3.h 529add2 2021-07-07T14:37:41+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Bigfloat_interval_traits.h cgal-5.5.1/include/CGAL/Bigfloat_interval_traits.h --- cgal-5.5/include/CGAL/Bigfloat_interval_traits.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Bigfloat_interval_traits.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interval_support/include/CGAL/Bigfloat_interval_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interval_support/include/CGAL/Bigfloat_interval_traits.h $ // $Id: Bigfloat_interval_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/bilateral_smooth_point_set.h cgal-5.5.1/include/CGAL/bilateral_smooth_point_set.h --- cgal-5.5/include/CGAL/bilateral_smooth_point_set.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/bilateral_smooth_point_set.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/bilateral_smooth_point_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/bilateral_smooth_point_set.h $ // $Id: bilateral_smooth_point_set.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h $ // $Id: Bso_internal_functions.h d968a9e 2021-09-28T16:39:10+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Ccb_curve_iterator.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Ccb_curve_iterator.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Ccb_curve_iterator.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Ccb_curve_iterator.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Ccb_curve_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Ccb_curve_iterator.h $ // $Id: Ccb_curve_iterator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/complement.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/complement.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/complement.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/complement.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/complement.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/complement.h $ // $Id: complement.h 4151fcb 2021-09-23T11:59:29+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Curve_with_halfedge.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Curve_with_halfedge.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Curve_with_halfedge.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Curve_with_halfedge.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Curve_with_halfedge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Curve_with_halfedge.h $ // $Id: Curve_with_halfedge.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/difference.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/difference.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/difference.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/difference.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/difference.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/difference.h $ // $Id: difference.h 4151fcb 2021-09-23T11:59:29+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/do_intersect.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/do_intersect.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/do_intersect.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/do_intersect.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/do_intersect.h $ // $Id: do_intersect.h 7ba4fbc 2022-06-07T20:57:57+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h $ // $Id: Gps_agg_meta_traits.h 7436c14 2020-04-06T01:23:45+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h $ // $Id: Gps_agg_op.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_agg_op_surface_sweep_2.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_agg_op_surface_sweep_2.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_agg_op_surface_sweep_2.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_agg_op_surface_sweep_2.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op_surface_sweep_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op_surface_sweep_2.h $ // $Id: Gps_agg_op_surface_sweep_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_agg_op_visitor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_agg_op_visitor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_agg_op_visitor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_agg_op_visitor.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op_visitor.h $ // $Id: Gps_agg_op_visitor.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_base_functor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_base_functor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_base_functor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_base_functor.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_base_functor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_base_functor.h $ // $Id: Gps_base_functor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h $ // $Id: Gps_bfs_base_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_bfs_intersection_visitor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_bfs_intersection_visitor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_bfs_intersection_visitor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_bfs_intersection_visitor.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_intersection_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_intersection_visitor.h $ // $Id: Gps_bfs_intersection_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h $ // $Id: Gps_bfs_join_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_bfs_scanner.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_bfs_scanner.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_bfs_scanner.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_bfs_scanner.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_scanner.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_scanner.h $ // $Id: Gps_bfs_scanner.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_bfs_xor_visitor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_bfs_xor_visitor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_bfs_xor_visitor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_bfs_xor_visitor.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_xor_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_xor_visitor.h $ // $Id: Gps_bfs_xor_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h $ // $Id: Gps_default_dcel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_default_traits.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_default_traits.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_default_traits.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_default_traits.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_default_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_default_traits.h $ // $Id: Gps_default_traits.h fcd1289 2020-11-30T10:03:43+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_difference_functor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_difference_functor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_difference_functor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_difference_functor.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_difference_functor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_difference_functor.h $ // $Id: Gps_difference_functor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_do_intersect_functor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_do_intersect_functor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_do_intersect_functor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_do_intersect_functor.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_do_intersect_functor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_do_intersect_functor.h $ // $Id: Gps_do_intersect_functor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_insertion_meta_traits.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_insertion_meta_traits.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_insertion_meta_traits.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_insertion_meta_traits.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_insertion_meta_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_insertion_meta_traits.h $ // $Id: Gps_insertion_meta_traits.h 7436c14 2020-04-06T01:23:45+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_intersection_functor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_intersection_functor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_intersection_functor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_intersection_functor.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_intersection_functor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_intersection_functor.h $ // $Id: Gps_intersection_functor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_join_functor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_join_functor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_join_functor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_join_functor.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_join_functor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_join_functor.h $ // $Id: Gps_join_functor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_merge.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_merge.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_merge.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_merge.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_merge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_merge.h $ // $Id: Gps_merge.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h $ // $Id: Gps_on_surface_base_2.h 4dbf509 2021-11-03T16:47:12+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h $ // $Id: Gps_on_surface_base_2_impl.h 4dbf509 2021-11-03T16:47:12+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h $ // $Id: Gps_polygon_simplifier.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_polygon_validation.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_polygon_validation.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_polygon_validation.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_polygon_validation.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_polygon_validation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_polygon_validation.h $ // $Id: Gps_polygon_validation.h 6fd9388 2021-11-03T18:32:40+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h $ // $Id: Gps_simplifier_traits.h 6fcbee1 2020-04-21T17:12:21+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h $ // $Id: Gps_sym_diff_functor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h $ // $Id: Gps_traits_adaptor.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h $ // $Id: Gps_traits_decorator.h 7436c14 2020-04-06T01:23:45+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Indexed_event.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Indexed_event.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Indexed_event.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Indexed_event.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Indexed_event.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Indexed_event.h $ // $Id: Indexed_event.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/intersection.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/intersection.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/intersection.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/intersection.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/intersection.h $ // $Id: intersection.h 7ba4fbc 2022-06-07T20:57:57+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/join.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/join.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/join.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/join.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/join.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/join.h $ // $Id: join.h 420f37a 2021-09-23T16:28:23+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/oriented_side.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/oriented_side.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/oriented_side.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/oriented_side.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/oriented_side.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/oriented_side.h $ // $Id: oriented_side.h 4151fcb 2021-09-23T11:59:29+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Point_with_vertex.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Point_with_vertex.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Point_with_vertex.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Point_with_vertex.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Point_with_vertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Point_with_vertex.h $ // $Id: Point_with_vertex.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h $ // $Id: Polygon_2_curve_iterator.h 0b70318 2020-10-20T09:01:29+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/Polygon_conversions.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Polygon_conversions.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/Polygon_conversions.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/Polygon_conversions.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Polygon_conversions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Polygon_conversions.h $ // $Id: Polygon_conversions.h 420f37a 2021-09-23T16:28:23+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2/symmetric_difference.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2/symmetric_difference.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2/symmetric_difference.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2/symmetric_difference.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/symmetric_difference.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/symmetric_difference.h $ // $Id: symmetric_difference.h 420f37a 2021-09-23T16:28:23+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Boolean_set_operations_2.h cgal-5.5.1/include/CGAL/Boolean_set_operations_2.h --- cgal-5.5/include/CGAL/Boolean_set_operations_2.h 2022-07-13 19:04:37.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Boolean_set_operations_2.h 2022-10-07 19:04:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2.h $ // $Id: Boolean_set_operations_2.h 4151fcb 2021-09-23T11:59:29+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/bimap/multiset_of.hpp cgal-5.5.1/include/CGAL/boost/bimap/multiset_of.hpp --- cgal-5.5/include/CGAL/boost/bimap/multiset_of.hpp 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/bimap/multiset_of.hpp 2022-10-07 19:05:13.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/boost/bimap/multiset_of.hpp $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/boost/bimap/multiset_of.hpp $ // $Id: multiset_of.hpp 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/bimap.hpp cgal-5.5.1/include/CGAL/boost/bimap.hpp --- cgal-5.5/include/CGAL/boost/bimap.hpp 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/bimap.hpp 2022-10-07 19:05:13.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/boost/bimap.hpp $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/boost/bimap.hpp $ // $Id: bimap.hpp 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/alpha_expansion_graphcut.h cgal-5.5.1/include/CGAL/boost/graph/alpha_expansion_graphcut.h --- cgal-5.5/include/CGAL/boost/graph/alpha_expansion_graphcut.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/alpha_expansion_graphcut.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/alpha_expansion_graphcut.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/alpha_expansion_graphcut.h $ // $Id: alpha_expansion_graphcut.h e713291 2022-05-04T16:35:21+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/Alpha_expansion_MaxFlow_tag.h cgal-5.5.1/include/CGAL/boost/graph/Alpha_expansion_MaxFlow_tag.h --- cgal-5.5/include/CGAL/boost/graph/Alpha_expansion_MaxFlow_tag.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/Alpha_expansion_MaxFlow_tag.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/boost/graph/Alpha_expansion_MaxFlow_tag.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/boost/graph/Alpha_expansion_MaxFlow_tag.h $ // $Id: Alpha_expansion_MaxFlow_tag.h b45e788 2022-06-23T16:25:21+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/backward_compatibility_functions.h cgal-5.5.1/include/CGAL/boost/graph/backward_compatibility_functions.h --- cgal-5.5/include/CGAL/boost/graph/backward_compatibility_functions.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/backward_compatibility_functions.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/backward_compatibility_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/backward_compatibility_functions.h $ // $Id: backward_compatibility_functions.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/breadth_first_search.h cgal-5.5.1/include/CGAL/boost/graph/breadth_first_search.h --- cgal-5.5/include/CGAL/boost/graph/breadth_first_search.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/breadth_first_search.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/breadth_first_search.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/breadth_first_search.h $ // $Id: breadth_first_search.h 5f3e3b2 2022-05-05T08:46:11+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h cgal-5.5.1/include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h --- cgal-5.5/include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h $ // $Id: convert_nef_polyhedron_to_polygon_mesh.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/copy_face_graph.h cgal-5.5.1/include/CGAL/boost/graph/copy_face_graph.h --- cgal-5.5/include/CGAL/boost/graph/copy_face_graph.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/copy_face_graph.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/copy_face_graph.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/copy_face_graph.h $ // $Id: copy_face_graph.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/dijkstra_shortest_paths.h cgal-5.5.1/include/CGAL/boost/graph/dijkstra_shortest_paths.h --- cgal-5.5/include/CGAL/boost/graph/dijkstra_shortest_paths.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/dijkstra_shortest_paths.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/dijkstra_shortest_paths.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/dijkstra_shortest_paths.h $ // $Id: dijkstra_shortest_paths.h 5f3e3b2 2022-05-05T08:46:11+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/Dual.h cgal-5.5.1/include/CGAL/boost/graph/Dual.h --- cgal-5.5/include/CGAL/boost/graph/Dual.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/Dual.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/Dual.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/Dual.h $ // $Id: Dual.h 590ddf8 2021-10-08T15:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/Euler_operations.h cgal-5.5.1/include/CGAL/boost/graph/Euler_operations.h --- cgal-5.5/include/CGAL/boost/graph/Euler_operations.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/Euler_operations.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/Euler_operations.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/Euler_operations.h $ // $Id: Euler_operations.h 29b3fb1 2022-06-20T18:03:15+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/Face_filtered_graph.h cgal-5.5.1/include/CGAL/boost/graph/Face_filtered_graph.h --- cgal-5.5/include/CGAL/boost/graph/Face_filtered_graph.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/Face_filtered_graph.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/Face_filtered_graph.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/Face_filtered_graph.h $ // $Id: Face_filtered_graph.h c1c7f4a 2022-02-24T19:57:20+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/generators.h cgal-5.5.1/include/CGAL/boost/graph/generators.h --- cgal-5.5/include/CGAL/boost/graph/generators.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/generators.h 2022-10-07 19:04:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/generators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/generators.h $ // $Id: generators.h 0994eed 2022-03-02T11:23:49+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_concepts.h cgal-5.5.1/include/CGAL/boost/graph/graph_concepts.h --- cgal-5.5/include/CGAL/boost/graph/graph_concepts.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_concepts.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/graph_concepts.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/graph_concepts.h $ // $Id: graph_concepts.h c9af7a1 2020-10-14T10:59:46+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Arrangement_2.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Arrangement_2.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Arrangement_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Arrangement_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/boost/graph/graph_traits_Arrangement_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/boost/graph/graph_traits_Arrangement_2.h $ // $Id: graph_traits_Arrangement_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Constrained_Delaunay_triangulation_2.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Constrained_Delaunay_triangulation_2.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Constrained_Delaunay_triangulation_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Constrained_Delaunay_triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/graph_traits_Constrained_Delaunay_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/graph_traits_Constrained_Delaunay_triangulation_2.h $ // $Id: graph_traits_Constrained_Delaunay_triangulation_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_2.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_2.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_2.h $ // $Id: graph_traits_Constrained_triangulation_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_plus_2.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_plus_2.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_plus_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_plus_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_plus_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/graph_traits_Constrained_triangulation_plus_2.h $ // $Id: graph_traits_Constrained_triangulation_plus_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h $ // $Id: graph_traits_Delaunay_triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h $ // $Id: graph_traits_Dual_Arrangement_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_HalfedgeDS_default.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_HalfedgeDS_default.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_HalfedgeDS_default.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_HalfedgeDS_default.h 2022-10-07 19:05:10.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/boost/graph/graph_traits_HalfedgeDS_default.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/boost/graph/graph_traits_HalfedgeDS_default.h $ // $Id: graph_traits_HalfedgeDS_default.h fd20bee 2022-05-03T15:09:05+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_HalfedgeDS.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_HalfedgeDS.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_HalfedgeDS.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_HalfedgeDS.h 2022-10-07 19:05:10.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/boost/graph/graph_traits_HalfedgeDS.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/boost/graph/graph_traits_HalfedgeDS.h $ // $Id: graph_traits_HalfedgeDS.h fd20bee 2022-05-03T15:09:05+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_inheritance_macros.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_inheritance_macros.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_inheritance_macros.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_inheritance_macros.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/graph_traits_inheritance_macros.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/graph_traits_inheritance_macros.h $ // $Id: graph_traits_inheritance_macros.h e2733dd 2020-08-28T08:10:04+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h $ // $Id: graph_traits_Linear_cell_complex_for_combinatorial_map.h 238a2e1 2022-05-03T17:01:00+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_OpenMesh.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_OpenMesh.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_OpenMesh.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_OpenMesh.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/graph_traits_OpenMesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/graph_traits_OpenMesh.h $ // $Id: graph_traits_OpenMesh.h 7360250 2022-05-10T11:00:47+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Polyhedron_3.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Polyhedron_3.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Polyhedron_3.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Polyhedron_3.h 2022-10-07 19:06:14.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/boost/graph/graph_traits_Polyhedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/boost/graph/graph_traits_Polyhedron_3.h $ // $Id: graph_traits_Polyhedron_3.h 10834e4 2020-06-30T16:37:59+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h $ // $Id: graph_traits_PolyMesh_ArrayKernelT.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Regular_triangulation_2.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Regular_triangulation_2.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Regular_triangulation_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Regular_triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/graph_traits_Regular_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/graph_traits_Regular_triangulation_2.h $ // $Id: graph_traits_Regular_triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Seam_mesh.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Seam_mesh.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Seam_mesh.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Seam_mesh.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/graph_traits_Seam_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/graph_traits_Seam_mesh.h $ // $Id: graph_traits_Seam_mesh.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Surface_mesh.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Surface_mesh.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Surface_mesh.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Surface_mesh.h 2022-10-07 19:06:46.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/boost/graph/graph_traits_Surface_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/boost/graph/graph_traits_Surface_mesh.h $ // $Id: graph_traits_Surface_mesh.h fd20bee 2022-05-03T15:09:05+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Triangulation_2.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Triangulation_2.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Triangulation_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/graph_traits_Triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/graph_traits_Triangulation_2.h $ // $Id: graph_traits_Triangulation_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Triangulation_data_structure_2.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Triangulation_data_structure_2.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Triangulation_data_structure_2.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Triangulation_data_structure_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/boost/graph/graph_traits_Triangulation_data_structure_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/boost/graph/graph_traits_Triangulation_data_structure_2.h $ // $Id: graph_traits_Triangulation_data_structure_2.h 6d3176e 2022-01-07T14:42:25+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_Triangulation_hierarchy_2.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Triangulation_hierarchy_2.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_Triangulation_hierarchy_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_Triangulation_hierarchy_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/graph_traits_Triangulation_hierarchy_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/graph_traits_Triangulation_hierarchy_2.h $ // $Id: graph_traits_Triangulation_hierarchy_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h cgal-5.5.1/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h --- cgal-5.5/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h $ // $Id: graph_traits_TriMesh_ArrayKernelT.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/Graph_with_descriptor_with_graph_fwd.h cgal-5.5.1/include/CGAL/boost/graph/Graph_with_descriptor_with_graph_fwd.h --- cgal-5.5/include/CGAL/boost/graph/Graph_with_descriptor_with_graph_fwd.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/Graph_with_descriptor_with_graph_fwd.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/Graph_with_descriptor_with_graph_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/Graph_with_descriptor_with_graph_fwd.h $ // $Id: Graph_with_descriptor_with_graph_fwd.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/Graph_with_descriptor_with_graph.h cgal-5.5.1/include/CGAL/boost/graph/Graph_with_descriptor_with_graph.h --- cgal-5.5/include/CGAL/boost/graph/Graph_with_descriptor_with_graph.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/Graph_with_descriptor_with_graph.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/Graph_with_descriptor_with_graph.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/Graph_with_descriptor_with_graph.h $ // $Id: Graph_with_descriptor_with_graph.h 590ddf8 2021-10-08T15:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/halfedge_graph_traits.h cgal-5.5.1/include/CGAL/boost/graph/halfedge_graph_traits.h --- cgal-5.5/include/CGAL/boost/graph/halfedge_graph_traits.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/halfedge_graph_traits.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/halfedge_graph_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/halfedge_graph_traits.h $ // $Id: halfedge_graph_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h cgal-5.5.1/include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h --- cgal-5.5/include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h 2022-10-07 19:05:10.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h $ // $Id: halfedge_graph_traits_HalfedgeDS.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h cgal-5.5.1/include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h --- cgal-5.5/include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h 2022-10-07 19:06:14.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h $ // $Id: halfedge_graph_traits_Polyhedron_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/helpers.h cgal-5.5.1/include/CGAL/boost/graph/helpers.h --- cgal-5.5/include/CGAL/boost/graph/helpers.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/helpers.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/helpers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/helpers.h $ // $Id: helpers.h 5bd28b4 2020-07-29T10:24:02+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/internal/graph_traits_2D_TDS_helper.h cgal-5.5.1/include/CGAL/boost/graph/internal/graph_traits_2D_TDS_helper.h --- cgal-5.5/include/CGAL/boost/graph/internal/graph_traits_2D_TDS_helper.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/internal/graph_traits_2D_TDS_helper.h 2022-10-07 19:06:55.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/boost/graph/internal/graph_traits_2D_TDS_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/boost/graph/internal/graph_traits_2D_TDS_helper.h $ // $Id: graph_traits_2D_TDS_helper.h 129f427 2021-12-16T13:48:01+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation.h cgal-5.5.1/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation.h --- cgal-5.5/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation.h $ // $Id: graph_traits_2D_triangulation.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation_helper.h cgal-5.5.1/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation_helper.h --- cgal-5.5/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation_helper.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation_helper.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/internal/graph_traits_2D_triangulation_helper.h $ // $Id: graph_traits_2D_triangulation_helper.h 129f427 2021-12-16T13:48:01+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/internal/Has_member_clear.h cgal-5.5.1/include/CGAL/boost/graph/internal/Has_member_clear.h --- cgal-5.5/include/CGAL/boost/graph/internal/Has_member_clear.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/internal/Has_member_clear.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/internal/Has_member_clear.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/internal/Has_member_clear.h $ // $Id: Has_member_clear.h e5862bd 2022-04-21T13:59:43+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/internal/Has_member_id.h cgal-5.5.1/include/CGAL/boost/graph/internal/Has_member_id.h --- cgal-5.5/include/CGAL/boost/graph/internal/Has_member_id.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/internal/Has_member_id.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/internal/Has_member_id.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/internal/Has_member_id.h $ // $Id: Has_member_id.h e5862bd 2022-04-21T13:59:43+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/internal/helpers.h cgal-5.5.1/include/CGAL/boost/graph/internal/helpers.h --- cgal-5.5/include/CGAL/boost/graph/internal/helpers.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/internal/helpers.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/internal/helpers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/internal/helpers.h $ // $Id: helpers.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/internal/initialized_index_maps_helpers.h cgal-5.5.1/include/CGAL/boost/graph/internal/initialized_index_maps_helpers.h --- cgal-5.5/include/CGAL/boost/graph/internal/initialized_index_maps_helpers.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/internal/initialized_index_maps_helpers.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/internal/initialized_index_maps_helpers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/internal/initialized_index_maps_helpers.h $ // $Id: initialized_index_maps_helpers.h 6d3176e 2022-01-07T14:42:25+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h cgal-5.5.1/include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h --- cgal-5.5/include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h $ // $Id: OM_iterator_from_circulator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/internal/properties_2D_triangulation.h cgal-5.5.1/include/CGAL/boost/graph/internal/properties_2D_triangulation.h --- cgal-5.5/include/CGAL/boost/graph/internal/properties_2D_triangulation.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/internal/properties_2D_triangulation.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/internal/properties_2D_triangulation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/internal/properties_2D_triangulation.h $ // $Id: properties_2D_triangulation.h 129f427 2021-12-16T13:48:01+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/3MF.h cgal-5.5.1/include/CGAL/boost/graph/IO/3MF.h --- cgal-5.5/include/CGAL/boost/graph/IO/3MF.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/3MF.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/3MF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/3MF.h $ // $Id: 3MF.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/Generic_facegraph_builder.h cgal-5.5.1/include/CGAL/boost/graph/IO/Generic_facegraph_builder.h --- cgal-5.5/include/CGAL/boost/graph/IO/Generic_facegraph_builder.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/Generic_facegraph_builder.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/Generic_facegraph_builder.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/Generic_facegraph_builder.h $ // $Id: Generic_facegraph_builder.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/Generic_facegraph_printer.h cgal-5.5.1/include/CGAL/boost/graph/IO/Generic_facegraph_printer.h --- cgal-5.5/include/CGAL/boost/graph/IO/Generic_facegraph_printer.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/Generic_facegraph_printer.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/Generic_facegraph_printer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/Generic_facegraph_printer.h $ // $Id: Generic_facegraph_printer.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/GOCAD.h cgal-5.5.1/include/CGAL/boost/graph/IO/GOCAD.h --- cgal-5.5/include/CGAL/boost/graph/IO/GOCAD.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/GOCAD.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/GOCAD.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/GOCAD.h $ // $Id: GOCAD.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/INP.h cgal-5.5.1/include/CGAL/boost/graph/IO/INP.h --- cgal-5.5/include/CGAL/boost/graph/IO/INP.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/INP.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/INP.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/INP.h $ // $Id: INP.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/OBJ.h cgal-5.5.1/include/CGAL/boost/graph/IO/OBJ.h --- cgal-5.5/include/CGAL/boost/graph/IO/OBJ.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/OBJ.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/OBJ.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/OBJ.h $ // $Id: OBJ.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/OFF.h cgal-5.5.1/include/CGAL/boost/graph/IO/OFF.h --- cgal-5.5/include/CGAL/boost/graph/IO/OFF.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/OFF.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/OFF.h $ // $Id: OFF.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/PLY.h cgal-5.5.1/include/CGAL/boost/graph/IO/PLY.h --- cgal-5.5/include/CGAL/boost/graph/IO/PLY.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/PLY.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/PLY.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/PLY.h $ // $Id: PLY.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/polygon_mesh_io.h cgal-5.5.1/include/CGAL/boost/graph/IO/polygon_mesh_io.h --- cgal-5.5/include/CGAL/boost/graph/IO/polygon_mesh_io.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/polygon_mesh_io.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/polygon_mesh_io.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/polygon_mesh_io.h $ // $Id: polygon_mesh_io.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/STL.h cgal-5.5.1/include/CGAL/boost/graph/IO/STL.h --- cgal-5.5/include/CGAL/boost/graph/IO/STL.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/STL.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/STL.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/STL.h $ // $Id: STL.h 1d4a0b9 2022-03-25T08:29:36+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/Tds_2_off.h cgal-5.5.1/include/CGAL/boost/graph/IO/Tds_2_off.h --- cgal-5.5/include/CGAL/boost/graph/IO/Tds_2_off.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/Tds_2_off.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/Tds_2_off.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/Tds_2_off.h $ // $Id: Tds_2_off.h 5948bc8 2021-01-11T13:12:18+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/VTK.h cgal-5.5.1/include/CGAL/boost/graph/IO/VTK.h --- cgal-5.5/include/CGAL/boost/graph/IO/VTK.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/VTK.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/VTK.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/VTK.h $ // $Id: VTK.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/IO/WRL.h cgal-5.5.1/include/CGAL/boost/graph/IO/WRL.h --- cgal-5.5/include/CGAL/boost/graph/IO/WRL.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/IO/WRL.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/IO/WRL.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/IO/WRL.h $ // $Id: WRL.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/io.h cgal-5.5.1/include/CGAL/boost/graph/io.h --- cgal-5.5/include/CGAL/boost/graph/io.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/io.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/io.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/io.h $ // $Id: io.h f55ef7d 2020-10-09T18:36:17+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/iterator.h cgal-5.5.1/include/CGAL/boost/graph/iterator.h --- cgal-5.5/include/CGAL/boost/graph/iterator.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/iterator.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/iterator.h $ // $Id: iterator.h 320da5e 2020-11-18T07:43:12+00:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/kruskal_min_spanning_tree.h cgal-5.5.1/include/CGAL/boost/graph/kruskal_min_spanning_tree.h --- cgal-5.5/include/CGAL/boost/graph/kruskal_min_spanning_tree.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/kruskal_min_spanning_tree.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/kruskal_min_spanning_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/kruskal_min_spanning_tree.h $ // $Id: kruskal_min_spanning_tree.h 5f3e3b2 2022-05-05T08:46:11+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/METIS/partition_dual_graph.h cgal-5.5.1/include/CGAL/boost/graph/METIS/partition_dual_graph.h --- cgal-5.5/include/CGAL/boost/graph/METIS/partition_dual_graph.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/METIS/partition_dual_graph.h 2022-10-07 19:04:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/METIS/partition_dual_graph.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/METIS/partition_dual_graph.h $ // $Id: partition_dual_graph.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/METIS/partition_graph.h cgal-5.5.1/include/CGAL/boost/graph/METIS/partition_graph.h --- cgal-5.5/include/CGAL/boost/graph/METIS/partition_graph.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/METIS/partition_graph.h 2022-10-07 19:04:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/METIS/partition_graph.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/METIS/partition_graph.h $ // $Id: partition_graph.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/named_params_helper.h cgal-5.5.1/include/CGAL/boost/graph/named_params_helper.h --- cgal-5.5/include/CGAL/boost/graph/named_params_helper.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/named_params_helper.h 2022-10-07 19:04:41.000000000 +0000 @@ -1,6 +1,6 @@ // Copyright (c) 2007-2015 GeometryFactory (France). All rights reserved. // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/named_params_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/named_params_helper.h $ // $Id: named_params_helper.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/partition.h cgal-5.5.1/include/CGAL/boost/graph/partition.h --- cgal-5.5/include/CGAL/boost/graph/partition.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/partition.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/partition.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/partition.h $ // $Id: partition.h 48c997a 2020-07-17T17:00:18+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/prim_minimum_spanning_tree.h cgal-5.5.1/include/CGAL/boost/graph/prim_minimum_spanning_tree.h --- cgal-5.5/include/CGAL/boost/graph/prim_minimum_spanning_tree.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/prim_minimum_spanning_tree.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/prim_minimum_spanning_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/prim_minimum_spanning_tree.h $ // $Id: prim_minimum_spanning_tree.h 5f3e3b2 2022-05-05T08:46:11+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Constrained_Delaunay_triangulation_2.h cgal-5.5.1/include/CGAL/boost/graph/properties_Constrained_Delaunay_triangulation_2.h --- cgal-5.5/include/CGAL/boost/graph/properties_Constrained_Delaunay_triangulation_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Constrained_Delaunay_triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/properties_Constrained_Delaunay_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/properties_Constrained_Delaunay_triangulation_2.h $ // $Id: properties_Constrained_Delaunay_triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Constrained_triangulation_2.h cgal-5.5.1/include/CGAL/boost/graph/properties_Constrained_triangulation_2.h --- cgal-5.5/include/CGAL/boost/graph/properties_Constrained_triangulation_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Constrained_triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/properties_Constrained_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/properties_Constrained_triangulation_2.h $ // $Id: properties_Constrained_triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Constrained_triangulation_plus_2.h cgal-5.5.1/include/CGAL/boost/graph/properties_Constrained_triangulation_plus_2.h --- cgal-5.5/include/CGAL/boost/graph/properties_Constrained_triangulation_plus_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Constrained_triangulation_plus_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/properties_Constrained_triangulation_plus_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/properties_Constrained_triangulation_plus_2.h $ // $Id: properties_Constrained_triangulation_plus_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Delaunay_triangulation_2.h cgal-5.5.1/include/CGAL/boost/graph/properties_Delaunay_triangulation_2.h --- cgal-5.5/include/CGAL/boost/graph/properties_Delaunay_triangulation_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Delaunay_triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/properties_Delaunay_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/properties_Delaunay_triangulation_2.h $ // $Id: properties_Delaunay_triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties.h cgal-5.5.1/include/CGAL/boost/graph/properties.h --- cgal-5.5/include/CGAL/boost/graph/properties.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/properties.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/properties.h $ // $Id: properties.h 8166579 2021-10-11T19:58:07+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Linear_cell_complex_for_combinatorial_map.h cgal-5.5.1/include/CGAL/boost/graph/properties_Linear_cell_complex_for_combinatorial_map.h --- cgal-5.5/include/CGAL/boost/graph/properties_Linear_cell_complex_for_combinatorial_map.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Linear_cell_complex_for_combinatorial_map.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/boost/graph/properties_Linear_cell_complex_for_combinatorial_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/boost/graph/properties_Linear_cell_complex_for_combinatorial_map.h $ // $Id: properties_Linear_cell_complex_for_combinatorial_map.h f3db661 2022-03-09T14:13:31+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_OpenMesh.h cgal-5.5.1/include/CGAL/boost/graph/properties_OpenMesh.h --- cgal-5.5/include/CGAL/boost/graph/properties_OpenMesh.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_OpenMesh.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/properties_OpenMesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/properties_OpenMesh.h $ // $Id: properties_OpenMesh.h 590ddf8 2021-10-08T15:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Polyhedron_3_features.h cgal-5.5.1/include/CGAL/boost/graph/properties_Polyhedron_3_features.h --- cgal-5.5/include/CGAL/boost/graph/properties_Polyhedron_3_features.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Polyhedron_3_features.h 2022-10-07 19:06:15.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/boost/graph/properties_Polyhedron_3_features.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/boost/graph/properties_Polyhedron_3_features.h $ // $Id: properties_Polyhedron_3_features.h 590ddf8 2021-10-08T15:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Polyhedron_3.h cgal-5.5.1/include/CGAL/boost/graph/properties_Polyhedron_3.h --- cgal-5.5/include/CGAL/boost/graph/properties_Polyhedron_3.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Polyhedron_3.h 2022-10-07 19:06:15.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/boost/graph/properties_Polyhedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/boost/graph/properties_Polyhedron_3.h $ // $Id: properties_Polyhedron_3.h 8166579 2021-10-11T19:58:07+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Polyhedron_3_time_stamp.h cgal-5.5.1/include/CGAL/boost/graph/properties_Polyhedron_3_time_stamp.h --- cgal-5.5/include/CGAL/boost/graph/properties_Polyhedron_3_time_stamp.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Polyhedron_3_time_stamp.h 2022-10-07 19:06:15.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/boost/graph/properties_Polyhedron_3_time_stamp.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/boost/graph/properties_Polyhedron_3_time_stamp.h $ // $Id: properties_Polyhedron_3_time_stamp.h df56098 2021-10-08T12:13:43+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h cgal-5.5.1/include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h --- cgal-5.5/include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h $ // $Id: properties_PolyMesh_ArrayKernelT.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Regular_triangulation_2.h cgal-5.5.1/include/CGAL/boost/graph/properties_Regular_triangulation_2.h --- cgal-5.5/include/CGAL/boost/graph/properties_Regular_triangulation_2.h 2022-07-13 19:07:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Regular_triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/properties_Regular_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/properties_Regular_triangulation_2.h $ // $Id: properties_Regular_triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Seam_mesh.h cgal-5.5.1/include/CGAL/boost/graph/properties_Seam_mesh.h --- cgal-5.5/include/CGAL/boost/graph/properties_Seam_mesh.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Seam_mesh.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/properties_Seam_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/properties_Seam_mesh.h $ // $Id: properties_Seam_mesh.h c999ce1 2020-02-19T10:07:53+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Surface_mesh_features.h cgal-5.5.1/include/CGAL/boost/graph/properties_Surface_mesh_features.h --- cgal-5.5/include/CGAL/boost/graph/properties_Surface_mesh_features.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Surface_mesh_features.h 2022-10-07 19:06:46.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/boost/graph/properties_Surface_mesh_features.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/boost/graph/properties_Surface_mesh_features.h $ // $Id: properties_Surface_mesh_features.h fbd9628 2020-05-15T18:27:33+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Surface_mesh.h cgal-5.5.1/include/CGAL/boost/graph/properties_Surface_mesh.h --- cgal-5.5/include/CGAL/boost/graph/properties_Surface_mesh.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Surface_mesh.h 2022-10-07 19:06:46.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/boost/graph/properties_Surface_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/boost/graph/properties_Surface_mesh.h $ // $Id: properties_Surface_mesh.h 590ddf8 2021-10-08T15:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Surface_mesh_time_stamp.h cgal-5.5.1/include/CGAL/boost/graph/properties_Surface_mesh_time_stamp.h --- cgal-5.5/include/CGAL/boost/graph/properties_Surface_mesh_time_stamp.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Surface_mesh_time_stamp.h 2022-10-07 19:06:46.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/boost/graph/properties_Surface_mesh_time_stamp.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/boost/graph/properties_Surface_mesh_time_stamp.h $ // $Id: properties_Surface_mesh_time_stamp.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Triangulation_2.h cgal-5.5.1/include/CGAL/boost/graph/properties_Triangulation_2.h --- cgal-5.5/include/CGAL/boost/graph/properties_Triangulation_2.h 2022-07-13 19:07:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/properties_Triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/properties_Triangulation_2.h $ // $Id: properties_Triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Triangulation_data_structure_2.h cgal-5.5.1/include/CGAL/boost/graph/properties_Triangulation_data_structure_2.h --- cgal-5.5/include/CGAL/boost/graph/properties_Triangulation_data_structure_2.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Triangulation_data_structure_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/boost/graph/properties_Triangulation_data_structure_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/boost/graph/properties_Triangulation_data_structure_2.h $ // $Id: properties_Triangulation_data_structure_2.h 6d3176e 2022-01-07T14:42:25+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_Triangulation_hierarchy_2.h cgal-5.5.1/include/CGAL/boost/graph/properties_Triangulation_hierarchy_2.h --- cgal-5.5/include/CGAL/boost/graph/properties_Triangulation_hierarchy_2.h 2022-07-13 19:07:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_Triangulation_hierarchy_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/boost/graph/properties_Triangulation_hierarchy_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/boost/graph/properties_Triangulation_hierarchy_2.h $ // $Id: properties_Triangulation_hierarchy_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h cgal-5.5.1/include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h --- cgal-5.5/include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h $ // $Id: properties_TriMesh_ArrayKernelT.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/property_maps.h cgal-5.5.1/include/CGAL/boost/graph/property_maps.h --- cgal-5.5/include/CGAL/boost/graph/property_maps.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/property_maps.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/property_maps.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/property_maps.h $ // $Id: property_maps.h 590ddf8 2021-10-08T15:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/Seam_mesh.h cgal-5.5.1/include/CGAL/boost/graph/Seam_mesh.h --- cgal-5.5/include/CGAL/boost/graph/Seam_mesh.h 2022-07-13 19:04:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/Seam_mesh.h 2022-10-07 19:04:40.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/Seam_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/Seam_mesh.h $ // $Id: Seam_mesh.h 258d704 2022-02-24T19:57:17+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/selection.h cgal-5.5.1/include/CGAL/boost/graph/selection.h --- cgal-5.5/include/CGAL/boost/graph/selection.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/selection.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/selection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/selection.h $ // $Id: selection.h 258d704 2022-02-24T19:57:17+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/split_graph_into_polylines.h cgal-5.5.1/include/CGAL/boost/graph/split_graph_into_polylines.h --- cgal-5.5/include/CGAL/boost/graph/split_graph_into_polylines.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/split_graph_into_polylines.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/split_graph_into_polylines.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/split_graph_into_polylines.h $ // $Id: split_graph_into_polylines.h 4138477 2021-09-30T16:49:40+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/graph/visitor.h cgal-5.5.1/include/CGAL/boost/graph/visitor.h --- cgal-5.5/include/CGAL/boost/graph/visitor.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/graph/visitor.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/graph/visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/graph/visitor.h $ // $Id: visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/iterator/counting_iterator.hpp cgal-5.5.1/include/CGAL/boost/iterator/counting_iterator.hpp --- cgal-5.5/include/CGAL/boost/iterator/counting_iterator.hpp 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/iterator/counting_iterator.hpp 2022-10-07 19:05:13.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/boost/iterator/counting_iterator.hpp $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/boost/iterator/counting_iterator.hpp $ // $Id: counting_iterator.hpp 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/iterator/transform_iterator.hpp cgal-5.5.1/include/CGAL/boost/iterator/transform_iterator.hpp --- cgal-5.5/include/CGAL/boost/iterator/transform_iterator.hpp 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/iterator/transform_iterator.hpp 2022-10-07 19:05:13.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/boost/iterator/transform_iterator.hpp $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/boost/iterator/transform_iterator.hpp $ // $Id: transform_iterator.hpp 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost/parameter.h cgal-5.5.1/include/CGAL/boost/parameter.h --- cgal-5.5/include/CGAL/boost/parameter.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost/parameter.h 2022-10-07 19:04:41.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/boost/parameter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/boost/parameter.h $ // $Id: parameter.h 4b3fee8 2021-09-23T11:37:35+02:00 Jane Tournois // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/BOOST_MP_arithmetic_kernel.h cgal-5.5.1/include/CGAL/BOOST_MP_arithmetic_kernel.h --- cgal-5.5/include/CGAL/BOOST_MP_arithmetic_kernel.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/BOOST_MP_arithmetic_kernel.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arithmetic_kernel/include/CGAL/BOOST_MP_arithmetic_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arithmetic_kernel/include/CGAL/BOOST_MP_arithmetic_kernel.h $ // $Id: BOOST_MP_arithmetic_kernel.h ed79fea 2021-09-23T13:02:58+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/boost_mp.h cgal-5.5.1/include/CGAL/boost_mp.h --- cgal-5.5/include/CGAL/boost_mp.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/boost_mp.h 2022-10-07 19:05:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/boost_mp.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/boost_mp.h $ // $Id: boost_mp.h 6486844 2022-05-10T11:30:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Bounded_kernel.h cgal-5.5.1/include/CGAL/Bounded_kernel.h --- cgal-5.5/include/CGAL/Bounded_kernel.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Bounded_kernel.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Bounded_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Bounded_kernel.h $ // $Id: Bounded_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/bounding_box.h cgal-5.5.1/include/CGAL/bounding_box.h --- cgal-5.5/include/CGAL/bounding_box.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/bounding_box.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis_LGPL/include/CGAL/bounding_box.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis_LGPL/include/CGAL/bounding_box.h $ // $Id: bounding_box.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Box_intersection_d/Box_d.h cgal-5.5.1/include/CGAL/Box_intersection_d/Box_d.h --- cgal-5.5/include/CGAL/Box_intersection_d/Box_d.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Box_intersection_d/Box_d.h 2022-10-07 19:04:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Box_intersection_d/include/CGAL/Box_intersection_d/Box_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Box_intersection_d/include/CGAL/Box_intersection_d/Box_d.h $ // $Id: Box_d.h 3e03d50 2021-05-05T15:32:22+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Box_intersection_d/box_limits.h cgal-5.5.1/include/CGAL/Box_intersection_d/box_limits.h --- cgal-5.5/include/CGAL/Box_intersection_d/box_limits.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Box_intersection_d/box_limits.h 2022-10-07 19:04:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Box_intersection_d/include/CGAL/Box_intersection_d/box_limits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Box_intersection_d/include/CGAL/Box_intersection_d/box_limits.h $ // $Id: box_limits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Box_intersection_d/Box_traits_d.h cgal-5.5.1/include/CGAL/Box_intersection_d/Box_traits_d.h --- cgal-5.5/include/CGAL/Box_intersection_d/Box_traits_d.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Box_intersection_d/Box_traits_d.h 2022-10-07 19:04:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Box_intersection_d/include/CGAL/Box_intersection_d/Box_traits_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Box_intersection_d/include/CGAL/Box_intersection_d/Box_traits_d.h $ // $Id: Box_traits_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Box_intersection_d/Box_with_handle_d.h cgal-5.5.1/include/CGAL/Box_intersection_d/Box_with_handle_d.h --- cgal-5.5/include/CGAL/Box_intersection_d/Box_with_handle_d.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Box_intersection_d/Box_with_handle_d.h 2022-10-07 19:04:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Box_intersection_d/include/CGAL/Box_intersection_d/Box_with_handle_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Box_intersection_d/include/CGAL/Box_intersection_d/Box_with_handle_d.h $ // $Id: Box_with_handle_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Box_intersection_d/Box_with_info_d.h cgal-5.5.1/include/CGAL/Box_intersection_d/Box_with_info_d.h --- cgal-5.5/include/CGAL/Box_intersection_d/Box_with_info_d.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Box_intersection_d/Box_with_info_d.h 2022-10-07 19:04:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Box_intersection_d/include/CGAL/Box_intersection_d/Box_with_info_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Box_intersection_d/include/CGAL/Box_intersection_d/Box_with_info_d.h $ // $Id: Box_with_info_d.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Box_intersection_d/segment_tree.h cgal-5.5.1/include/CGAL/Box_intersection_d/segment_tree.h --- cgal-5.5/include/CGAL/Box_intersection_d/segment_tree.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Box_intersection_d/segment_tree.h 2022-10-07 19:04:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Box_intersection_d/include/CGAL/Box_intersection_d/segment_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Box_intersection_d/include/CGAL/Box_intersection_d/segment_tree.h $ // $Id: segment_tree.h 79f9d82 2022-05-06T14:52:32+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/box_intersection_d.h cgal-5.5.1/include/CGAL/box_intersection_d.h --- cgal-5.5/include/CGAL/box_intersection_d.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/box_intersection_d.h 2022-10-07 19:04:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Box_intersection_d/include/CGAL/box_intersection_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Box_intersection_d/include/CGAL/box_intersection_d.h $ // $Id: box_intersection_d.h 8773cee 2020-02-05T10:54:11+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Buffer_for_vao.h cgal-5.5.1/include/CGAL/Buffer_for_vao.h --- cgal-5.5/include/CGAL/Buffer_for_vao.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Buffer_for_vao.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Buffer_for_vao.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Buffer_for_vao.h $ // $Id: Buffer_for_vao.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cache.h cgal-5.5.1/include/CGAL/Cache.h --- cgal-5.5/include/CGAL/Cache.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cache.h 2022-10-07 19:06:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Cache.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Cache.h $ // $Id: Cache.h f55ef7d 2020-10-09T18:36:17+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Aff_transformation_2.h cgal-5.5.1/include/CGAL/Cartesian/Aff_transformation_2.h --- cgal-5.5/include/CGAL/Cartesian/Aff_transformation_2.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Aff_transformation_2.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_2.h $ // $Id: Aff_transformation_2.h e73b8de 2021-04-22T21:17:24+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Aff_transformation_3.h cgal-5.5.1/include/CGAL/Cartesian/Aff_transformation_3.h --- cgal-5.5/include/CGAL/Cartesian/Aff_transformation_3.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Aff_transformation_3.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h $ // $Id: Aff_transformation_3.h 153413e 2021-04-15T13:58:33+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Aff_transformation_rep_2.h cgal-5.5.1/include/CGAL/Cartesian/Aff_transformation_rep_2.h --- cgal-5.5/include/CGAL/Cartesian/Aff_transformation_rep_2.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Aff_transformation_rep_2.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_2.h $ // $Id: Aff_transformation_rep_2.h e73b8de 2021-04-22T21:17:24+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Aff_transformation_rep_3.h cgal-5.5.1/include/CGAL/Cartesian/Aff_transformation_rep_3.h --- cgal-5.5/include/CGAL/Cartesian/Aff_transformation_rep_3.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Aff_transformation_rep_3.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_3.h $ // $Id: Aff_transformation_rep_3.h e73b8de 2021-04-22T21:17:24+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/basic_constructions_2.h cgal-5.5.1/include/CGAL/Cartesian/basic_constructions_2.h --- cgal-5.5/include/CGAL/Cartesian/basic_constructions_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/basic_constructions_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_2.h $ // $Id: basic_constructions_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/basic_constructions_3.h cgal-5.5.1/include/CGAL/Cartesian/basic_constructions_3.h --- cgal-5.5/include/CGAL/Cartesian/basic_constructions_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/basic_constructions_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_3.h $ // $Id: basic_constructions_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Cartesian_base.h cgal-5.5.1/include/CGAL/Cartesian/Cartesian_base.h --- cgal-5.5/include/CGAL/Cartesian/Cartesian_base.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Cartesian_base.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Cartesian_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Cartesian_base.h $ // $Id: Cartesian_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Circle_2.h cgal-5.5.1/include/CGAL/Cartesian/Circle_2.h --- cgal-5.5/include/CGAL/Cartesian/Circle_2.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Circle_2.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Circle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Circle_2.h $ // $Id: Circle_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Circle_3.h cgal-5.5.1/include/CGAL/Cartesian/Circle_3.h --- cgal-5.5/include/CGAL/Cartesian/Circle_3.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Circle_3.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Circle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Circle_3.h $ // $Id: Circle_3.h 4a30144 2021-06-23T17:37:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/ConicCPA2.h cgal-5.5.1/include/CGAL/Cartesian/ConicCPA2.h --- cgal-5.5/include/CGAL/Cartesian/ConicCPA2.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/ConicCPA2.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/ConicCPA2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/ConicCPA2.h $ // $Id: ConicCPA2.h fdb17cb 2020-03-26T19:26:10+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Data_accessor_2.h cgal-5.5.1/include/CGAL/Cartesian/Data_accessor_2.h --- cgal-5.5/include/CGAL/Cartesian/Data_accessor_2.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Data_accessor_2.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Data_accessor_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Data_accessor_2.h $ // $Id: Data_accessor_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Direction_2.h cgal-5.5.1/include/CGAL/Cartesian/Direction_2.h --- cgal-5.5/include/CGAL/Cartesian/Direction_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Direction_2.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Direction_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Direction_2.h $ // $Id: Direction_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Direction_3.h cgal-5.5.1/include/CGAL/Cartesian/Direction_3.h --- cgal-5.5/include/CGAL/Cartesian/Direction_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Direction_3.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Direction_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Direction_3.h $ // $Id: Direction_3.h d39c774 2022-03-17T12:14:43+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/ft_constructions_2.h cgal-5.5.1/include/CGAL/Cartesian/ft_constructions_2.h --- cgal-5.5/include/CGAL/Cartesian/ft_constructions_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/ft_constructions_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_2.h $ // $Id: ft_constructions_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/ft_constructions_3.h cgal-5.5.1/include/CGAL/Cartesian/ft_constructions_3.h --- cgal-5.5/include/CGAL/Cartesian/ft_constructions_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/ft_constructions_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_3.h $ // $Id: ft_constructions_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/function_objects.h cgal-5.5.1/include/CGAL/Cartesian/function_objects.h --- cgal-5.5/include/CGAL/Cartesian/function_objects.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/function_objects.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h $ // $Id: function_objects.h 1916290 2022-03-21T18:04:03+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Iso_cuboid_3.h cgal-5.5.1/include/CGAL/Cartesian/Iso_cuboid_3.h --- cgal-5.5/include/CGAL/Cartesian/Iso_cuboid_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Iso_cuboid_3.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Iso_cuboid_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Iso_cuboid_3.h $ // $Id: Iso_cuboid_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Iso_rectangle_2.h cgal-5.5.1/include/CGAL/Cartesian/Iso_rectangle_2.h --- cgal-5.5/include/CGAL/Cartesian/Iso_rectangle_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Iso_rectangle_2.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Iso_rectangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Iso_rectangle_2.h $ // $Id: Iso_rectangle_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Line_2.h cgal-5.5.1/include/CGAL/Cartesian/Line_2.h --- cgal-5.5/include/CGAL/Cartesian/Line_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Line_2.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Line_2.h $ // $Id: Line_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Line_3.h cgal-5.5.1/include/CGAL/Cartesian/Line_3.h --- cgal-5.5/include/CGAL/Cartesian/Line_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Line_3.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Line_3.h $ // $Id: Line_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/line_constructions_2.h cgal-5.5.1/include/CGAL/Cartesian/line_constructions_2.h --- cgal-5.5/include/CGAL/Cartesian/line_constructions_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/line_constructions_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/line_constructions_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/line_constructions_2.h $ // $Id: line_constructions_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/MatrixC33.h cgal-5.5.1/include/CGAL/Cartesian/MatrixC33.h --- cgal-5.5/include/CGAL/Cartesian/MatrixC33.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/MatrixC33.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Cartesian/MatrixC33.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Cartesian/MatrixC33.h $ // $Id: MatrixC33.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Plane_3.h cgal-5.5.1/include/CGAL/Cartesian/Plane_3.h --- cgal-5.5/include/CGAL/Cartesian/Plane_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Plane_3.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h $ // $Id: Plane_3.h 71bba3e 2022-03-17T22:35:09+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/plane_constructions_3.h cgal-5.5.1/include/CGAL/Cartesian/plane_constructions_3.h --- cgal-5.5/include/CGAL/Cartesian/plane_constructions_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/plane_constructions_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/plane_constructions_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/plane_constructions_3.h $ // $Id: plane_constructions_3.h a7fc2c9 2022-03-22T08:01:30+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Point_2.h cgal-5.5.1/include/CGAL/Cartesian/Point_2.h --- cgal-5.5/include/CGAL/Cartesian/Point_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Point_2.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Point_2.h $ // $Id: Point_2.h cca0a19 2022-04-12T16:14:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Point_3.h cgal-5.5.1/include/CGAL/Cartesian/Point_3.h --- cgal-5.5/include/CGAL/Cartesian/Point_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Point_3.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Point_3.h $ // $Id: Point_3.h cca0a19 2022-04-12T16:14:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/point_constructions_2.h cgal-5.5.1/include/CGAL/Cartesian/point_constructions_2.h --- cgal-5.5/include/CGAL/Cartesian/point_constructions_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/point_constructions_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/point_constructions_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/point_constructions_2.h $ // $Id: point_constructions_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/point_constructions_3.h cgal-5.5.1/include/CGAL/Cartesian/point_constructions_3.h --- cgal-5.5/include/CGAL/Cartesian/point_constructions_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/point_constructions_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/point_constructions_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/point_constructions_3.h $ // $Id: point_constructions_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/predicates_on_directions_2.h cgal-5.5.1/include/CGAL/Cartesian/predicates_on_directions_2.h --- cgal-5.5/include/CGAL/Cartesian/predicates_on_directions_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/predicates_on_directions_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_directions_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_directions_2.h $ // $Id: predicates_on_directions_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/predicates_on_planes_3.h cgal-5.5.1/include/CGAL/Cartesian/predicates_on_planes_3.h --- cgal-5.5/include/CGAL/Cartesian/predicates_on_planes_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/predicates_on_planes_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_planes_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_planes_3.h $ // $Id: predicates_on_planes_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/predicates_on_points_2.h cgal-5.5.1/include/CGAL/Cartesian/predicates_on_points_2.h --- cgal-5.5/include/CGAL/Cartesian/predicates_on_points_2.h 2022-07-13 19:04:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/predicates_on_points_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_2.h $ // $Id: predicates_on_points_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/predicates_on_points_3.h cgal-5.5.1/include/CGAL/Cartesian/predicates_on_points_3.h --- cgal-5.5/include/CGAL/Cartesian/predicates_on_points_3.h 2022-07-13 19:04:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/predicates_on_points_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_3.h $ // $Id: predicates_on_points_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Ray_2.h cgal-5.5.1/include/CGAL/Cartesian/Ray_2.h --- cgal-5.5/include/CGAL/Cartesian/Ray_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Ray_2.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Ray_2.h $ // $Id: Ray_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Ray_3.h cgal-5.5.1/include/CGAL/Cartesian/Ray_3.h --- cgal-5.5/include/CGAL/Cartesian/Ray_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Ray_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Ray_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Ray_3.h $ // $Id: Ray_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Reflection_rep_2.h cgal-5.5.1/include/CGAL/Cartesian/Reflection_rep_2.h --- cgal-5.5/include/CGAL/Cartesian/Reflection_rep_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Reflection_rep_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Reflection_rep_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Reflection_rep_2.h $ // $Id: Reflection_rep_2.h e73b8de 2021-04-22T21:17:24+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Rotation_rep_2.h cgal-5.5.1/include/CGAL/Cartesian/Rotation_rep_2.h --- cgal-5.5/include/CGAL/Cartesian/Rotation_rep_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Rotation_rep_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Rotation_rep_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Rotation_rep_2.h $ // $Id: Rotation_rep_2.h e73b8de 2021-04-22T21:17:24+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Scaling_rep_2.h cgal-5.5.1/include/CGAL/Cartesian/Scaling_rep_2.h --- cgal-5.5/include/CGAL/Cartesian/Scaling_rep_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Scaling_rep_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_2.h $ // $Id: Scaling_rep_2.h e73b8de 2021-04-22T21:17:24+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Scaling_rep_3.h cgal-5.5.1/include/CGAL/Cartesian/Scaling_rep_3.h --- cgal-5.5/include/CGAL/Cartesian/Scaling_rep_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Scaling_rep_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_3.h $ // $Id: Scaling_rep_3.h e73b8de 2021-04-22T21:17:24+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Segment_2.h cgal-5.5.1/include/CGAL/Cartesian/Segment_2.h --- cgal-5.5/include/CGAL/Cartesian/Segment_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Segment_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Segment_2.h $ // $Id: Segment_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Segment_3.h cgal-5.5.1/include/CGAL/Cartesian/Segment_3.h --- cgal-5.5/include/CGAL/Cartesian/Segment_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Segment_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Segment_3.h $ // $Id: Segment_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/solve_3.h cgal-5.5.1/include/CGAL/Cartesian/solve_3.h --- cgal-5.5/include/CGAL/Cartesian/solve_3.h 2022-07-13 19:04:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/solve_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/solve_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/solve_3.h $ // $Id: solve_3.h a4c57e6 2021-03-21T19:35:41+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Sphere_3.h cgal-5.5.1/include/CGAL/Cartesian/Sphere_3.h --- cgal-5.5/include/CGAL/Cartesian/Sphere_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Sphere_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Sphere_3.h $ // $Id: Sphere_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Tetrahedron_3.h cgal-5.5.1/include/CGAL/Cartesian/Tetrahedron_3.h --- cgal-5.5/include/CGAL/Cartesian/Tetrahedron_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Tetrahedron_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Tetrahedron_3.h $ // $Id: Tetrahedron_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Translation_rep_2.h cgal-5.5.1/include/CGAL/Cartesian/Translation_rep_2.h --- cgal-5.5/include/CGAL/Cartesian/Translation_rep_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Translation_rep_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_2.h $ // $Id: Translation_rep_2.h e73b8de 2021-04-22T21:17:24+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Translation_rep_3.h cgal-5.5.1/include/CGAL/Cartesian/Translation_rep_3.h --- cgal-5.5/include/CGAL/Cartesian/Translation_rep_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Translation_rep_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_3.h $ // $Id: Translation_rep_3.h e73b8de 2021-04-22T21:17:24+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Triangle_2.h cgal-5.5.1/include/CGAL/Cartesian/Triangle_2.h --- cgal-5.5/include/CGAL/Cartesian/Triangle_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Triangle_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Triangle_2.h $ // $Id: Triangle_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Triangle_3.h cgal-5.5.1/include/CGAL/Cartesian/Triangle_3.h --- cgal-5.5/include/CGAL/Cartesian/Triangle_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Triangle_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Triangle_3.h $ // $Id: Triangle_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Vector_2.h cgal-5.5.1/include/CGAL/Cartesian/Vector_2.h --- cgal-5.5/include/CGAL/Cartesian/Vector_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Vector_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Vector_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Vector_2.h $ // $Id: Vector_2.h cca0a19 2022-04-12T16:14:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Vector_3.h cgal-5.5.1/include/CGAL/Cartesian/Vector_3.h --- cgal-5.5/include/CGAL/Cartesian/Vector_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Vector_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Vector_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Vector_3.h $ // $Id: Vector_3.h cca0a19 2022-04-12T16:14:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Weighted_point_2.h cgal-5.5.1/include/CGAL/Cartesian/Weighted_point_2.h --- cgal-5.5/include/CGAL/Cartesian/Weighted_point_2.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Weighted_point_2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Weighted_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Weighted_point_2.h $ // $Id: Weighted_point_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian/Weighted_point_3.h cgal-5.5.1/include/CGAL/Cartesian/Weighted_point_3.h --- cgal-5.5/include/CGAL/Cartesian/Weighted_point_3.h 2022-07-13 19:04:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian/Weighted_point_3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian/Weighted_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian/Weighted_point_3.h $ // $Id: Weighted_point_3.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian_converter_fwd.h cgal-5.5.1/include/CGAL/Cartesian_converter_fwd.h --- cgal-5.5/include/CGAL/Cartesian_converter_fwd.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian_converter_fwd.h 2022-10-07 19:05:12.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/Cartesian_converter_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/Cartesian_converter_fwd.h $ // $Id: Cartesian_converter_fwd.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian_converter.h cgal-5.5.1/include/CGAL/Cartesian_converter.h --- cgal-5.5/include/CGAL/Cartesian_converter.h 2022-07-13 19:04:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian_converter.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian_converter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian_converter.h $ // $Id: Cartesian_converter.h 3a0a4a6 2021-12-17T12:22:40+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian_d.h cgal-5.5.1/include/CGAL/Cartesian_d.h --- cgal-5.5/include/CGAL/Cartesian_d.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian_d.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Cartesian_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Cartesian_d.h $ // $Id: Cartesian_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian.h cgal-5.5.1/include/CGAL/Cartesian.h --- cgal-5.5/include/CGAL/Cartesian.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian.h 2022-10-07 19:04:49.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/Cartesian.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/Cartesian.h $ // $Id: Cartesian.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/cartesian_homogeneous_conversion.h cgal-5.5.1/include/CGAL/cartesian_homogeneous_conversion.h --- cgal-5.5/include/CGAL/cartesian_homogeneous_conversion.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/cartesian_homogeneous_conversion.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/cartesian_homogeneous_conversion.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/cartesian_homogeneous_conversion.h $ // $Id: cartesian_homogeneous_conversion.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cartesian_matrix.h cgal-5.5.1/include/CGAL/Cartesian_matrix.h --- cgal-5.5/include/CGAL/Cartesian_matrix.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cartesian_matrix.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Matrix_search/include/CGAL/Cartesian_matrix.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Matrix_search/include/CGAL/Cartesian_matrix.h $ // $Id: Cartesian_matrix.h 557cf7f 2021-01-29T10:36:59+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CC_safe_handle.h cgal-5.5.1/include/CGAL/CC_safe_handle.h --- cgal-5.5/include/CGAL/CC_safe_handle.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CC_safe_handle.h 2022-10-07 19:06:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/CC_safe_handle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/CC_safe_handle.h $ // $Id: CC_safe_handle.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cell_attribute.h cgal-5.5.1/include/CGAL/Cell_attribute.h --- cgal-5.5/include/CGAL/Cell_attribute.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cell_attribute.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Cell_attribute.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Cell_attribute.h $ // $Id: Cell_attribute.h 84ca88f 2021-10-19T20:16:43+02:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cell_attribute_with_id.h cgal-5.5.1/include/CGAL/Cell_attribute_with_id.h --- cgal-5.5/include/CGAL/Cell_attribute_with_id.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cell_attribute_with_id.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Cell_attribute_with_id.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Cell_attribute_with_id.h $ // $Id: Cell_attribute_with_id.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cell_attribute_with_point_and_id.h cgal-5.5.1/include/CGAL/Cell_attribute_with_point_and_id.h --- cgal-5.5/include/CGAL/Cell_attribute_with_point_and_id.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cell_attribute_with_point_and_id.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Cell_attribute_with_point_and_id.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Cell_attribute_with_point_and_id.h $ // $Id: Cell_attribute_with_point_and_id.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cell_attribute_with_point.h cgal-5.5.1/include/CGAL/Cell_attribute_with_point.h --- cgal-5.5/include/CGAL/Cell_attribute_with_point.h 2022-07-13 19:05:33.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cell_attribute_with_point.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Cell_attribute_with_point.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Cell_attribute_with_point.h $ // $Id: Cell_attribute_with_point.h 9e250c0 2020-02-12T10:33:57+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cell_const_iterators.h cgal-5.5.1/include/CGAL/Cell_const_iterators.h --- cgal-5.5/include/CGAL/Cell_const_iterators.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cell_const_iterators.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Cell_const_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Cell_const_iterators.h $ // $Id: Cell_const_iterators.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cell_iterators.h cgal-5.5.1/include/CGAL/Cell_iterators.h --- cgal-5.5/include/CGAL/Cell_iterators.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cell_iterators.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Cell_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Cell_iterators.h $ // $Id: Cell_iterators.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/centroid.h cgal-5.5.1/include/CGAL/centroid.h --- cgal-5.5/include/CGAL/centroid.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/centroid.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis_LGPL/include/CGAL/centroid.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis_LGPL/include/CGAL/centroid.h $ // $Id: centroid.h 5e72746 2020-10-29T14:15:38+01:00 Simon Giraudot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/certified_numeric_predicates.h cgal-5.5.1/include/CGAL/certified_numeric_predicates.h --- cgal-5.5/include/CGAL/certified_numeric_predicates.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/certified_numeric_predicates.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/certified_numeric_predicates.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/certified_numeric_predicates.h $ // $Id: certified_numeric_predicates.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/certified_quotient_predicates.h cgal-5.5.1/include/CGAL/certified_quotient_predicates.h --- cgal-5.5/include/CGAL/certified_quotient_predicates.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/certified_quotient_predicates.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/certified_quotient_predicates.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/certified_quotient_predicates.h $ // $Id: certified_quotient_predicates.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CGAL_Ipelet_base.h cgal-5.5.1/include/CGAL/CGAL_Ipelet_base.h --- cgal-5.5/include/CGAL/CGAL_Ipelet_base.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CGAL_Ipelet_base.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base.h $ // $Id: CGAL_Ipelet_base.h 01374de 2021-01-25T13:39:36+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CGAL_Ipelet_base_v6.h cgal-5.5.1/include/CGAL/CGAL_Ipelet_base_v6.h --- cgal-5.5/include/CGAL/CGAL_Ipelet_base_v6.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CGAL_Ipelet_base_v6.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v6.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v6.h $ // $Id: CGAL_Ipelet_base_v6.h 9bf61b7 2020-04-22T11:02:16+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CGAL_Ipelet_base_v7.h cgal-5.5.1/include/CGAL/CGAL_Ipelet_base_v7.h --- cgal-5.5/include/CGAL/CGAL_Ipelet_base_v7.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CGAL_Ipelet_base_v7.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v7.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v7.h $ // $Id: CGAL_Ipelet_base_v7.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/ch_akl_toussaint.h cgal-5.5.1/include/CGAL/ch_akl_toussaint.h --- cgal-5.5/include/CGAL/ch_akl_toussaint.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ch_akl_toussaint.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/ch_akl_toussaint.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/ch_akl_toussaint.h $ // $Id: ch_akl_toussaint.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/ch_bykat.h cgal-5.5.1/include/CGAL/ch_bykat.h --- cgal-5.5/include/CGAL/ch_bykat.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ch_bykat.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/ch_bykat.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/ch_bykat.h $ // $Id: ch_bykat.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/ch_eddy.h cgal-5.5.1/include/CGAL/ch_eddy.h --- cgal-5.5/include/CGAL/ch_eddy.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ch_eddy.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/ch_eddy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/ch_eddy.h $ // $Id: ch_eddy.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/ch_function_objects_2.h cgal-5.5.1/include/CGAL/ch_function_objects_2.h --- cgal-5.5/include/CGAL/ch_function_objects_2.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ch_function_objects_2.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/ch_function_objects_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/ch_function_objects_2.h $ // $Id: ch_function_objects_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/ch_graham_andrew.h cgal-5.5.1/include/CGAL/ch_graham_andrew.h --- cgal-5.5/include/CGAL/ch_graham_andrew.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ch_graham_andrew.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/ch_graham_andrew.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/ch_graham_andrew.h $ // $Id: ch_graham_andrew.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Chinese_remainder_traits.h cgal-5.5.1/include/CGAL/Chinese_remainder_traits.h --- cgal-5.5/include/CGAL/Chinese_remainder_traits.h 2022-07-13 19:04:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Chinese_remainder_traits.h 2022-10-07 19:04:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/Chinese_remainder_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/Chinese_remainder_traits.h $ // $Id: Chinese_remainder_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/ch_jarvis.h cgal-5.5.1/include/CGAL/ch_jarvis.h --- cgal-5.5/include/CGAL/ch_jarvis.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ch_jarvis.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/ch_jarvis.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/ch_jarvis.h $ // $Id: ch_jarvis.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/ch_melkman.h cgal-5.5.1/include/CGAL/ch_melkman.h --- cgal-5.5/include/CGAL/ch_melkman.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ch_melkman.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/ch_melkman.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/ch_melkman.h $ // $Id: ch_melkman.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/ch_selected_extreme_points_2.h cgal-5.5.1/include/CGAL/ch_selected_extreme_points_2.h --- cgal-5.5/include/CGAL/ch_selected_extreme_points_2.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ch_selected_extreme_points_2.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/ch_selected_extreme_points_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/ch_selected_extreme_points_2.h $ // $Id: ch_selected_extreme_points_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circle_2.h cgal-5.5.1/include/CGAL/Circle_2.h --- cgal-5.5/include/CGAL/Circle_2.h 2022-07-13 19:05:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circle_2.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Circle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Circle_2.h $ // $Id: Circle_2.h e7357ac 2021-07-19T14:53:27+02:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circle_3.h cgal-5.5.1/include/CGAL/Circle_3.h --- cgal-5.5/include/CGAL/Circle_3.h 2022-07-13 19:05:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circle_3.h 2022-10-07 19:05:25.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Circle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Circle_3.h $ // $Id: Circle_3.h e5279db 2021-09-02T15:44:53+02:00 Sebastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circle_type.h cgal-5.5.1/include/CGAL/Circle_type.h --- cgal-5.5/include/CGAL/Circle_type.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circle_type.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circle_type.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circle_type.h $ // $Id: Circle_type.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_arc_2.h cgal-5.5.1/include/CGAL/Circular_arc_2.h --- cgal-5.5/include/CGAL/Circular_arc_2.h 2022-07-13 19:04:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_arc_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_arc_2.h $ // $Id: Circular_arc_2.h 059bc60 2020-07-22T15:13:09+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_arc_3.h cgal-5.5.1/include/CGAL/Circular_arc_3.h --- cgal-5.5/include/CGAL/Circular_arc_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_arc_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_arc_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_arc_3.h $ // $Id: Circular_arc_3.h acdf4c6 2020-07-22T15:23:09+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_arc_point_2.h cgal-5.5.1/include/CGAL/Circular_arc_point_2.h --- cgal-5.5/include/CGAL/Circular_arc_point_2.h 2022-07-13 19:04:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_arc_point_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_arc_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_arc_point_2.h $ // $Id: Circular_arc_point_2.h 059bc60 2020-07-22T15:13:09+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_arc_point_3.h cgal-5.5.1/include/CGAL/Circular_arc_point_3.h --- cgal-5.5/include/CGAL/Circular_arc_point_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_arc_point_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_arc_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_arc_point_3.h $ // $Id: Circular_arc_point_3.h acdf4c6 2020-07-22T15:23:09+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/Circular_arc_2.h cgal-5.5.1/include/CGAL/Circular_kernel_2/Circular_arc_2.h --- cgal-5.5/include/CGAL/Circular_kernel_2/Circular_arc_2.h 2022-07-13 19:04:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/Circular_arc_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/Circular_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/Circular_arc_2.h $ // $Id: Circular_arc_2.h 059bc60 2020-07-22T15:13:09+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/Circular_arc_point_2.h cgal-5.5.1/include/CGAL/Circular_kernel_2/Circular_arc_point_2.h --- cgal-5.5/include/CGAL/Circular_kernel_2/Circular_arc_point_2.h 2022-07-13 19:04:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/Circular_arc_point_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/Circular_arc_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/Circular_arc_point_2.h $ // $Id: Circular_arc_point_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/function_objects_on_circle_2.h cgal-5.5.1/include/CGAL/Circular_kernel_2/function_objects_on_circle_2.h --- cgal-5.5/include/CGAL/Circular_kernel_2/function_objects_on_circle_2.h 2022-07-13 19:04:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/function_objects_on_circle_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/function_objects_on_circle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/function_objects_on_circle_2.h $ // $Id: function_objects_on_circle_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/function_objects_on_line_2.h cgal-5.5.1/include/CGAL/Circular_kernel_2/function_objects_on_line_2.h --- cgal-5.5/include/CGAL/Circular_kernel_2/function_objects_on_line_2.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/function_objects_on_line_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/function_objects_on_line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/function_objects_on_line_2.h $ // $Id: function_objects_on_line_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/function_objects_polynomial_circular.h cgal-5.5.1/include/CGAL/Circular_kernel_2/function_objects_polynomial_circular.h --- cgal-5.5/include/CGAL/Circular_kernel_2/function_objects_polynomial_circular.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/function_objects_polynomial_circular.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/function_objects_polynomial_circular.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/function_objects_polynomial_circular.h $ // $Id: function_objects_polynomial_circular.h 81d9556 2021-02-10T10:06:45+01:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/interface_macros.h cgal-5.5.1/include/CGAL/Circular_kernel_2/interface_macros.h --- cgal-5.5/include/CGAL/Circular_kernel_2/interface_macros.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/interface_macros.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/interface_macros.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/interface_macros.h $ // $Id: interface_macros.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/internal_functions_on_circle_2.h cgal-5.5.1/include/CGAL/Circular_kernel_2/internal_functions_on_circle_2.h --- cgal-5.5/include/CGAL/Circular_kernel_2/internal_functions_on_circle_2.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/internal_functions_on_circle_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/internal_functions_on_circle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/internal_functions_on_circle_2.h $ // $Id: internal_functions_on_circle_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/internal_functions_on_circular_arc_2.h cgal-5.5.1/include/CGAL/Circular_kernel_2/internal_functions_on_circular_arc_2.h --- cgal-5.5/include/CGAL/Circular_kernel_2/internal_functions_on_circular_arc_2.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/internal_functions_on_circular_arc_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/internal_functions_on_circular_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/internal_functions_on_circular_arc_2.h $ // $Id: internal_functions_on_circular_arc_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/internal_functions_on_line_2.h cgal-5.5.1/include/CGAL/Circular_kernel_2/internal_functions_on_line_2.h --- cgal-5.5/include/CGAL/Circular_kernel_2/internal_functions_on_line_2.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/internal_functions_on_line_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/internal_functions_on_line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/internal_functions_on_line_2.h $ // $Id: internal_functions_on_line_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/internal_functions_on_line_arc_2.h cgal-5.5.1/include/CGAL/Circular_kernel_2/internal_functions_on_line_arc_2.h --- cgal-5.5/include/CGAL/Circular_kernel_2/internal_functions_on_line_arc_2.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/internal_functions_on_line_arc_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/internal_functions_on_line_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/internal_functions_on_line_arc_2.h $ // $Id: internal_functions_on_line_arc_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/intersection_line_2_circle_2_map.h cgal-5.5.1/include/CGAL/Circular_kernel_2/intersection_line_2_circle_2_map.h --- cgal-5.5/include/CGAL/Circular_kernel_2/intersection_line_2_circle_2_map.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/intersection_line_2_circle_2_map.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/intersection_line_2_circle_2_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/intersection_line_2_circle_2_map.h $ // $Id: intersection_line_2_circle_2_map.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/Intersection_traits.h cgal-5.5.1/include/CGAL/Circular_kernel_2/Intersection_traits.h --- cgal-5.5/include/CGAL/Circular_kernel_2/Intersection_traits.h 2022-07-13 19:04:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/Intersection_traits.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,11 +3,11 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/Intersection_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/Intersection_traits.h $ // $Id: Intersection_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/Intersection_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/Intersection_traits.h $ // $Id: Intersection_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2/Line_arc_2.h cgal-5.5.1/include/CGAL/Circular_kernel_2/Line_arc_2.h --- cgal-5.5/include/CGAL/Circular_kernel_2/Line_arc_2.h 2022-07-13 19:04:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2/Line_arc_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2/Line_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2/Line_arc_2.h $ // $Id: Line_arc_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_2.h cgal-5.5.1/include/CGAL/Circular_kernel_2.h --- cgal-5.5/include/CGAL/Circular_kernel_2.h 2022-07-13 19:04:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_2.h $ // $Id: Circular_kernel_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/Circular_arc_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/Circular_arc_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/Circular_arc_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/Circular_arc_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/Circular_arc_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/Circular_arc_3.h $ // $Id: Circular_arc_3.h c529418 2021-03-23T14:06:16+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/Circular_arc_point_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/Circular_arc_point_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/Circular_arc_point_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/Circular_arc_point_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/Circular_arc_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/Circular_arc_point_3.h $ // $Id: Circular_arc_point_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h cgal-5.5.1/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h --- cgal-5.5/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h $ // $Id: function_objects_polynomial_sphere.h 81d9556 2021-02-10T10:06:45+01:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h $ // $Id: get_equation_object_on_curved_kernel_3.h ad813b4 2020-07-30T16:19:02+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/interface_macros.h cgal-5.5.1/include/CGAL/Circular_kernel_3/interface_macros.h --- cgal-5.5/include/CGAL/Circular_kernel_3/interface_macros.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/interface_macros.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/interface_macros.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/interface_macros.h $ // $Id: interface_macros.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/internal_function_compare_spherical_kernel.h cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_function_compare_spherical_kernel.h --- cgal-5.5/include/CGAL/Circular_kernel_3/internal_function_compare_spherical_kernel.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_function_compare_spherical_kernel.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_function_compare_spherical_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_function_compare_spherical_kernel.h $ // $Id: internal_function_compare_spherical_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/internal_function_compare_to_right_spherical_kernel.h cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_function_compare_to_right_spherical_kernel.h --- cgal-5.5/include/CGAL/Circular_kernel_3/internal_function_compare_to_right_spherical_kernel.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_function_compare_to_right_spherical_kernel.h 2022-10-07 19:04:56.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_function_compare_to_right_spherical_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_function_compare_to_right_spherical_kernel.h $ // $Id: internal_function_compare_to_right_spherical_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/internal_function_has_on_spherical_kernel.h cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_function_has_on_spherical_kernel.h --- cgal-5.5/include/CGAL/Circular_kernel_3/internal_function_has_on_spherical_kernel.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_function_has_on_spherical_kernel.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_function_has_on_spherical_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_function_has_on_spherical_kernel.h $ // $Id: internal_function_has_on_spherical_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_circle_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_circle_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_circle_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_circle_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_circle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_circle_3.h $ // $Id: internal_functions_on_circle_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_3.h $ // $Id: internal_functions_on_circular_arc_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_point_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_point_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_point_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_point_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_point_3.h $ // $Id: internal_functions_on_circular_arc_point_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_line_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_line_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_line_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_line_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_line_3.h $ // $Id: internal_functions_on_line_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_line_arc_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_line_arc_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_line_arc_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_line_arc_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_line_arc_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_line_arc_3.h $ // $Id: internal_functions_on_line_arc_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_plane_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_plane_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_plane_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_plane_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_plane_3.h $ // $Id: internal_functions_on_plane_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h $ // $Id: internal_functions_on_sphere_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/Intersection_traits.h cgal-5.5.1/include/CGAL/Circular_kernel_3/Intersection_traits.h --- cgal-5.5/include/CGAL/Circular_kernel_3/Intersection_traits.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/Intersection_traits.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/Intersection_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/Intersection_traits.h $ // $Id: Intersection_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_3/Line_arc_3.h cgal-5.5.1/include/CGAL/Circular_kernel_3/Line_arc_3.h --- cgal-5.5/include/CGAL/Circular_kernel_3/Line_arc_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_3/Line_arc_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Circular_kernel_3/Line_arc_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Circular_kernel_3/Line_arc_3.h $ // $Id: Line_arc_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_converter.h cgal-5.5.1/include/CGAL/Circular_kernel_converter.h --- cgal-5.5/include/CGAL/Circular_kernel_converter.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_converter.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_converter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_converter.h $ // $Id: Circular_kernel_converter.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_intersections.h cgal-5.5.1/include/CGAL/Circular_kernel_intersections.h --- cgal-5.5/include/CGAL/Circular_kernel_intersections.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_intersections.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_intersections.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_intersections.h $ // $Id: Circular_kernel_intersections.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circular_kernel_type_equality_wrapper.h cgal-5.5.1/include/CGAL/Circular_kernel_type_equality_wrapper.h --- cgal-5.5/include/CGAL/Circular_kernel_type_equality_wrapper.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circular_kernel_type_equality_wrapper.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Circular_kernel_type_equality_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Circular_kernel_type_equality_wrapper.h $ // $Id: Circular_kernel_type_equality_wrapper.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circulator/Circulator_adapters.h cgal-5.5.1/include/CGAL/Circulator/Circulator_adapters.h --- cgal-5.5/include/CGAL/Circulator/Circulator_adapters.h 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circulator/Circulator_adapters.h 2022-10-07 19:04:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circulator/include/CGAL/Circulator/Circulator_adapters.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circulator/include/CGAL/Circulator/Circulator_adapters.h $ // $Id: Circulator_adapters.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circulator/Circulator_concepts.h cgal-5.5.1/include/CGAL/Circulator/Circulator_concepts.h --- cgal-5.5/include/CGAL/Circulator/Circulator_concepts.h 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circulator/Circulator_concepts.h 2022-10-07 19:04:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circulator/include/CGAL/Circulator/Circulator_concepts.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circulator/include/CGAL/Circulator/Circulator_concepts.h $ // $Id: Circulator_concepts.h c9af7a1 2020-10-14T10:59:46+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circulator/Safe_circulator_from_iterator.h cgal-5.5.1/include/CGAL/Circulator/Safe_circulator_from_iterator.h --- cgal-5.5/include/CGAL/Circulator/Safe_circulator_from_iterator.h 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circulator/Safe_circulator_from_iterator.h 2022-10-07 19:04:57.000000000 +0000 @@ -8,7 +8,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circulator/include/CGAL/Circulator/Safe_circulator_from_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circulator/include/CGAL/Circulator/Safe_circulator_from_iterator.h $ // $Id: Safe_circulator_from_iterator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/circulator_bases.h cgal-5.5.1/include/CGAL/circulator_bases.h --- cgal-5.5/include/CGAL/circulator_bases.h 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/circulator_bases.h 2022-10-07 19:04:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circulator/include/CGAL/circulator_bases.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circulator/include/CGAL/circulator_bases.h $ // $Id: circulator_bases.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/circulator.h cgal-5.5.1/include/CGAL/circulator.h --- cgal-5.5/include/CGAL/circulator.h 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/circulator.h 2022-10-07 19:04:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circulator/include/CGAL/circulator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circulator/include/CGAL/circulator.h $ // $Id: circulator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circulator_identity.h cgal-5.5.1/include/CGAL/Circulator_identity.h --- cgal-5.5/include/CGAL/Circulator_identity.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circulator_identity.h 2022-10-07 19:06:24.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Circulator_identity.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Circulator_identity.h $ // $Id: Circulator_identity.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circulator_on_node.h cgal-5.5.1/include/CGAL/Circulator_on_node.h --- cgal-5.5/include/CGAL/Circulator_on_node.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circulator_on_node.h 2022-10-07 19:06:24.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Circulator_on_node.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Circulator_on_node.h $ // $Id: Circulator_on_node.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Circulator_project.h cgal-5.5.1/include/CGAL/Circulator_project.h --- cgal-5.5/include/CGAL/Circulator_project.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Circulator_project.h 2022-10-07 19:06:24.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Circulator_project.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Circulator_project.h $ // $Id: Circulator_project.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/classify.h cgal-5.5.1/include/CGAL/Classification/classify.h --- cgal-5.5/include/CGAL/Classification/classify.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/classify.h 2022-10-07 19:04:58.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/classify.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/classify.h $ // $Id: classify.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Cluster.h cgal-5.5.1/include/CGAL/Classification/Cluster.h --- cgal-5.5/include/CGAL/Classification/Cluster.h 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Cluster.h 2022-10-07 19:04:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Cluster.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Cluster.h $ // $Id: Cluster.h 8166579 2021-10-11T19:58:07+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/compressed_float.h cgal-5.5.1/include/CGAL/Classification/compressed_float.h --- cgal-5.5/include/CGAL/Classification/compressed_float.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/compressed_float.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/compressed_float.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/compressed_float.h $ // $Id: compressed_float.h e9d41d7 2020-04-21T10:03:00+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/ETHZ/internal/dataview.h cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/dataview.h --- cgal-5.5/include/CGAL/Classification/ETHZ/internal/dataview.h 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/dataview.h 2022-10-07 19:04:57.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/ETHZ/internal/dataview.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/ETHZ/internal/dataview.h $ // $Id: dataview.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LicenseRef-RFL // License notice in Installation/LICENSE.RFL diff -Nru cgal-5.5/include/CGAL/Classification/ETHZ/internal/random-forest/common-libraries.hpp cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/random-forest/common-libraries.hpp --- cgal-5.5/include/CGAL/Classification/ETHZ/internal/random-forest/common-libraries.hpp 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/random-forest/common-libraries.hpp 2022-10-07 19:04:57.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/ETHZ/internal/random-forest/common-libraries.hpp $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/ETHZ/internal/random-forest/common-libraries.hpp $ // $Id: common-libraries.hpp 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: LicenseRef-RFL // License notice in Installation/LICENSE.RFL diff -Nru cgal-5.5/include/CGAL/Classification/ETHZ/internal/random-forest/forest.hpp cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/random-forest/forest.hpp --- cgal-5.5/include/CGAL/Classification/ETHZ/internal/random-forest/forest.hpp 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/random-forest/forest.hpp 2022-10-07 19:04:57.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/ETHZ/internal/random-forest/forest.hpp $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/ETHZ/internal/random-forest/forest.hpp $ // $Id: forest.hpp 7599bbe 2020-10-01T13:53:02+02:00 Simon Giraudot // SPDX-License-Identifier: LicenseRef-RFL // License notice in Installation/LICENSE.RFL diff -Nru cgal-5.5/include/CGAL/Classification/ETHZ/internal/random-forest/node-gini.hpp cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/random-forest/node-gini.hpp --- cgal-5.5/include/CGAL/Classification/ETHZ/internal/random-forest/node-gini.hpp 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/random-forest/node-gini.hpp 2022-10-07 19:04:57.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/ETHZ/internal/random-forest/node-gini.hpp $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/ETHZ/internal/random-forest/node-gini.hpp $ // $Id: node-gini.hpp 7cfe6df 2020-04-07T11:02:16+02:00 Simon Giraudot // SPDX-License-Identifier: LicenseRef-RFL // License notice in Installation/LICENSE.RFL diff -Nru cgal-5.5/include/CGAL/Classification/ETHZ/internal/random-forest/node.hpp cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/random-forest/node.hpp --- cgal-5.5/include/CGAL/Classification/ETHZ/internal/random-forest/node.hpp 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/random-forest/node.hpp 2022-10-07 19:04:57.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/ETHZ/internal/random-forest/node.hpp $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/ETHZ/internal/random-forest/node.hpp $ // $Id: node.hpp 7599bbe 2020-10-01T13:53:02+02:00 Simon Giraudot // SPDX-License-Identifier: LicenseRef-RFL // License notice in Installation/LICENSE.RFL diff -Nru cgal-5.5/include/CGAL/Classification/ETHZ/internal/random-forest/tree.hpp cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/random-forest/tree.hpp --- cgal-5.5/include/CGAL/Classification/ETHZ/internal/random-forest/tree.hpp 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/ETHZ/internal/random-forest/tree.hpp 2022-10-07 19:04:57.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/ETHZ/internal/random-forest/tree.hpp $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/ETHZ/internal/random-forest/tree.hpp $ // $Id: tree.hpp ed25fd2 2020-04-07T11:02:16+02:00 Simon Giraudot // SPDX-License-Identifier: LicenseRef-RFL // License notice in Installation/LICENSE.RFL diff -Nru cgal-5.5/include/CGAL/Classification/ETHZ/Random_forest_classifier.h cgal-5.5.1/include/CGAL/Classification/ETHZ/Random_forest_classifier.h --- cgal-5.5/include/CGAL/Classification/ETHZ/Random_forest_classifier.h 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/ETHZ/Random_forest_classifier.h 2022-10-07 19:04:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/ETHZ/Random_forest_classifier.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/ETHZ/Random_forest_classifier.h $ // $Id: Random_forest_classifier.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Evaluation.h cgal-5.5.1/include/CGAL/Classification/Evaluation.h --- cgal-5.5/include/CGAL/Classification/Evaluation.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Evaluation.h 2022-10-07 19:04:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Evaluation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Evaluation.h $ // $Id: Evaluation.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Cluster_mean_of_feature.h cgal-5.5.1/include/CGAL/Classification/Feature/Cluster_mean_of_feature.h --- cgal-5.5/include/CGAL/Classification/Feature/Cluster_mean_of_feature.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Cluster_mean_of_feature.h 2022-10-07 19:04:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Cluster_mean_of_feature.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Cluster_mean_of_feature.h $ // $Id: Cluster_mean_of_feature.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Cluster_size.h cgal-5.5.1/include/CGAL/Classification/Feature/Cluster_size.h --- cgal-5.5/include/CGAL/Classification/Feature/Cluster_size.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Cluster_size.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Cluster_size.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Cluster_size.h $ // $Id: Cluster_size.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Cluster_variance_of_feature.h cgal-5.5.1/include/CGAL/Classification/Feature/Cluster_variance_of_feature.h --- cgal-5.5/include/CGAL/Classification/Feature/Cluster_variance_of_feature.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Cluster_variance_of_feature.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Cluster_variance_of_feature.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Cluster_variance_of_feature.h $ // $Id: Cluster_variance_of_feature.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Cluster_vertical_extent.h cgal-5.5.1/include/CGAL/Classification/Feature/Cluster_vertical_extent.h --- cgal-5.5/include/CGAL/Classification/Feature/Cluster_vertical_extent.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Cluster_vertical_extent.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Cluster_vertical_extent.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Cluster_vertical_extent.h $ // $Id: Cluster_vertical_extent.h 19004a7 2020-08-04T13:41:48+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Color_channel.h cgal-5.5.1/include/CGAL/Classification/Feature/Color_channel.h --- cgal-5.5/include/CGAL/Classification/Feature/Color_channel.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Color_channel.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Color_channel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Color_channel.h $ // $Id: Color_channel.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Distance_to_plane.h cgal-5.5.1/include/CGAL/Classification/Feature/Distance_to_plane.h --- cgal-5.5/include/CGAL/Classification/Feature/Distance_to_plane.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Distance_to_plane.h 2022-10-07 19:04:58.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Distance_to_plane.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Distance_to_plane.h $ // $Id: Distance_to_plane.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Echo_scatter.h cgal-5.5.1/include/CGAL/Classification/Feature/Echo_scatter.h --- cgal-5.5/include/CGAL/Classification/Feature/Echo_scatter.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Echo_scatter.h 2022-10-07 19:04:58.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Echo_scatter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Echo_scatter.h $ // $Id: Echo_scatter.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Eigenvalue.h cgal-5.5.1/include/CGAL/Classification/Feature/Eigenvalue.h --- cgal-5.5/include/CGAL/Classification/Feature/Eigenvalue.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Eigenvalue.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Eigenvalue.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Eigenvalue.h $ // $Id: Eigenvalue.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Elevation.h cgal-5.5.1/include/CGAL/Classification/Feature/Elevation.h --- cgal-5.5/include/CGAL/Classification/Feature/Elevation.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Elevation.h 2022-10-07 19:04:58.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Elevation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Elevation.h $ // $Id: Elevation.h 19004a7 2020-08-04T13:41:48+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Gradient_of_feature.h cgal-5.5.1/include/CGAL/Classification/Feature/Gradient_of_feature.h --- cgal-5.5/include/CGAL/Classification/Feature/Gradient_of_feature.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Gradient_of_feature.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Gradient_of_feature.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Gradient_of_feature.h $ // $Id: Gradient_of_feature.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Height_above.h cgal-5.5.1/include/CGAL/Classification/Feature/Height_above.h --- cgal-5.5/include/CGAL/Classification/Feature/Height_above.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Height_above.h 2022-10-07 19:04:58.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Height_above.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Height_above.h $ // $Id: Height_above.h 19004a7 2020-08-04T13:41:48+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Height_below.h cgal-5.5.1/include/CGAL/Classification/Feature/Height_below.h --- cgal-5.5/include/CGAL/Classification/Feature/Height_below.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Height_below.h 2022-10-07 19:04:58.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Height_below.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Height_below.h $ // $Id: Height_below.h 19004a7 2020-08-04T13:41:48+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Simple_feature.h cgal-5.5.1/include/CGAL/Classification/Feature/Simple_feature.h --- cgal-5.5/include/CGAL/Classification/Feature/Simple_feature.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Simple_feature.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Simple_feature.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Simple_feature.h $ // $Id: Simple_feature.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Vertical_dispersion.h cgal-5.5.1/include/CGAL/Classification/Feature/Vertical_dispersion.h --- cgal-5.5/include/CGAL/Classification/Feature/Vertical_dispersion.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Vertical_dispersion.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Vertical_dispersion.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Vertical_dispersion.h $ // $Id: Vertical_dispersion.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Verticality.h cgal-5.5.1/include/CGAL/Classification/Feature/Verticality.h --- cgal-5.5/include/CGAL/Classification/Feature/Verticality.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Verticality.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Verticality.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Verticality.h $ // $Id: Verticality.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature/Vertical_range.h cgal-5.5.1/include/CGAL/Classification/Feature/Vertical_range.h --- cgal-5.5/include/CGAL/Classification/Feature/Vertical_range.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature/Vertical_range.h 2022-10-07 19:04:58.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature/Vertical_range.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature/Vertical_range.h $ // $Id: Vertical_range.h 19004a7 2020-08-04T13:41:48+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature_base.h cgal-5.5.1/include/CGAL/Classification/Feature_base.h --- cgal-5.5/include/CGAL/Classification/Feature_base.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature_base.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature_base.h $ // $Id: Feature_base.h 627584f 2020-09-30T08:38:45+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Feature_set.h cgal-5.5.1/include/CGAL/Classification/Feature_set.h --- cgal-5.5/include/CGAL/Classification/Feature_set.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Feature_set.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Feature_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Feature_set.h $ // $Id: Feature_set.h 473d30b 2021-04-06T15:12:45+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Image.h cgal-5.5.1/include/CGAL/Classification/Image.h --- cgal-5.5/include/CGAL/Classification/Image.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Image.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Image.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Image.h $ // $Id: Image.h 43014ba 2020-04-02T10:28:50+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/internal/verbosity.h cgal-5.5.1/include/CGAL/Classification/internal/verbosity.h --- cgal-5.5/include/CGAL/Classification/internal/verbosity.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/internal/verbosity.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/internal/verbosity.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/internal/verbosity.h $ // $Id: verbosity.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Label.h cgal-5.5.1/include/CGAL/Classification/Label.h --- cgal-5.5/include/CGAL/Classification/Label.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Label.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Label.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Label.h $ // $Id: Label.h c863ee6 2021-05-04T17:28:52+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Label_set.h cgal-5.5.1/include/CGAL/Classification/Label_set.h --- cgal-5.5/include/CGAL/Classification/Label_set.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Label_set.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Label_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Label_set.h $ // $Id: Label_set.h 7fe4c32 2021-12-27T09:19:42+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Local_eigen_analysis.h cgal-5.5.1/include/CGAL/Classification/Local_eigen_analysis.h --- cgal-5.5/include/CGAL/Classification/Local_eigen_analysis.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Local_eigen_analysis.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Local_eigen_analysis.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Local_eigen_analysis.h $ // $Id: Local_eigen_analysis.h 350b917 2021-04-11T14:50:44+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Mesh_feature_generator.h cgal-5.5.1/include/CGAL/Classification/Mesh_feature_generator.h --- cgal-5.5/include/CGAL/Classification/Mesh_feature_generator.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Mesh_feature_generator.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Mesh_feature_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Mesh_feature_generator.h $ // $Id: Mesh_feature_generator.h 350b917 2021-04-11T14:50:44+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Mesh_neighborhood.h cgal-5.5.1/include/CGAL/Classification/Mesh_neighborhood.h --- cgal-5.5/include/CGAL/Classification/Mesh_neighborhood.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Mesh_neighborhood.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Mesh_neighborhood.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Mesh_neighborhood.h $ // $Id: Mesh_neighborhood.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/OpenCV/Random_forest_classifier.h cgal-5.5.1/include/CGAL/Classification/OpenCV/Random_forest_classifier.h --- cgal-5.5/include/CGAL/Classification/OpenCV/Random_forest_classifier.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/OpenCV/Random_forest_classifier.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/OpenCV/Random_forest_classifier.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/OpenCV/Random_forest_classifier.h $ // $Id: Random_forest_classifier.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Planimetric_grid.h cgal-5.5.1/include/CGAL/Classification/Planimetric_grid.h --- cgal-5.5/include/CGAL/Classification/Planimetric_grid.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Planimetric_grid.h 2022-10-07 19:04:58.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Planimetric_grid.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Planimetric_grid.h $ // $Id: Planimetric_grid.h 0e934b1 2020-08-04T13:16:13+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Point_set_feature_generator.h cgal-5.5.1/include/CGAL/Classification/Point_set_feature_generator.h --- cgal-5.5/include/CGAL/Classification/Point_set_feature_generator.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Point_set_feature_generator.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Point_set_feature_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Point_set_feature_generator.h $ // $Id: Point_set_feature_generator.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Point_set_neighborhood.h cgal-5.5.1/include/CGAL/Classification/Point_set_neighborhood.h --- cgal-5.5/include/CGAL/Classification/Point_set_neighborhood.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Point_set_neighborhood.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Point_set_neighborhood.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Point_set_neighborhood.h $ // $Id: Point_set_neighborhood.h 833e511 2021-11-10T11:31:42+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/property_maps.h cgal-5.5.1/include/CGAL/Classification/property_maps.h --- cgal-5.5/include/CGAL/Classification/property_maps.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/property_maps.h 2022-10-07 19:04:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/property_maps.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/property_maps.h $ // $Id: property_maps.h 590ddf8 2021-10-08T15:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification/Sum_of_weighted_features_classifier.h cgal-5.5.1/include/CGAL/Classification/Sum_of_weighted_features_classifier.h --- cgal-5.5/include/CGAL/Classification/Sum_of_weighted_features_classifier.h 2022-07-13 19:04:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification/Sum_of_weighted_features_classifier.h 2022-10-07 19:04:58.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification/Sum_of_weighted_features_classifier.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification/Sum_of_weighted_features_classifier.h $ // $Id: Sum_of_weighted_features_classifier.h 393ae7d 2021-05-12T15:03:53+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Classification.h cgal-5.5.1/include/CGAL/Classification.h --- cgal-5.5/include/CGAL/Classification.h 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Classification.h 2022-10-07 19:04:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Classification/include/CGAL/Classification.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Classification/include/CGAL/Classification.h $ // $Id: Classification.h 8264096 2021-02-23T08:49:18+01:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/cluster_point_set.h cgal-5.5.1/include/CGAL/cluster_point_set.h --- cgal-5.5/include/CGAL/cluster_point_set.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/cluster_point_set.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/cluster_point_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/cluster_point_set.h $ // $Id: cluster_point_set.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CMap_linear_cell_complex_storages.h cgal-5.5.1/include/CGAL/CMap_linear_cell_complex_storages.h --- cgal-5.5/include/CGAL/CMap_linear_cell_complex_storages.h 2022-07-13 19:05:33.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CMap_linear_cell_complex_storages.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/CMap_linear_cell_complex_storages.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/CMap_linear_cell_complex_storages.h $ // $Id: CMap_linear_cell_complex_storages.h 46f5325 2022-01-27T10:36:22+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Coercion_traits.h cgal-5.5.1/include/CGAL/Coercion_traits.h --- cgal-5.5/include/CGAL/Coercion_traits.h 2022-07-13 19:04:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Coercion_traits.h 2022-10-07 19:04:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/Coercion_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/Coercion_traits.h $ // $Id: Coercion_traits.h a88a84b 2021-08-13T15:46:50+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combination_enumerator.h cgal-5.5.1/include/CGAL/Combination_enumerator.h --- cgal-5.5/include/CGAL/Combination_enumerator.h 2022-07-13 19:05:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combination_enumerator.h 2022-10-07 19:05:05.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generator/include/CGAL/Combination_enumerator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generator/include/CGAL/Combination_enumerator.h $ // $Id: Combination_enumerator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map/internal/Combinatorial_map_copy_functors.h cgal-5.5.1/include/CGAL/Combinatorial_map/internal/Combinatorial_map_copy_functors.h --- cgal-5.5/include/CGAL/Combinatorial_map/internal/Combinatorial_map_copy_functors.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map/internal/Combinatorial_map_copy_functors.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map/internal/Combinatorial_map_copy_functors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map/internal/Combinatorial_map_copy_functors.h $ // $Id: Combinatorial_map_copy_functors.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map/internal/Combinatorial_map_group_functors.h cgal-5.5.1/include/CGAL/Combinatorial_map/internal/Combinatorial_map_group_functors.h --- cgal-5.5/include/CGAL/Combinatorial_map/internal/Combinatorial_map_group_functors.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map/internal/Combinatorial_map_group_functors.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map/internal/Combinatorial_map_group_functors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map/internal/Combinatorial_map_group_functors.h $ // $Id: Combinatorial_map_group_functors.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map/internal/Combinatorial_map_internal_functors.h cgal-5.5.1/include/CGAL/Combinatorial_map/internal/Combinatorial_map_internal_functors.h --- cgal-5.5/include/CGAL/Combinatorial_map/internal/Combinatorial_map_internal_functors.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map/internal/Combinatorial_map_internal_functors.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map/internal/Combinatorial_map_internal_functors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map/internal/Combinatorial_map_internal_functors.h $ // $Id: Combinatorial_map_internal_functors.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map/internal/Combinatorial_map_sewable.h cgal-5.5.1/include/CGAL/Combinatorial_map/internal/Combinatorial_map_sewable.h --- cgal-5.5/include/CGAL/Combinatorial_map/internal/Combinatorial_map_sewable.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map/internal/Combinatorial_map_sewable.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map/internal/Combinatorial_map_sewable.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map/internal/Combinatorial_map_sewable.h $ // $Id: Combinatorial_map_sewable.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map/internal/Combinatorial_map_utility.h cgal-5.5.1/include/CGAL/Combinatorial_map/internal/Combinatorial_map_utility.h --- cgal-5.5/include/CGAL/Combinatorial_map/internal/Combinatorial_map_utility.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map/internal/Combinatorial_map_utility.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map/internal/Combinatorial_map_utility.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map/internal/Combinatorial_map_utility.h $ // $Id: Combinatorial_map_utility.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map_basic_operations.h cgal-5.5.1/include/CGAL/Combinatorial_map_basic_operations.h --- cgal-5.5/include/CGAL/Combinatorial_map_basic_operations.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map_basic_operations.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map_basic_operations.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map_basic_operations.h $ // $Id: Combinatorial_map_basic_operations.h 3fb644e 2020-04-10T17:40:30+02:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map_functors.h cgal-5.5.1/include/CGAL/Combinatorial_map_functors.h --- cgal-5.5/include/CGAL/Combinatorial_map_functors.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map_functors.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map_functors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map_functors.h $ // $Id: Combinatorial_map_functors.h d909084 2022-01-18T14:30:21+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map_fwd.h cgal-5.5.1/include/CGAL/Combinatorial_map_fwd.h --- cgal-5.5/include/CGAL/Combinatorial_map_fwd.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map_fwd.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map_fwd.h $ // $Id: Combinatorial_map_fwd.h 46f5325 2022-01-27T10:36:22+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map.h cgal-5.5.1/include/CGAL/Combinatorial_map.h --- cgal-5.5/include/CGAL/Combinatorial_map.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map.h $ // $Id: Combinatorial_map.h 95b6bf3 2022-03-18T15:58:28+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map_iterators_base.h cgal-5.5.1/include/CGAL/Combinatorial_map_iterators_base.h --- cgal-5.5/include/CGAL/Combinatorial_map_iterators_base.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map_iterators_base.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map_iterators_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map_iterators_base.h $ // $Id: Combinatorial_map_iterators_base.h 5ecd852 2021-04-26T21:37:02+01:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map_operations.h cgal-5.5.1/include/CGAL/Combinatorial_map_operations.h --- cgal-5.5/include/CGAL/Combinatorial_map_operations.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map_operations.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map_operations.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map_operations.h $ // $Id: Combinatorial_map_operations.h 46f5325 2022-01-27T10:36:22+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map_save_load.h cgal-5.5.1/include/CGAL/Combinatorial_map_save_load.h --- cgal-5.5/include/CGAL/Combinatorial_map_save_load.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map_save_load.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map_save_load.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map_save_load.h $ // $Id: Combinatorial_map_save_load.h 5c57f83 2021-10-14T17:19:33+02:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Combinatorial_map_storages.h cgal-5.5.1/include/CGAL/Combinatorial_map_storages.h --- cgal-5.5/include/CGAL/Combinatorial_map_storages.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Combinatorial_map_storages.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Combinatorial_map_storages.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Combinatorial_map_storages.h $ // $Id: Combinatorial_map_storages.h 46f5325 2022-01-27T10:36:22+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Compact_container.h cgal-5.5.1/include/CGAL/Compact_container.h --- cgal-5.5/include/CGAL/Compact_container.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Compact_container.h 2022-10-07 19:06:24.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Compact_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Compact_container.h $ // $Id: Compact_container.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Compact_mesh_cell_base_3.h cgal-5.5.1/include/CGAL/Compact_mesh_cell_base_3.h --- cgal-5.5/include/CGAL/Compact_mesh_cell_base_3.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Compact_mesh_cell_base_3.h 2022-10-07 19:05:40.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h $ // $Id: Compact_mesh_cell_base_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Compare_handles_with_or_without_timestamps.h cgal-5.5.1/include/CGAL/Compare_handles_with_or_without_timestamps.h --- cgal-5.5/include/CGAL/Compare_handles_with_or_without_timestamps.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Compare_handles_with_or_without_timestamps.h 2022-10-07 19:06:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Compare_handles_with_or_without_timestamps.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Compare_handles_with_or_without_timestamps.h $ // $Id: Compare_handles_with_or_without_timestamps.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/compare_vertices.h cgal-5.5.1/include/CGAL/compare_vertices.h --- cgal-5.5/include/CGAL/compare_vertices.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/compare_vertices.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_2/include/CGAL/compare_vertices.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_2/include/CGAL/compare_vertices.h $ // $Id: compare_vertices.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Complex_2_in_triangulation_3.h cgal-5.5.1/include/CGAL/Complex_2_in_triangulation_3.h --- cgal-5.5/include/CGAL/Complex_2_in_triangulation_3.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Complex_2_in_triangulation_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Complex_2_in_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Complex_2_in_triangulation_3.h $ // $Id: Complex_2_in_triangulation_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Complex_2_in_triangulation_cell_base_3.h cgal-5.5.1/include/CGAL/Complex_2_in_triangulation_cell_base_3.h --- cgal-5.5/include/CGAL/Complex_2_in_triangulation_cell_base_3.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Complex_2_in_triangulation_cell_base_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Complex_2_in_triangulation_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Complex_2_in_triangulation_cell_base_3.h $ // $Id: Complex_2_in_triangulation_cell_base_3.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Complex_2_in_triangulation_vertex_base_3.h cgal-5.5.1/include/CGAL/Complex_2_in_triangulation_vertex_base_3.h --- cgal-5.5/include/CGAL/Complex_2_in_triangulation_vertex_base_3.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Complex_2_in_triangulation_vertex_base_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Complex_2_in_triangulation_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Complex_2_in_triangulation_vertex_base_3.h $ // $Id: Complex_2_in_triangulation_vertex_base_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Complexity_tags.h cgal-5.5.1/include/CGAL/Complexity_tags.h --- cgal-5.5/include/CGAL/Complexity_tags.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Complexity_tags.h 2022-10-07 19:06:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Complexity_tags.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Complexity_tags.h $ // $Id: Complexity_tags.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Compute_anchor_3.h cgal-5.5.1/include/CGAL/Compute_anchor_3.h --- cgal-5.5/include/CGAL/Compute_anchor_3.h 2022-07-13 19:06:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Compute_anchor_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/Compute_anchor_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/Compute_anchor_3.h $ // $Id: Compute_anchor_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/compute_average_spacing.h cgal-5.5.1/include/CGAL/compute_average_spacing.h --- cgal-5.5/include/CGAL/compute_average_spacing.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/compute_average_spacing.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/compute_average_spacing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/compute_average_spacing.h $ // $Id: compute_average_spacing.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Compute_cone_boundaries_2.h cgal-5.5.1/include/CGAL/Compute_cone_boundaries_2.h --- cgal-5.5/include/CGAL/Compute_cone_boundaries_2.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Compute_cone_boundaries_2.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cone_spanners_2/include/CGAL/Compute_cone_boundaries_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cone_spanners_2/include/CGAL/Compute_cone_boundaries_2.h $ // $Id: Compute_cone_boundaries_2.h 6486844 2022-05-10T11:30:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/compute_outer_frame_margin.h cgal-5.5.1/include/CGAL/compute_outer_frame_margin.h --- cgal-5.5/include/CGAL/compute_outer_frame_margin.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/compute_outer_frame_margin.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/compute_outer_frame_margin.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/compute_outer_frame_margin.h $ // $Id: compute_outer_frame_margin.h 9051fc1 2020-10-08T22:54:11+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Concatenate_iterator.h cgal-5.5.1/include/CGAL/Concatenate_iterator.h --- cgal-5.5/include/CGAL/Concatenate_iterator.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Concatenate_iterator.h 2022-10-07 19:06:24.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Concatenate_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Concatenate_iterator.h $ // $Id: Concatenate_iterator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Concurrent_compact_container.h cgal-5.5.1/include/CGAL/Concurrent_compact_container.h --- cgal-5.5/include/CGAL/Concurrent_compact_container.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Concurrent_compact_container.h 2022-10-07 19:06:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Concurrent_compact_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Concurrent_compact_container.h $ // $Id: Concurrent_compact_container.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cone_spanners_2/Less_by_direction_2.h cgal-5.5.1/include/CGAL/Cone_spanners_2/Less_by_direction_2.h --- cgal-5.5/include/CGAL/Cone_spanners_2/Less_by_direction_2.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cone_spanners_2/Less_by_direction_2.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cone_spanners_2/include/CGAL/Cone_spanners_2/Less_by_direction_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cone_spanners_2/include/CGAL/Cone_spanners_2/Less_by_direction_2.h $ // $Id: Less_by_direction_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cone_spanners_2/Plane_scan_tree.h cgal-5.5.1/include/CGAL/Cone_spanners_2/Plane_scan_tree.h --- cgal-5.5/include/CGAL/Cone_spanners_2/Plane_scan_tree.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cone_spanners_2/Plane_scan_tree.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cone_spanners_2/include/CGAL/Cone_spanners_2/Plane_scan_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cone_spanners_2/include/CGAL/Cone_spanners_2/Plane_scan_tree.h $ // $Id: Plane_scan_tree.h 0d66e19 2020-07-24T17:05:10+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cone_spanners_2/Plane_scan_tree_impl.h cgal-5.5.1/include/CGAL/Cone_spanners_2/Plane_scan_tree_impl.h --- cgal-5.5/include/CGAL/Cone_spanners_2/Plane_scan_tree_impl.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cone_spanners_2/Plane_scan_tree_impl.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cone_spanners_2/include/CGAL/Cone_spanners_2/Plane_scan_tree_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cone_spanners_2/include/CGAL/Cone_spanners_2/Plane_scan_tree_impl.h $ // $Id: Plane_scan_tree_impl.h 72bf8cc 2021-09-15T07:07:18+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Cone_spanners_enum_2.h cgal-5.5.1/include/CGAL/Cone_spanners_enum_2.h --- cgal-5.5/include/CGAL/Cone_spanners_enum_2.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Cone_spanners_enum_2.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cone_spanners_2/include/CGAL/Cone_spanners_enum_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cone_spanners_2/include/CGAL/Cone_spanners_enum_2.h $ // $Id: Cone_spanners_enum_2.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/config.h cgal-5.5.1/include/CGAL/config.h --- cgal-5.5/include/CGAL/config.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/config.h 2022-10-07 19:05:13.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/config.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/config.h $ // $Id: config.h 709f123 2022-05-13T17:22:43+02:00 Sebastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Conic_2.h cgal-5.5.1/include/CGAL/Conic_2.h --- cgal-5.5/include/CGAL/Conic_2.h 2022-07-13 19:05:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Conic_2.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Conic_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Conic_2.h $ // $Id: Conic_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/connect_holes.h cgal-5.5.1/include/CGAL/connect_holes.h --- cgal-5.5/include/CGAL/connect_holes.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/connect_holes.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/connect_holes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/connect_holes.h $ // $Id: connect_holes.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/constant.h cgal-5.5.1/include/CGAL/constant.h --- cgal-5.5/include/CGAL/constant.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/constant.h 2022-10-07 19:05:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/constant.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/constant.h $ // $Id: constant.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Constrained_Delaunay_triangulation_2.h cgal-5.5.1/include/CGAL/Constrained_Delaunay_triangulation_2.h --- cgal-5.5/include/CGAL/Constrained_Delaunay_triangulation_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Constrained_Delaunay_triangulation_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Constrained_Delaunay_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Constrained_Delaunay_triangulation_2.h $ // $Id: Constrained_Delaunay_triangulation_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h cgal-5.5.1/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h --- cgal-5.5/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h 2022-10-07 19:05:37.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h $ // $Id: Constrained_Delaunay_triangulation_face_base_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Constrained_triangulation_2.h cgal-5.5.1/include/CGAL/Constrained_triangulation_2.h --- cgal-5.5/include/CGAL/Constrained_triangulation_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Constrained_triangulation_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Constrained_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Constrained_triangulation_2.h $ // $Id: Constrained_triangulation_2.h 561cc66 2022-06-29T12:30:35+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Constrained_triangulation_face_base_2.h cgal-5.5.1/include/CGAL/Constrained_triangulation_face_base_2.h --- cgal-5.5/include/CGAL/Constrained_triangulation_face_base_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Constrained_triangulation_face_base_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Constrained_triangulation_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Constrained_triangulation_face_base_2.h $ // $Id: Constrained_triangulation_face_base_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Constrained_triangulation_plus_2.h cgal-5.5.1/include/CGAL/Constrained_triangulation_plus_2.h --- cgal-5.5/include/CGAL/Constrained_triangulation_plus_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Constrained_triangulation_plus_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h $ // $Id: Constrained_triangulation_plus_2.h 561cc66 2022-06-29T12:30:35+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Constrained_voronoi_diagram_2.h cgal-5.5.1/include/CGAL/Constrained_voronoi_diagram_2.h --- cgal-5.5/include/CGAL/Constrained_voronoi_diagram_2.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Constrained_voronoi_diagram_2.h 2022-10-07 19:05:37.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Constrained_voronoi_diagram_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Constrained_voronoi_diagram_2.h $ // $Id: Constrained_voronoi_diagram_2.h 7e3af5c 2021-09-10T11:26:53+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/constructions/constructions_for_voronoi_intersection_cartesian_2_3.h cgal-5.5.1/include/CGAL/constructions/constructions_for_voronoi_intersection_cartesian_2_3.h --- cgal-5.5/include/CGAL/constructions/constructions_for_voronoi_intersection_cartesian_2_3.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/constructions/constructions_for_voronoi_intersection_cartesian_2_3.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/constructions/constructions_for_voronoi_intersection_cartesian_2_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/constructions/constructions_for_voronoi_intersection_cartesian_2_3.h $ // $Id: constructions_for_voronoi_intersection_cartesian_2_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/constructions/kernel_ftC2.h cgal-5.5.1/include/CGAL/constructions/kernel_ftC2.h --- cgal-5.5/include/CGAL/constructions/kernel_ftC2.h 2022-07-13 19:04:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/constructions/kernel_ftC2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h $ // $Id: kernel_ftC2.h 2165605 2021-02-18T15:26:51+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/constructions/kernel_ftC3.h cgal-5.5.1/include/CGAL/constructions/kernel_ftC3.h --- cgal-5.5/include/CGAL/constructions/kernel_ftC3.h 2022-07-13 19:04:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/constructions/kernel_ftC3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/constructions/kernel_ftC3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/constructions/kernel_ftC3.h $ // $Id: kernel_ftC3.h 1916290 2022-03-21T18:04:03+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/constructions/Polygon_offset_cons_ftC2.h cgal-5.5.1/include/CGAL/constructions/Polygon_offset_cons_ftC2.h --- cgal-5.5/include/CGAL/constructions/Polygon_offset_cons_ftC2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/constructions/Polygon_offset_cons_ftC2.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/constructions/Polygon_offset_cons_ftC2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/constructions/Polygon_offset_cons_ftC2.h $ // $Id: Polygon_offset_cons_ftC2.h 13f19c4 2020-10-07T19:28:54+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h cgal-5.5.1/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h --- cgal-5.5/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h $ // $Id: Straight_skeleton_cons_ftC2.h 45b5fd4 2022-07-06T12:58:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/constructions_d.h cgal-5.5.1/include/CGAL/constructions_d.h --- cgal-5.5/include/CGAL/constructions_d.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/constructions_d.h 2022-10-07 19:05:34.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/constructions_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/constructions_d.h $ // $Id: constructions_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Construct_theta_graph_2.h cgal-5.5.1/include/CGAL/Construct_theta_graph_2.h --- cgal-5.5/include/CGAL/Construct_theta_graph_2.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Construct_theta_graph_2.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cone_spanners_2/include/CGAL/Construct_theta_graph_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cone_spanners_2/include/CGAL/Construct_theta_graph_2.h $ // $Id: Construct_theta_graph_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Construct_yao_graph_2.h cgal-5.5.1/include/CGAL/Construct_yao_graph_2.h --- cgal-5.5/include/CGAL/Construct_yao_graph_2.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Construct_yao_graph_2.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cone_spanners_2/include/CGAL/Construct_yao_graph_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cone_spanners_2/include/CGAL/Construct_yao_graph_2.h $ // $Id: Construct_yao_graph_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Container_helper.h cgal-5.5.1/include/CGAL/Container_helper.h --- cgal-5.5/include/CGAL/Container_helper.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Container_helper.h 2022-10-07 19:06:24.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Container_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Container_helper.h $ // $Id: Container_helper.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/convert_to_bfi.h cgal-5.5.1/include/CGAL/convert_to_bfi.h --- cgal-5.5/include/CGAL/convert_to_bfi.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/convert_to_bfi.h 2022-10-07 19:05:22.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interval_support/include/CGAL/convert_to_bfi.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interval_support/include/CGAL/convert_to_bfi.h $ // $Id: convert_to_bfi.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/Edge_sorter.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/Edge_sorter.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/Edge_sorter.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/Edge_sorter.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Edge_sorter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Edge_sorter.h $ // $Id: Edge_sorter.h 1a08127 2020-11-18T07:43:12+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/External_structure_builder.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/External_structure_builder.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/External_structure_builder.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/External_structure_builder.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/External_structure_builder.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/External_structure_builder.h $ // $Id: External_structure_builder.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h $ // $Id: Insert_vertex_into_edge.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/is_reflex_sedge.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/is_reflex_sedge.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/is_reflex_sedge.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/is_reflex_sedge.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/is_reflex_sedge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/is_reflex_sedge.h $ // $Id: is_reflex_sedge.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/Ray_hit_generator2.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/Ray_hit_generator2.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/Ray_hit_generator2.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/Ray_hit_generator2.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Ray_hit_generator2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Ray_hit_generator2.h $ // $Id: Ray_hit_generator2.h 1172c9d 2022-03-29T17:48:17+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/Ray_hit_generator.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/Ray_hit_generator.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/Ray_hit_generator.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/Ray_hit_generator.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Ray_hit_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Ray_hit_generator.h $ // $Id: Ray_hit_generator.h 1172c9d 2022-03-29T17:48:17+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/Reflex_edge_searcher.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/Reflex_edge_searcher.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/Reflex_edge_searcher.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/Reflex_edge_searcher.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Reflex_edge_searcher.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Reflex_edge_searcher.h $ // $Id: Reflex_edge_searcher.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h $ // $Id: Reflex_vertex_searcher.h 4229fa4 2021-04-27T22:34:01+01:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/SFace_separator.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/SFace_separator.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/SFace_separator.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/SFace_separator.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/SFace_separator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/SFace_separator.h $ // $Id: SFace_separator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/Single_wall_creator2.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/Single_wall_creator2.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/Single_wall_creator2.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/Single_wall_creator2.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Single_wall_creator2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Single_wall_creator2.h $ // $Id: Single_wall_creator2.h 30e536b 2021-03-01T08:06:48+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/Single_wall_creator3.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/Single_wall_creator3.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/Single_wall_creator3.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/Single_wall_creator3.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Single_wall_creator3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Single_wall_creator3.h $ // $Id: Single_wall_creator3.h 30e536b 2021-03-01T08:06:48+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/Single_wall_creator.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/Single_wall_creator.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/Single_wall_creator.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/Single_wall_creator.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Single_wall_creator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Single_wall_creator.h $ // $Id: Single_wall_creator.h 6831403 2021-09-29T11:47:08+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/SM_walls.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/SM_walls.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/SM_walls.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/SM_walls.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/SM_walls.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/SM_walls.h $ // $Id: SM_walls.h 30e536b 2021-03-01T08:06:48+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h cgal-5.5.1/include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h --- cgal-5.5/include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h $ // $Id: YVertical_wall_builder.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/convex_decomposition_3.h cgal-5.5.1/include/CGAL/convex_decomposition_3.h --- cgal-5.5/include/CGAL/convex_decomposition_3.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/convex_decomposition_3.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_decomposition_3/include/CGAL/convex_decomposition_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_decomposition_3/include/CGAL/convex_decomposition_3.h $ // $Id: convex_decomposition_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h cgal-5.5.1/include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h --- cgal-5.5/include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h $ // $Id: ch_akl_toussaint_impl.h 21755b1 2021-03-24T15:05:41+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_2/ch_assertions.h cgal-5.5.1/include/CGAL/Convex_hull_2/ch_assertions.h --- cgal-5.5/include/CGAL/Convex_hull_2/ch_assertions.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_2/ch_assertions.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_2/ch_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_2/ch_assertions.h $ // $Id: ch_assertions.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_2/ch_bykat_impl.h cgal-5.5.1/include/CGAL/Convex_hull_2/ch_bykat_impl.h --- cgal-5.5/include/CGAL/Convex_hull_2/ch_bykat_impl.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_2/ch_bykat_impl.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_2/ch_bykat_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_2/ch_bykat_impl.h $ // $Id: ch_bykat_impl.h 21755b1 2021-03-24T15:05:41+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_2/ch_eddy_impl.h cgal-5.5.1/include/CGAL/Convex_hull_2/ch_eddy_impl.h --- cgal-5.5/include/CGAL/Convex_hull_2/ch_eddy_impl.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_2/ch_eddy_impl.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_2/ch_eddy_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_2/ch_eddy_impl.h $ // $Id: ch_eddy_impl.h c4ad713 2021-01-05T11:40:22+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h cgal-5.5.1/include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h --- cgal-5.5/include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h $ // $Id: ch_graham_andrew_impl.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_2/ch_jarvis_impl.h cgal-5.5.1/include/CGAL/Convex_hull_2/ch_jarvis_impl.h --- cgal-5.5/include/CGAL/Convex_hull_2/ch_jarvis_impl.h 2022-07-13 19:04:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_2/ch_jarvis_impl.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_2/ch_jarvis_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_2/ch_jarvis_impl.h $ // $Id: ch_jarvis_impl.h 21755b1 2021-03-24T15:05:41+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_2/ch_melkman_impl.h cgal-5.5.1/include/CGAL/Convex_hull_2/ch_melkman_impl.h --- cgal-5.5/include/CGAL/Convex_hull_2/ch_melkman_impl.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_2/ch_melkman_impl.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h $ // $Id: ch_melkman_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_2/ch_selected_extreme_points_2_impl.h cgal-5.5.1/include/CGAL/Convex_hull_2/ch_selected_extreme_points_2_impl.h --- cgal-5.5/include/CGAL/Convex_hull_2/ch_selected_extreme_points_2_impl.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_2/ch_selected_extreme_points_2_impl.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_2/ch_selected_extreme_points_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_2/ch_selected_extreme_points_2_impl.h $ // $Id: ch_selected_extreme_points_2_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_2/convexity_check_2_impl.h cgal-5.5.1/include/CGAL/Convex_hull_2/convexity_check_2_impl.h --- cgal-5.5/include/CGAL/Convex_hull_2/convexity_check_2_impl.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_2/convexity_check_2_impl.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_2/convexity_check_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_2/convexity_check_2_impl.h $ // $Id: convexity_check_2_impl.h 4bb0406 2021-02-04T18:12:12+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/convex_hull_2.h cgal-5.5.1/include/CGAL/convex_hull_2.h --- cgal-5.5/include/CGAL/convex_hull_2.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/convex_hull_2.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/convex_hull_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/convex_hull_2.h $ // $Id: convex_hull_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_2.h cgal-5.5.1/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_2.h --- cgal-5.5/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_2.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_2.h $ // $Id: Convex_hull_traits_dual_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_3.h cgal-5.5.1/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_3.h --- cgal-5.5/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_3.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_3.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_3.h $ // $Id: Convex_hull_traits_dual_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h cgal-5.5.1/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h --- cgal-5.5/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h $ // $Id: halfspace_intersection_3.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_3/dual/halfspace_intersection_interior_point_3.h cgal-5.5.1/include/CGAL/Convex_hull_3/dual/halfspace_intersection_interior_point_3.h --- cgal-5.5/include/CGAL/Convex_hull_3/dual/halfspace_intersection_interior_point_3.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_3/dual/halfspace_intersection_interior_point_3.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Convex_hull_3/dual/halfspace_intersection_interior_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Convex_hull_3/dual/halfspace_intersection_interior_point_3.h $ // $Id: halfspace_intersection_interior_point_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h cgal-5.5.1/include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h --- cgal-5.5/include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h $ // $Id: halfspace_intersection_with_constructions_3.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_3/dual/predicates.h cgal-5.5.1/include/CGAL/Convex_hull_3/dual/predicates.h --- cgal-5.5/include/CGAL/Convex_hull_3/dual/predicates.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_3/dual/predicates.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Convex_hull_3/dual/predicates.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Convex_hull_3/dual/predicates.h $ // $Id: predicates.h 46d1aea 2022-05-09T15:30:26+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_3/internal/Indexed_triangle_set.h cgal-5.5.1/include/CGAL/Convex_hull_3/internal/Indexed_triangle_set.h --- cgal-5.5/include/CGAL/Convex_hull_3/internal/Indexed_triangle_set.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_3/internal/Indexed_triangle_set.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Convex_hull_3/internal/Indexed_triangle_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Convex_hull_3/internal/Indexed_triangle_set.h $ // $Id: Indexed_triangle_set.h cb4f549 2021-12-07T16:03:18+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/convex_hull_3.h cgal-5.5.1/include/CGAL/convex_hull_3.h --- cgal-5.5/include/CGAL/convex_hull_3.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/convex_hull_3.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/convex_hull_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/convex_hull_3.h $ // $Id: convex_hull_3.h 9bb36b0 2022-02-01T08:58:25+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/convex_hull_3_to_face_graph.h cgal-5.5.1/include/CGAL/convex_hull_3_to_face_graph.h --- cgal-5.5/include/CGAL/convex_hull_3_to_face_graph.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/convex_hull_3_to_face_graph.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/convex_hull_3_to_face_graph.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/convex_hull_3_to_face_graph.h $ // $Id: convex_hull_3_to_face_graph.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/convex_hull_constructive_traits_2.h cgal-5.5.1/include/CGAL/convex_hull_constructive_traits_2.h --- cgal-5.5/include/CGAL/convex_hull_constructive_traits_2.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/convex_hull_constructive_traits_2.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/convex_hull_constructive_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/convex_hull_constructive_traits_2.h $ // $Id: convex_hull_constructive_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_d.h cgal-5.5.1/include/CGAL/Convex_hull_d.h --- cgal-5.5/include/CGAL/Convex_hull_d.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_d.h 2022-10-07 19:05:02.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_d/include/CGAL/Convex_hull_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_d/include/CGAL/Convex_hull_d.h $ // $Id: Convex_hull_d.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_d_to_polyhedron_3.h cgal-5.5.1/include/CGAL/Convex_hull_d_to_polyhedron_3.h --- cgal-5.5/include/CGAL/Convex_hull_d_to_polyhedron_3.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_d_to_polyhedron_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_d/include/CGAL/Convex_hull_d_to_polyhedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_d/include/CGAL/Convex_hull_d_to_polyhedron_3.h $ // $Id: Convex_hull_d_to_polyhedron_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_d_traits_3.h cgal-5.5.1/include/CGAL/Convex_hull_d_traits_3.h --- cgal-5.5/include/CGAL/Convex_hull_d_traits_3.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_d_traits_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_d/include/CGAL/Convex_hull_d_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_d/include/CGAL/Convex_hull_d_traits_3.h $ // $Id: Convex_hull_d_traits_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_face_base_2.h cgal-5.5.1/include/CGAL/Convex_hull_face_base_2.h --- cgal-5.5/include/CGAL/Convex_hull_face_base_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_face_base_2.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Convex_hull_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Convex_hull_face_base_2.h $ // $Id: Convex_hull_face_base_2.h 9ecb90c 2022-01-26T19:07:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_projective_xy_traits_2.h cgal-5.5.1/include/CGAL/Convex_hull_projective_xy_traits_2.h --- cgal-5.5/include/CGAL/Convex_hull_projective_xy_traits_2.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_projective_xy_traits_2.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_projective_xy_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_projective_xy_traits_2.h $ // $Id: Convex_hull_projective_xy_traits_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_projective_xz_traits_2.h cgal-5.5.1/include/CGAL/Convex_hull_projective_xz_traits_2.h --- cgal-5.5/include/CGAL/Convex_hull_projective_xz_traits_2.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_projective_xz_traits_2.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_projective_xz_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_projective_xz_traits_2.h $ // $Id: Convex_hull_projective_xz_traits_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_projective_yz_traits_2.h cgal-5.5.1/include/CGAL/Convex_hull_projective_yz_traits_2.h --- cgal-5.5/include/CGAL/Convex_hull_projective_yz_traits_2.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_projective_yz_traits_2.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_projective_yz_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_projective_yz_traits_2.h $ // $Id: Convex_hull_projective_yz_traits_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/convex_hull_traits_2.h cgal-5.5.1/include/CGAL/convex_hull_traits_2.h --- cgal-5.5/include/CGAL/convex_hull_traits_2.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/convex_hull_traits_2.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/convex_hull_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/convex_hull_traits_2.h $ // $Id: convex_hull_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_traits_3.h cgal-5.5.1/include/CGAL/Convex_hull_traits_3.h --- cgal-5.5/include/CGAL/Convex_hull_traits_3.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_traits_3.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Convex_hull_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Convex_hull_traits_3.h $ // $Id: Convex_hull_traits_3.h 61d42c3 2021-12-16T13:49:45+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_traits_adapter_2.h cgal-5.5.1/include/CGAL/Convex_hull_traits_adapter_2.h --- cgal-5.5/include/CGAL/Convex_hull_traits_adapter_2.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_traits_adapter_2.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/Convex_hull_traits_adapter_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/Convex_hull_traits_adapter_2.h $ // $Id: Convex_hull_traits_adapter_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Convex_hull_vertex_base_2.h cgal-5.5.1/include/CGAL/Convex_hull_vertex_base_2.h --- cgal-5.5/include/CGAL/Convex_hull_vertex_base_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Convex_hull_vertex_base_2.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Convex_hull_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Convex_hull_vertex_base_2.h $ // $Id: Convex_hull_vertex_base_2.h 9ecb90c 2022-01-26T19:07:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/convexity_check_2.h cgal-5.5.1/include/CGAL/convexity_check_2.h --- cgal-5.5/include/CGAL/convexity_check_2.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/convexity_check_2.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/convexity_check_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/convexity_check_2.h $ // $Id: convexity_check_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/convexity_check_3.h cgal-5.5.1/include/CGAL/convexity_check_3.h --- cgal-5.5/include/CGAL/convexity_check_3.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/convexity_check_3.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/convexity_check_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/convexity_check_3.h $ // $Id: convexity_check_3.h df61ad9 2020-11-12T10:56:40+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/copy_n.h cgal-5.5.1/include/CGAL/copy_n.h --- cgal-5.5/include/CGAL/copy_n.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/copy_n.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/copy_n.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/copy_n.h $ // $Id: copy_n.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CORE/BigFloat.h cgal-5.5.1/include/CGAL/CORE/BigFloat.h --- cgal-5.5/include/CGAL/CORE/BigFloat.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/BigFloat.h 2022-10-07 19:04:47.000000000 +0000 @@ -17,7 +17,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/BigFloat.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/BigFloat.h $ * $Id: BigFloat.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/BigFloat_impl.h cgal-5.5.1/include/CGAL/CORE/BigFloat_impl.h --- cgal-5.5/include/CGAL/CORE/BigFloat_impl.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/BigFloat_impl.h 2022-10-07 19:04:47.000000000 +0000 @@ -26,7 +26,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/BigFloat_impl.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/BigFloat_impl.h $ * $Id: BigFloat_impl.h b6e2656 2021-09-15T11:36:00+01:00 Andreas Fabri * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/BigFloatRep.h cgal-5.5.1/include/CGAL/CORE/BigFloatRep.h --- cgal-5.5/include/CGAL/CORE/BigFloatRep.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/BigFloatRep.h 2022-10-07 19:04:47.000000000 +0000 @@ -17,7 +17,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/BigFloatRep.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/BigFloatRep.h $ * $Id: BigFloatRep.h 6680a6e 2021-11-09T16:20:48+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/BigInt.h cgal-5.5.1/include/CGAL/CORE/BigInt.h --- cgal-5.5/include/CGAL/CORE/BigInt.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/BigInt.h 2022-10-07 19:04:47.000000000 +0000 @@ -17,7 +17,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/BigInt.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/BigInt.h $ * $Id: BigInt.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/BigRat.h cgal-5.5.1/include/CGAL/CORE/BigRat.h --- cgal-5.5/include/CGAL/CORE/BigRat.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/BigRat.h 2022-10-07 19:04:47.000000000 +0000 @@ -17,7 +17,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/BigRat.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/BigRat.h $ * $Id: BigRat.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Config.h cgal-5.5.1/include/CGAL/CORE/Config.h --- cgal-5.5/include/CGAL/CORE/Config.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Config.h 2022-10-07 19:04:47.000000000 +0000 @@ -5,7 +5,7 @@ * * This file is part of CGAL (www.cgal.org). * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Config.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Config.h $ * $Id: Config.h 26fb266 2019-10-19T16:28:33+02:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/CoreAux.h cgal-5.5.1/include/CGAL/CORE/CoreAux.h --- cgal-5.5/include/CGAL/CORE/CoreAux.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/CoreAux.h 2022-10-07 19:04:47.000000000 +0000 @@ -17,7 +17,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/CoreAux.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/CoreAux.h $ * $Id: CoreAux.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/CoreAux_impl.h cgal-5.5.1/include/CGAL/CORE/CoreAux_impl.h --- cgal-5.5/include/CGAL/CORE/CoreAux_impl.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/CoreAux_impl.h 2022-10-07 19:04:47.000000000 +0000 @@ -18,7 +18,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/CoreAux_impl.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/CoreAux_impl.h $ * $Id: CoreAux_impl.h 625848e 2021-10-04T13:21:47+02:00 Mael Rouxel-Labbé * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/CoreDefs.h cgal-5.5.1/include/CGAL/CORE/CoreDefs.h --- cgal-5.5/include/CGAL/CORE/CoreDefs.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/CoreDefs.h 2022-10-07 19:04:47.000000000 +0000 @@ -20,7 +20,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/CoreDefs.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/CoreDefs.h $ * $Id: CoreDefs.h 3e03d50 2021-05-05T15:32:22+02:00 Maxime Gimeno * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/CoreDefs_impl.h cgal-5.5.1/include/CGAL/CORE/CoreDefs_impl.h --- cgal-5.5/include/CGAL/CORE/CoreDefs_impl.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/CoreDefs_impl.h 2022-10-07 19:04:47.000000000 +0000 @@ -17,7 +17,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/CoreDefs_impl.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/CoreDefs_impl.h $ * $Id: CoreDefs_impl.h 3e03d50 2021-05-05T15:32:22+02:00 Maxime Gimeno * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/CORE.h cgal-5.5.1/include/CGAL/CORE/CORE.h --- cgal-5.5/include/CGAL/CORE/CORE.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/CORE.h 2022-10-07 19:04:47.000000000 +0000 @@ -18,7 +18,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/CORE.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/CORE.h $ * $Id: CORE.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/CoreIO_impl.h cgal-5.5.1/include/CGAL/CORE/CoreIO_impl.h --- cgal-5.5/include/CGAL/CORE/CoreIO_impl.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/CoreIO_impl.h 2022-10-07 19:04:47.000000000 +0000 @@ -14,7 +14,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/CoreIO_impl.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/CoreIO_impl.h $ * $Id: CoreIO_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Expr.h cgal-5.5.1/include/CGAL/CORE/Expr.h --- cgal-5.5/include/CGAL/CORE/Expr.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Expr.h 2022-10-07 19:04:47.000000000 +0000 @@ -21,7 +21,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Expr.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Expr.h $ * $Id: Expr.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Expr_impl.h cgal-5.5.1/include/CGAL/CORE/Expr_impl.h --- cgal-5.5/include/CGAL/CORE/Expr_impl.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Expr_impl.h 2022-10-07 19:04:47.000000000 +0000 @@ -19,7 +19,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Expr_impl.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Expr_impl.h $ * $Id: Expr_impl.h a8dbdc3 2021-11-16T16:44:43+01:00 Laurent Rineau * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/ExprRep.h cgal-5.5.1/include/CGAL/CORE/ExprRep.h --- cgal-5.5/include/CGAL/CORE/ExprRep.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/ExprRep.h 2022-10-07 19:04:47.000000000 +0000 @@ -21,7 +21,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/ExprRep.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/ExprRep.h $ * $Id: ExprRep.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/extLong.h cgal-5.5.1/include/CGAL/CORE/extLong.h --- cgal-5.5/include/CGAL/CORE/extLong.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/extLong.h 2022-10-07 19:04:47.000000000 +0000 @@ -20,7 +20,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/extLong.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/extLong.h $ * $Id: extLong.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/extLong_impl.h cgal-5.5.1/include/CGAL/CORE/extLong_impl.h --- cgal-5.5/include/CGAL/CORE/extLong_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/extLong_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -24,7 +24,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/extLong_impl.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/extLong_impl.h $ * $Id: extLong_impl.h 627a7b2 2020-04-27T17:08:35+02:00 Maxime Gimeno * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Filter.h cgal-5.5.1/include/CGAL/CORE/Filter.h --- cgal-5.5/include/CGAL/CORE/Filter.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Filter.h 2022-10-07 19:04:47.000000000 +0000 @@ -20,7 +20,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Filter.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Filter.h $ * $Id: Filter.h 6c94c15 2020-05-05T14:40:55+02:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Gmp.h cgal-5.5.1/include/CGAL/CORE/Gmp.h --- cgal-5.5/include/CGAL/CORE/Gmp.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Gmp.h 2022-10-07 19:04:47.000000000 +0000 @@ -5,7 +5,7 @@ * * This file is part of CGAL (www.cgal.org). * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Gmp.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Gmp.h $ * $Id: Gmp.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Gmp_impl.h cgal-5.5.1/include/CGAL/CORE/Gmp_impl.h --- cgal-5.5/include/CGAL/CORE/Gmp_impl.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Gmp_impl.h 2022-10-07 19:04:47.000000000 +0000 @@ -8,7 +8,7 @@ * * Zilin Du, 2003 * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Gmp_impl.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Gmp_impl.h $ * $Id: Gmp_impl.h 12fd01d 2020-09-21T08:54:29+02:00 Ahmed Essam * SPDX-License-Identifier: LGPL-3.0-only ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Impl.h cgal-5.5.1/include/CGAL/CORE/Impl.h --- cgal-5.5/include/CGAL/CORE/Impl.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Impl.h 2022-10-07 19:04:47.000000000 +0000 @@ -5,7 +5,7 @@ * * This file is part of CGAL (www.cgal.org). * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Impl.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Impl.h $ * $Id: Impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/linearAlgebra.h cgal-5.5.1/include/CGAL/CORE/linearAlgebra.h --- cgal-5.5/include/CGAL/CORE/linearAlgebra.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/linearAlgebra.h 2022-10-07 19:04:48.000000000 +0000 @@ -5,7 +5,7 @@ * * This file is part of CGAL (www.cgal.org). * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/linearAlgebra.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/linearAlgebra.h $ * $Id: linearAlgebra.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/MemoryPool.h cgal-5.5.1/include/CGAL/CORE/MemoryPool.h --- cgal-5.5/include/CGAL/CORE/MemoryPool.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/MemoryPool.h 2022-10-07 19:04:47.000000000 +0000 @@ -17,7 +17,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/MemoryPool.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/MemoryPool.h $ * $Id: MemoryPool.h 8a7d3fa 2020-07-21T17:32:30+02:00 Laurent Rineau * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/poly/Curves.h cgal-5.5.1/include/CGAL/CORE/poly/Curves.h --- cgal-5.5/include/CGAL/CORE/poly/Curves.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/poly/Curves.h 2022-10-07 19:04:48.000000000 +0000 @@ -52,7 +52,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/poly/Curves.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/poly/Curves.h $ * $Id: Curves.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/poly/Poly.h cgal-5.5.1/include/CGAL/CORE/poly/Poly.h --- cgal-5.5/include/CGAL/CORE/poly/Poly.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/poly/Poly.h 2022-10-07 19:04:48.000000000 +0000 @@ -39,7 +39,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/poly/Poly.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/poly/Poly.h $ * $Id: Poly.h bd172e5 2020-07-21T17:15:45+02:00 Laurent Rineau * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/poly/Sturm.h cgal-5.5.1/include/CGAL/CORE/poly/Sturm.h --- cgal-5.5/include/CGAL/CORE/poly/Sturm.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/poly/Sturm.h 2022-10-07 19:04:48.000000000 +0000 @@ -40,7 +40,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/poly/Sturm.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/poly/Sturm.h $ * $Id: Sturm.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Promote.h cgal-5.5.1/include/CGAL/CORE/Promote.h --- cgal-5.5/include/CGAL/CORE/Promote.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Promote.h 2022-10-07 19:04:47.000000000 +0000 @@ -21,7 +21,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Promote.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Promote.h $ * $Id: Promote.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Real.h cgal-5.5.1/include/CGAL/CORE/Real.h --- cgal-5.5/include/CGAL/CORE/Real.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Real.h 2022-10-07 19:04:47.000000000 +0000 @@ -21,7 +21,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Real.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Real.h $ * $Id: Real.h 10e99cb 2020-07-22T09:51:07+02:00 Laurent Rineau * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Real_impl.h cgal-5.5.1/include/CGAL/CORE/Real_impl.h --- cgal-5.5/include/CGAL/CORE/Real_impl.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Real_impl.h 2022-10-07 19:04:47.000000000 +0000 @@ -20,7 +20,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Real_impl.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Real_impl.h $ * $Id: Real_impl.h b6e2656 2021-09-15T11:36:00+01:00 Andreas Fabri * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/RealRep.h cgal-5.5.1/include/CGAL/CORE/RealRep.h --- cgal-5.5/include/CGAL/CORE/RealRep.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/RealRep.h 2022-10-07 19:04:47.000000000 +0000 @@ -19,7 +19,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/RealRep.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/RealRep.h $ * $Id: RealRep.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/RefCount.h cgal-5.5.1/include/CGAL/CORE/RefCount.h --- cgal-5.5/include/CGAL/CORE/RefCount.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/RefCount.h 2022-10-07 19:04:47.000000000 +0000 @@ -38,7 +38,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/RefCount.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/RefCount.h $ * $Id: RefCount.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE/Timer.h cgal-5.5.1/include/CGAL/CORE/Timer.h --- cgal-5.5/include/CGAL/CORE/Timer.h 2022-07-13 19:04:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE/Timer.h 2022-10-07 19:04:47.000000000 +0000 @@ -26,7 +26,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/CORE/Timer.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/CORE/Timer.h $ * $Id: Timer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/CORE_algebraic_number_traits.h cgal-5.5.1/include/CGAL/CORE_algebraic_number_traits.h --- cgal-5.5/include/CGAL/CORE_algebraic_number_traits.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE_algebraic_number_traits.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/CORE_algebraic_number_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/CORE_algebraic_number_traits.h $ // $Id: CORE_algebraic_number_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CORE_arithmetic_kernel.h cgal-5.5.1/include/CGAL/CORE_arithmetic_kernel.h --- cgal-5.5/include/CGAL/CORE_arithmetic_kernel.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE_arithmetic_kernel.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arithmetic_kernel/include/CGAL/CORE_arithmetic_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arithmetic_kernel/include/CGAL/CORE_arithmetic_kernel.h $ // $Id: CORE_arithmetic_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CORE_BigFloat.h cgal-5.5.1/include/CGAL/CORE_BigFloat.h --- cgal-5.5/include/CGAL/CORE_BigFloat.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE_BigFloat.h 2022-10-07 19:05:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/CORE_BigFloat.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/CORE_BigFloat.h $ // $Id: CORE_BigFloat.h 152a084 2021-09-21T13:34:58+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CORE_BigInt.h cgal-5.5.1/include/CGAL/CORE_BigInt.h --- cgal-5.5/include/CGAL/CORE_BigInt.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE_BigInt.h 2022-10-07 19:05:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/CORE_BigInt.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/CORE_BigInt.h $ // $Id: CORE_BigInt.h 152a084 2021-09-21T13:34:58+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CORE_BigRat.h cgal-5.5.1/include/CGAL/CORE_BigRat.h --- cgal-5.5/include/CGAL/CORE_BigRat.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE_BigRat.h 2022-10-07 19:05:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/CORE_BigRat.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/CORE_BigRat.h $ // $Id: CORE_BigRat.h 152a084 2021-09-21T13:34:58+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CORE_coercion_traits.h cgal-5.5.1/include/CGAL/CORE_coercion_traits.h --- cgal-5.5/include/CGAL/CORE_coercion_traits.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE_coercion_traits.h 2022-10-07 19:05:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/CORE_coercion_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/CORE_coercion_traits.h $ // $Id: CORE_coercion_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/CORE_Expr.h cgal-5.5.1/include/CGAL/CORE_Expr.h --- cgal-5.5/include/CGAL/CORE_Expr.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/CORE_Expr.h 2022-10-07 19:05:53.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/CORE_Expr.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/CORE_Expr.h $ // $Id: CORE_Expr.h 152a084 2021-09-21T13:34:58+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Counted_number.h cgal-5.5.1/include/CGAL/Counted_number.h --- cgal-5.5/include/CGAL/Counted_number.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Counted_number.h 2022-10-07 19:05:53.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Counted_number.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Counted_number.h $ // $Id: Counted_number.h 59a0da4 2021-05-19T17:23:53+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Counting_iterator.h cgal-5.5.1/include/CGAL/Counting_iterator.h --- cgal-5.5/include/CGAL/Counting_iterator.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Counting_iterator.h 2022-10-07 19:06:24.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Counting_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Counting_iterator.h $ // $Id: Counting_iterator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/create_offset_polygons_2.h cgal-5.5.1/include/CGAL/create_offset_polygons_2.h --- cgal-5.5/include/CGAL/create_offset_polygons_2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/create_offset_polygons_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -3,7 +3,7 @@ // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/create_offset_polygons_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/create_offset_polygons_2.h $ // $Id: create_offset_polygons_2.h 6462cac 2022-06-23T16:29:11+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h cgal-5.5.1/include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h --- cgal-5.5/include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -3,7 +3,7 @@ // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h $ // $Id: create_offset_polygons_from_polygon_with_holes_2.h 6462cac 2022-06-23T16:29:11+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/create_straight_skeleton_2.h cgal-5.5.1/include/CGAL/create_straight_skeleton_2.h --- cgal-5.5/include/CGAL/create_straight_skeleton_2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/create_straight_skeleton_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -3,7 +3,7 @@ // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/create_straight_skeleton_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/create_straight_skeleton_2.h $ // $Id: create_straight_skeleton_2.h 05e4c44 2020-10-16T14:38:11+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h cgal-5.5.1/include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h --- cgal-5.5/include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -3,7 +3,7 @@ // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h $ // $Id: create_straight_skeleton_from_polygon_with_holes_2.h 9051fc1 2020-10-08T22:54:11+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h $ // $Id: Arc_2.h bfc5b7e 2021-08-10T10:49:11+03:00 Efi Fogel // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h $ // $Id: Curved_kernel_via_analysis_2_functors.h 5e73fe1 2021-08-04T12:22:09+03:00 Efi Fogel // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_impl.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_impl.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_impl.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_impl.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_impl.h $ // $Id: Curved_kernel_via_analysis_2_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h $ // $Id: Curve_interval_arcno_cache.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Curve_renderer_facade.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Curve_renderer_facade.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Curve_renderer_facade.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Curve_renderer_facade.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curve_renderer_facade.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curve_renderer_facade.h $ // $Id: Curve_renderer_facade.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Fig_stream_Curve_renderer_2.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Fig_stream_Curve_renderer_2.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Fig_stream_Curve_renderer_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Fig_stream_Curve_renderer_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Fig_stream_Curve_renderer_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Fig_stream_Curve_renderer_2.h $ // $Id: Fig_stream_Curve_renderer_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h $ // $Id: Filtered_curved_kernel_via_analysis_2_impl.h bfc5b7e 2021-08-10T10:49:11+03:00 Efi Fogel // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Generic_arc_2.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Generic_arc_2.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Generic_arc_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Generic_arc_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Generic_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Generic_arc_2.h $ // $Id: Generic_arc_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h $ // $Id: Generic_point_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_2.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_2.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_2.h $ // $Id: Curve_renderer_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_internals.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_internals.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_internals.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_internals.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_internals.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_internals.h $ // $Id: Curve_renderer_internals.h 32b31fd 2021-02-02T11:09:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_traits.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_traits.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_traits.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_traits.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_traits.h $ // $Id: Curve_renderer_traits.h 32b31fd 2021-02-02T11:09:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_1.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_1.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_1.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_1.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_1.h $ // $Id: Subdivision_1.h 0d66e19 2020-07-24T17:05:10+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h $ // $Id: Subdivision_2.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h $ // $Id: Make_x_monotone_2.h f55ef7d 2020-10-09T18:36:17+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h $ // $Id: Non_x_monotone_arc_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h $ // $Id: Point_2.h a3d1765 2021-07-19T14:18:40+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h $ // $Id: Sweep_curves_adapter_2.h 2aa0c9c 2020-07-02T19:11:30+03:00 Efi Fogel // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h --- cgal-5.5/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h $ // $Id: simple_models.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Curves_on_surface_topology.h cgal-5.5.1/include/CGAL/Curves_on_surface_topology.h --- cgal-5.5/include/CGAL/Curves_on_surface_topology.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Curves_on_surface_topology.h 2022-10-07 19:06:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Curves_on_surface_topology.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Curves_on_surface_topology.h $ // $Id: Curves_on_surface_topology.h b58c05e 2020-08-13T17:59:32-04:00 Youmu // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Dart_const_iterators.h cgal-5.5.1/include/CGAL/Dart_const_iterators.h --- cgal-5.5/include/CGAL/Dart_const_iterators.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Dart_const_iterators.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Dart_const_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Dart_const_iterators.h $ // $Id: Dart_const_iterators.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Dart.h cgal-5.5.1/include/CGAL/Dart.h --- cgal-5.5/include/CGAL/Dart.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Dart.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Dart.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Dart.h $ // $Id: Dart.h 46f5325 2022-01-27T10:36:22+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Dart_iterators.h cgal-5.5.1/include/CGAL/Dart_iterators.h --- cgal-5.5/include/CGAL/Dart_iterators.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Dart_iterators.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Dart_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Dart_iterators.h $ // $Id: Dart_iterators.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Default_diagonalize_traits.h cgal-5.5.1/include/CGAL/Default_diagonalize_traits.h --- cgal-5.5/include/CGAL/Default_diagonalize_traits.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Default_diagonalize_traits.h 2022-10-07 19:06:38.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/Default_diagonalize_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/Default_diagonalize_traits.h $ // $Id: Default_diagonalize_traits.h 267a641 2021-05-31T14:01:08+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Default.h cgal-5.5.1/include/CGAL/Default.h --- cgal-5.5/include/CGAL/Default.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Default.h 2022-10-07 19:06:24.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Default.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Default.h $ // $Id: Default.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h cgal-5.5.1/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h --- cgal-5.5/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_deformation/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_deformation/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h $ // $Id: Deformation_Eigen_closest_rotation_traits_3.h a98b548 2022-05-12T16:03:53+02:00 Sven Oesau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h cgal-5.5.1/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h --- cgal-5.5/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_deformation/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_deformation/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h $ // $Id: Deformation_Eigen_polar_closest_rotation_traits_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_d.h cgal-5.5.1/include/CGAL/Delaunay_d.h --- cgal-5.5/include/CGAL/Delaunay_d.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_d.h 2022-10-07 19:05:02.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_d/include/CGAL/Delaunay_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_d/include/CGAL/Delaunay_d.h $ // $Id: Delaunay_d.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_mesh_area_criteria_2.h cgal-5.5.1/include/CGAL/Delaunay_mesh_area_criteria_2.h --- cgal-5.5/include/CGAL/Delaunay_mesh_area_criteria_2.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_mesh_area_criteria_2.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Delaunay_mesh_area_criteria_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Delaunay_mesh_area_criteria_2.h $ // $Id: Delaunay_mesh_area_criteria_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_mesh_criteria_2.h cgal-5.5.1/include/CGAL/Delaunay_mesh_criteria_2.h --- cgal-5.5/include/CGAL/Delaunay_mesh_criteria_2.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_mesh_criteria_2.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Delaunay_mesh_criteria_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Delaunay_mesh_criteria_2.h $ // $Id: Delaunay_mesh_criteria_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_mesher_2.h cgal-5.5.1/include/CGAL/Delaunay_mesher_2.h --- cgal-5.5/include/CGAL/Delaunay_mesher_2.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_mesher_2.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Delaunay_mesher_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Delaunay_mesher_2.h $ // $Id: Delaunay_mesher_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_mesher_no_edge_refinement_2.h cgal-5.5.1/include/CGAL/Delaunay_mesher_no_edge_refinement_2.h --- cgal-5.5/include/CGAL/Delaunay_mesher_no_edge_refinement_2.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_mesher_no_edge_refinement_2.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Delaunay_mesher_no_edge_refinement_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Delaunay_mesher_no_edge_refinement_2.h $ // $Id: Delaunay_mesher_no_edge_refinement_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_mesh_face_base_2.h cgal-5.5.1/include/CGAL/Delaunay_mesh_face_base_2.h --- cgal-5.5/include/CGAL/Delaunay_mesh_face_base_2.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_mesh_face_base_2.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Delaunay_mesh_face_base_2.h $ // $Id: Delaunay_mesh_face_base_2.h 7a6bdc1 2020-05-15T14:16:56+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_mesh_local_size_criteria_2.h cgal-5.5.1/include/CGAL/Delaunay_mesh_local_size_criteria_2.h --- cgal-5.5/include/CGAL/Delaunay_mesh_local_size_criteria_2.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_mesh_local_size_criteria_2.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Delaunay_mesh_local_size_criteria_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Delaunay_mesh_local_size_criteria_2.h $ // $Id: Delaunay_mesh_local_size_criteria_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_mesh_size_criteria_2.h cgal-5.5.1/include/CGAL/Delaunay_mesh_size_criteria_2.h --- cgal-5.5/include/CGAL/Delaunay_mesh_size_criteria_2.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_mesh_size_criteria_2.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Delaunay_mesh_size_criteria_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Delaunay_mesh_size_criteria_2.h $ // $Id: Delaunay_mesh_size_criteria_2.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_mesh_vertex_base_2.h cgal-5.5.1/include/CGAL/Delaunay_mesh_vertex_base_2.h --- cgal-5.5/include/CGAL/Delaunay_mesh_vertex_base_2.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_mesh_vertex_base_2.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Delaunay_mesh_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Delaunay_mesh_vertex_base_2.h $ // $Id: Delaunay_mesh_vertex_base_2.h e3934f1 2021-05-12T15:20:27+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation_2.h cgal-5.5.1/include/CGAL/Delaunay_triangulation_2.h --- cgal-5.5/include/CGAL/Delaunay_triangulation_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Delaunay_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Delaunay_triangulation_2.h $ // $Id: Delaunay_triangulation_2.h d1a323c 2020-03-26T19:24:14+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation_3.h cgal-5.5.1/include/CGAL/Delaunay_triangulation_3.h --- cgal-5.5/include/CGAL/Delaunay_triangulation_3.h 2022-07-13 19:07:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Delaunay_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Delaunay_triangulation_3.h $ // $Id: Delaunay_triangulation_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation_adaptation_policies_2.h cgal-5.5.1/include/CGAL/Delaunay_triangulation_adaptation_policies_2.h --- cgal-5.5/include/CGAL/Delaunay_triangulation_adaptation_policies_2.h 2022-07-13 19:07:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation_adaptation_policies_2.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Delaunay_triangulation_adaptation_policies_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Delaunay_triangulation_adaptation_policies_2.h $ // $Id: Delaunay_triangulation_adaptation_policies_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation_adaptation_traits_2.h cgal-5.5.1/include/CGAL/Delaunay_triangulation_adaptation_traits_2.h --- cgal-5.5/include/CGAL/Delaunay_triangulation_adaptation_traits_2.h 2022-07-13 19:07:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation_adaptation_traits_2.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Delaunay_triangulation_adaptation_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Delaunay_triangulation_adaptation_traits_2.h $ // $Id: Delaunay_triangulation_adaptation_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation_cell_base_3.h cgal-5.5.1/include/CGAL/Delaunay_triangulation_cell_base_3.h --- cgal-5.5/include/CGAL/Delaunay_triangulation_cell_base_3.h 2022-07-13 19:07:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation_cell_base_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Delaunay_triangulation_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Delaunay_triangulation_cell_base_3.h $ // $Id: Delaunay_triangulation_cell_base_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h cgal-5.5.1/include/CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h --- cgal-5.5/include/CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h 2022-07-13 19:07:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h $ // $Id: Delaunay_triangulation_cell_base_with_circumcenter_3.h 4df8440 2022-03-18T20:03:22+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation.h cgal-5.5.1/include/CGAL/Delaunay_triangulation.h --- cgal-5.5/include/CGAL/Delaunay_triangulation.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Delaunay_triangulation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Delaunay_triangulation.h $ // $Id: Delaunay_triangulation.h ec01356 2020-12-15T22:18:12+01:00 Marc Glisse // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation_on_sphere_2.h cgal-5.5.1/include/CGAL/Delaunay_triangulation_on_sphere_2.h --- cgal-5.5/include/CGAL/Delaunay_triangulation_on_sphere_2.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation_on_sphere_2.h 2022-10-07 19:07:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Delaunay_triangulation_on_sphere_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Delaunay_triangulation_on_sphere_2.h $ // $Id: Delaunay_triangulation_on_sphere_2.h d871728 2021-07-23T13:09:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_policies_2.h cgal-5.5.1/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_policies_2.h --- cgal-5.5/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_policies_2.h 2022-07-13 19:07:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_policies_2.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_policies_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_policies_2.h $ // $Id: Delaunay_triangulation_on_sphere_adaptation_policies_2.h d5a306b 2021-06-11T17:26:36+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_traits_2.h cgal-5.5.1/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_traits_2.h --- cgal-5.5/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_traits_2.h 2022-07-13 19:07:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_traits_2.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Delaunay_triangulation_on_sphere_adaptation_traits_2.h $ // $Id: Delaunay_triangulation_on_sphere_adaptation_traits_2.h 942d461 2021-05-05T16:59:22+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Delaunay_triangulation_on_sphere_traits_2.h cgal-5.5.1/include/CGAL/Delaunay_triangulation_on_sphere_traits_2.h --- cgal-5.5/include/CGAL/Delaunay_triangulation_on_sphere_traits_2.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Delaunay_triangulation_on_sphere_traits_2.h 2022-10-07 19:07:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Delaunay_triangulation_on_sphere_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Delaunay_triangulation_on_sphere_traits_2.h $ // $Id: Delaunay_triangulation_on_sphere_traits_2.h 76b6649 2021-04-29T23:22:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/demangle.h cgal-5.5.1/include/CGAL/demangle.h --- cgal-5.5/include/CGAL/demangle.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/demangle.h 2022-10-07 19:06:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/demangle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/demangle.h $ // $Id: demangle.h 393ae7d 2021-05-12T15:03:53+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/determinant.h cgal-5.5.1/include/CGAL/determinant.h --- cgal-5.5/include/CGAL/determinant.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/determinant.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/determinant.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/determinant.h $ // $Id: determinant.h cb08f67 2020-05-12T11:56:18+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/determinant_of_vectors.h cgal-5.5.1/include/CGAL/determinant_of_vectors.h --- cgal-5.5/include/CGAL/determinant_of_vectors.h 2022-07-13 19:05:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/determinant_of_vectors.h 2022-10-07 19:05:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/determinant_of_vectors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/determinant_of_vectors.h $ // $Id: determinant_of_vectors.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Diagonalize_traits.h cgal-5.5.1/include/CGAL/Diagonalize_traits.h --- cgal-5.5/include/CGAL/Diagonalize_traits.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Diagonalize_traits.h 2022-10-07 19:06:38.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/Diagonalize_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/Diagonalize_traits.h $ // $Id: Diagonalize_traits.h 267a641 2021-05-31T14:01:08+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Dimension.h cgal-5.5.1/include/CGAL/Dimension.h --- cgal-5.5/include/CGAL/Dimension.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Dimension.h 2022-10-07 19:05:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Dimension.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Dimension.h $ // $Id: Dimension.h e9d41d7 2020-04-21T10:03:00+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Direction_2.h cgal-5.5.1/include/CGAL/Direction_2.h --- cgal-5.5/include/CGAL/Direction_2.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Direction_2.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Direction_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Direction_2.h $ // $Id: Direction_2.h e7357ac 2021-07-19T14:53:27+02:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Direction_3.h cgal-5.5.1/include/CGAL/Direction_3.h --- cgal-5.5/include/CGAL/Direction_3.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Direction_3.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Direction_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Direction_3.h $ // $Id: Direction_3.h e7357ac 2021-07-19T14:53:27+02:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/disable_warnings.h cgal-5.5.1/include/CGAL/disable_warnings.h --- cgal-5.5/include/CGAL/disable_warnings.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/disable_warnings.h 2022-10-07 19:05:13.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/disable_warnings.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/disable_warnings.h $ // $Id: disable_warnings.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/internal/squared_distance_utils_2.h cgal-5.5.1/include/CGAL/Distance_2/internal/squared_distance_utils_2.h --- cgal-5.5/include/CGAL/Distance_2/internal/squared_distance_utils_2.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/internal/squared_distance_utils_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/internal/squared_distance_utils_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/internal/squared_distance_utils_2.h $ // $Id: squared_distance_utils_2.h 518aad8 2021-04-12T17:42:12+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Line_2_Line_2.h cgal-5.5.1/include/CGAL/Distance_2/Line_2_Line_2.h --- cgal-5.5/include/CGAL/Distance_2/Line_2_Line_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Line_2_Line_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Line_2_Line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Line_2_Line_2.h $ // $Id: Line_2_Line_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Line_2_Triangle_2.h cgal-5.5.1/include/CGAL/Distance_2/Line_2_Triangle_2.h --- cgal-5.5/include/CGAL/Distance_2/Line_2_Triangle_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Line_2_Triangle_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Line_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Line_2_Triangle_2.h $ // $Id: Line_2_Triangle_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Point_2_Line_2.h cgal-5.5.1/include/CGAL/Distance_2/Point_2_Line_2.h --- cgal-5.5/include/CGAL/Distance_2/Point_2_Line_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Point_2_Line_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Point_2_Line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Point_2_Line_2.h $ // $Id: Point_2_Line_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Point_2_Point_2.h cgal-5.5.1/include/CGAL/Distance_2/Point_2_Point_2.h --- cgal-5.5/include/CGAL/Distance_2/Point_2_Point_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Point_2_Point_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Point_2_Point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Point_2_Point_2.h $ // $Id: Point_2_Point_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Point_2_Ray_2.h cgal-5.5.1/include/CGAL/Distance_2/Point_2_Ray_2.h --- cgal-5.5/include/CGAL/Distance_2/Point_2_Ray_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Point_2_Ray_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Point_2_Ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Point_2_Ray_2.h $ // $Id: Point_2_Ray_2.h 7e62c02 2021-04-12T14:02:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Point_2_Segment_2.h cgal-5.5.1/include/CGAL/Distance_2/Point_2_Segment_2.h --- cgal-5.5/include/CGAL/Distance_2/Point_2_Segment_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Point_2_Segment_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Point_2_Segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Point_2_Segment_2.h $ // $Id: Point_2_Segment_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Point_2_Triangle_2.h cgal-5.5.1/include/CGAL/Distance_2/Point_2_Triangle_2.h --- cgal-5.5/include/CGAL/Distance_2/Point_2_Triangle_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Point_2_Triangle_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Point_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Point_2_Triangle_2.h $ // $Id: Point_2_Triangle_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Ray_2_Line_2.h cgal-5.5.1/include/CGAL/Distance_2/Ray_2_Line_2.h --- cgal-5.5/include/CGAL/Distance_2/Ray_2_Line_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Ray_2_Line_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Ray_2_Line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Ray_2_Line_2.h $ // $Id: Ray_2_Line_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Ray_2_Ray_2.h cgal-5.5.1/include/CGAL/Distance_2/Ray_2_Ray_2.h --- cgal-5.5/include/CGAL/Distance_2/Ray_2_Ray_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Ray_2_Ray_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Ray_2_Ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Ray_2_Ray_2.h $ // $Id: Ray_2_Ray_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Ray_2_Triangle_2.h cgal-5.5.1/include/CGAL/Distance_2/Ray_2_Triangle_2.h --- cgal-5.5/include/CGAL/Distance_2/Ray_2_Triangle_2.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Ray_2_Triangle_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Ray_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Ray_2_Triangle_2.h $ // $Id: Ray_2_Triangle_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Segment_2_Line_2.h cgal-5.5.1/include/CGAL/Distance_2/Segment_2_Line_2.h --- cgal-5.5/include/CGAL/Distance_2/Segment_2_Line_2.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Segment_2_Line_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Segment_2_Line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Segment_2_Line_2.h $ // $Id: Segment_2_Line_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Segment_2_Ray_2.h cgal-5.5.1/include/CGAL/Distance_2/Segment_2_Ray_2.h --- cgal-5.5/include/CGAL/Distance_2/Segment_2_Ray_2.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Segment_2_Ray_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Segment_2_Ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Segment_2_Ray_2.h $ // $Id: Segment_2_Ray_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Segment_2_Segment_2.h cgal-5.5.1/include/CGAL/Distance_2/Segment_2_Segment_2.h --- cgal-5.5/include/CGAL/Distance_2/Segment_2_Segment_2.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Segment_2_Segment_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Segment_2_Segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Segment_2_Segment_2.h $ // $Id: Segment_2_Segment_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Segment_2_Triangle_2.h cgal-5.5.1/include/CGAL/Distance_2/Segment_2_Triangle_2.h --- cgal-5.5/include/CGAL/Distance_2/Segment_2_Triangle_2.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Segment_2_Triangle_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Segment_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Segment_2_Triangle_2.h $ // $Id: Segment_2_Triangle_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_2/Triangle_2_Triangle_2.h cgal-5.5.1/include/CGAL/Distance_2/Triangle_2_Triangle_2.h --- cgal-5.5/include/CGAL/Distance_2/Triangle_2_Triangle_2.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_2/Triangle_2_Triangle_2.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/Distance_2/Triangle_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/Distance_2/Triangle_2_Triangle_2.h $ // $Id: Triangle_2_Triangle_2.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/internal/squared_distance_utils_3.h cgal-5.5.1/include/CGAL/Distance_3/internal/squared_distance_utils_3.h --- cgal-5.5/include/CGAL/Distance_3/internal/squared_distance_utils_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/internal/squared_distance_utils_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h $ // $Id: squared_distance_utils_3.h a4a00d9 2021-06-23T22:30:23+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Line_3_Line_3.h cgal-5.5.1/include/CGAL/Distance_3/Line_3_Line_3.h --- cgal-5.5/include/CGAL/Distance_3/Line_3_Line_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Line_3_Line_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Line_3_Line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Line_3_Line_3.h $ // $Id: Line_3_Line_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Line_3_Plane_3.h cgal-5.5.1/include/CGAL/Distance_3/Line_3_Plane_3.h --- cgal-5.5/include/CGAL/Distance_3/Line_3_Plane_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Line_3_Plane_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Line_3_Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Line_3_Plane_3.h $ // $Id: Line_3_Plane_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Plane_3_Plane_3.h cgal-5.5.1/include/CGAL/Distance_3/Plane_3_Plane_3.h --- cgal-5.5/include/CGAL/Distance_3/Plane_3_Plane_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Plane_3_Plane_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Plane_3_Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Plane_3_Plane_3.h $ // $Id: Plane_3_Plane_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Point_3_Line_3.h cgal-5.5.1/include/CGAL/Distance_3/Point_3_Line_3.h --- cgal-5.5/include/CGAL/Distance_3/Point_3_Line_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Point_3_Line_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Point_3_Line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Point_3_Line_3.h $ // $Id: Point_3_Line_3.h a4a00d9 2021-06-23T22:30:23+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Point_3_Plane_3.h cgal-5.5.1/include/CGAL/Distance_3/Point_3_Plane_3.h --- cgal-5.5/include/CGAL/Distance_3/Point_3_Plane_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Point_3_Plane_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Point_3_Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Point_3_Plane_3.h $ // $Id: Point_3_Plane_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Point_3_Point_3.h cgal-5.5.1/include/CGAL/Distance_3/Point_3_Point_3.h --- cgal-5.5/include/CGAL/Distance_3/Point_3_Point_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Point_3_Point_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Point_3_Point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Point_3_Point_3.h $ // $Id: Point_3_Point_3.h 5deb509 2021-04-12T14:42:44+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Point_3_Ray_3.h cgal-5.5.1/include/CGAL/Distance_3/Point_3_Ray_3.h --- cgal-5.5/include/CGAL/Distance_3/Point_3_Ray_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Point_3_Ray_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Point_3_Ray_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Point_3_Ray_3.h $ // $Id: Point_3_Ray_3.h a4a00d9 2021-06-23T22:30:23+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Point_3_Segment_3.h cgal-5.5.1/include/CGAL/Distance_3/Point_3_Segment_3.h --- cgal-5.5/include/CGAL/Distance_3/Point_3_Segment_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Point_3_Segment_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Point_3_Segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Point_3_Segment_3.h $ // $Id: Point_3_Segment_3.h a4a00d9 2021-06-23T22:30:23+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Point_3_Tetrahedron_3.h cgal-5.5.1/include/CGAL/Distance_3/Point_3_Tetrahedron_3.h --- cgal-5.5/include/CGAL/Distance_3/Point_3_Tetrahedron_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Point_3_Tetrahedron_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Point_3_Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Point_3_Tetrahedron_3.h $ // $Id: Point_3_Tetrahedron_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Point_3_Triangle_3.h cgal-5.5.1/include/CGAL/Distance_3/Point_3_Triangle_3.h --- cgal-5.5/include/CGAL/Distance_3/Point_3_Triangle_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Point_3_Triangle_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Point_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Point_3_Triangle_3.h $ // $Id: Point_3_Triangle_3.h 5aeb592 2022-02-28T11:29:54+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Point_3_Weighted_point_3.h cgal-5.5.1/include/CGAL/Distance_3/Point_3_Weighted_point_3.h --- cgal-5.5/include/CGAL/Distance_3/Point_3_Weighted_point_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Point_3_Weighted_point_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Point_3_Weighted_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Point_3_Weighted_point_3.h $ // $Id: Point_3_Weighted_point_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Ray_3_Line_3.h cgal-5.5.1/include/CGAL/Distance_3/Ray_3_Line_3.h --- cgal-5.5/include/CGAL/Distance_3/Ray_3_Line_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Ray_3_Line_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Ray_3_Line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Ray_3_Line_3.h $ // $Id: Ray_3_Line_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Ray_3_Plane_3.h cgal-5.5.1/include/CGAL/Distance_3/Ray_3_Plane_3.h --- cgal-5.5/include/CGAL/Distance_3/Ray_3_Plane_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Ray_3_Plane_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Ray_3_Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Ray_3_Plane_3.h $ // $Id: Ray_3_Plane_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Ray_3_Ray_3.h cgal-5.5.1/include/CGAL/Distance_3/Ray_3_Ray_3.h --- cgal-5.5/include/CGAL/Distance_3/Ray_3_Ray_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Ray_3_Ray_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Ray_3_Ray_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Ray_3_Ray_3.h $ // $Id: Ray_3_Ray_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Segment_3_Line_3.h cgal-5.5.1/include/CGAL/Distance_3/Segment_3_Line_3.h --- cgal-5.5/include/CGAL/Distance_3/Segment_3_Line_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Segment_3_Line_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Segment_3_Line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Segment_3_Line_3.h $ // $Id: Segment_3_Line_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Segment_3_Plane_3.h cgal-5.5.1/include/CGAL/Distance_3/Segment_3_Plane_3.h --- cgal-5.5/include/CGAL/Distance_3/Segment_3_Plane_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Segment_3_Plane_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Segment_3_Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Segment_3_Plane_3.h $ // $Id: Segment_3_Plane_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Segment_3_Ray_3.h cgal-5.5.1/include/CGAL/Distance_3/Segment_3_Ray_3.h --- cgal-5.5/include/CGAL/Distance_3/Segment_3_Ray_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Segment_3_Ray_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Segment_3_Ray_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Segment_3_Ray_3.h $ // $Id: Segment_3_Ray_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Segment_3_Segment_3.h cgal-5.5.1/include/CGAL/Distance_3/Segment_3_Segment_3.h --- cgal-5.5/include/CGAL/Distance_3/Segment_3_Segment_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Segment_3_Segment_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Segment_3_Segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Segment_3_Segment_3.h $ // $Id: Segment_3_Segment_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Triangle_3_Triangle_3.h cgal-5.5.1/include/CGAL/Distance_3/Triangle_3_Triangle_3.h --- cgal-5.5/include/CGAL/Distance_3/Triangle_3_Triangle_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Triangle_3_Triangle_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Triangle_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Triangle_3_Triangle_3.h $ // $Id: Triangle_3_Triangle_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Distance_3/Weighted_point_3_Weighted_point_3.h cgal-5.5.1/include/CGAL/Distance_3/Weighted_point_3_Weighted_point_3.h --- cgal-5.5/include/CGAL/Distance_3/Weighted_point_3_Weighted_point_3.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Distance_3/Weighted_point_3_Weighted_point_3.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_3/include/CGAL/Distance_3/Weighted_point_3_Weighted_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_3/include/CGAL/Distance_3/Weighted_point_3_Weighted_point_3.h $ // $Id: Weighted_point_3_Weighted_point_3.h cf15bbe 2021-05-07T19:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/distance_predicates_2.h cgal-5.5.1/include/CGAL/distance_predicates_2.h --- cgal-5.5/include/CGAL/distance_predicates_2.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/distance_predicates_2.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/distance_predicates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/distance_predicates_2.h $ // $Id: distance_predicates_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/distance_predicates_3.h cgal-5.5.1/include/CGAL/distance_predicates_3.h --- cgal-5.5/include/CGAL/distance_predicates_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/distance_predicates_3.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/distance_predicates_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/distance_predicates_3.h $ // $Id: distance_predicates_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/double.h cgal-5.5.1/include/CGAL/double.h --- cgal-5.5/include/CGAL/double.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/double.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/double.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/double.h $ // $Id: double.h 1d0565d 2022-04-20T09:17:02+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Double_map.h cgal-5.5.1/include/CGAL/Double_map.h --- cgal-5.5/include/CGAL/Double_map.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Double_map.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Double_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Double_map.h $ // $Id: Double_map.h 393ae7d 2021-05-12T15:03:53+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_face_graph.h cgal-5.5.1/include/CGAL/draw_face_graph.h --- cgal-5.5/include/CGAL/draw_face_graph.h 2022-07-13 19:04:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_face_graph.h 2022-10-07 19:04:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/BGL/include/CGAL/draw_face_graph.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/BGL/include/CGAL/draw_face_graph.h $ // $Id: draw_face_graph.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_face_graph_with_paths.h cgal-5.5.1/include/CGAL/draw_face_graph_with_paths.h --- cgal-5.5/include/CGAL/draw_face_graph_with_paths.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_face_graph_with_paths.h 2022-10-07 19:06:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/draw_face_graph_with_paths.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/draw_face_graph_with_paths.h $ // $Id: draw_face_graph_with_paths.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_linear_cell_complex.h cgal-5.5.1/include/CGAL/draw_linear_cell_complex.h --- cgal-5.5/include/CGAL/draw_linear_cell_complex.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_linear_cell_complex.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h $ // $Id: draw_linear_cell_complex.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_nef_3.h cgal-5.5.1/include/CGAL/draw_nef_3.h --- cgal-5.5/include/CGAL/draw_nef_3.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_nef_3.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/draw_nef_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/draw_nef_3.h $ // $Id: draw_nef_3.h 2df2398 2022-03-07T17:37:54+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_periodic_2_triangulation_2.h cgal-5.5.1/include/CGAL/draw_periodic_2_triangulation_2.h --- cgal-5.5/include/CGAL/draw_periodic_2_triangulation_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_periodic_2_triangulation_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/draw_periodic_2_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/draw_periodic_2_triangulation_2.h $ // $Id: draw_periodic_2_triangulation_2.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_point_set_3.h cgal-5.5.1/include/CGAL/draw_point_set_3.h --- cgal-5.5/include/CGAL/draw_point_set_3.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_point_set_3.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_3/include/CGAL/draw_point_set_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_3/include/CGAL/draw_point_set_3.h $ // $Id: draw_point_set_3.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_polygon_2.h cgal-5.5.1/include/CGAL/draw_polygon_2.h --- cgal-5.5/include/CGAL/draw_polygon_2.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_polygon_2.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/draw_polygon_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/draw_polygon_2.h $ // $Id: draw_polygon_2.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_polygon_set_2.h cgal-5.5.1/include/CGAL/draw_polygon_set_2.h --- cgal-5.5/include/CGAL/draw_polygon_set_2.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_polygon_set_2.h 2022-10-07 19:04:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/draw_polygon_set_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/draw_polygon_set_2.h $ // $Id: draw_polygon_set_2.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_polygon_with_holes_2.h cgal-5.5.1/include/CGAL/draw_polygon_with_holes_2.h --- cgal-5.5/include/CGAL/draw_polygon_with_holes_2.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_polygon_with_holes_2.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/draw_polygon_with_holes_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/draw_polygon_with_holes_2.h $ // $Id: draw_polygon_with_holes_2.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_polyhedron.h cgal-5.5.1/include/CGAL/draw_polyhedron.h --- cgal-5.5/include/CGAL/draw_polyhedron.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_polyhedron.h 2022-10-07 19:06:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/draw_polyhedron.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/draw_polyhedron.h $ // $Id: draw_polyhedron.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_straight_skeleton_2.h cgal-5.5.1/include/CGAL/draw_straight_skeleton_2.h --- cgal-5.5/include/CGAL/draw_straight_skeleton_2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_straight_skeleton_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/draw_straight_skeleton_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/draw_straight_skeleton_2.h $ // $Id: draw_straight_skeleton_2.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_surface_mesh.h cgal-5.5.1/include/CGAL/draw_surface_mesh.h --- cgal-5.5/include/CGAL/draw_surface_mesh.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_surface_mesh.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/draw_surface_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/draw_surface_mesh.h $ // $Id: draw_surface_mesh.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_triangulation_2.h cgal-5.5.1/include/CGAL/draw_triangulation_2.h --- cgal-5.5/include/CGAL/draw_triangulation_2.h 2022-07-13 19:07:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_triangulation_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/draw_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/draw_triangulation_2.h $ // $Id: draw_triangulation_2.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_triangulation_3.h cgal-5.5.1/include/CGAL/draw_triangulation_3.h --- cgal-5.5/include/CGAL/draw_triangulation_3.h 2022-07-13 19:07:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_triangulation_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/draw_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/draw_triangulation_3.h $ // $Id: draw_triangulation_3.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/draw_voronoi_diagram_2.h cgal-5.5.1/include/CGAL/draw_voronoi_diagram_2.h --- cgal-5.5/include/CGAL/draw_voronoi_diagram_2.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/draw_voronoi_diagram_2.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/draw_voronoi_diagram_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/draw_voronoi_diagram_2.h $ // $Id: draw_voronoi_diagram_2.h 2bbcabe 2021-11-11T17:23:37+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Dummy_tds_2.h cgal-5.5.1/include/CGAL/Dummy_tds_2.h --- cgal-5.5/include/CGAL/Dummy_tds_2.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Dummy_tds_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/Dummy_tds_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/Dummy_tds_2.h $ // $Id: Dummy_tds_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Dynamic_matrix.h cgal-5.5.1/include/CGAL/Dynamic_matrix.h --- cgal-5.5/include/CGAL/Dynamic_matrix.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Dynamic_matrix.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Matrix_search/include/CGAL/Dynamic_matrix.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Matrix_search/include/CGAL/Dynamic_matrix.h $ // $Id: Dynamic_matrix.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Dynamic_property_map.h cgal-5.5.1/include/CGAL/Dynamic_property_map.h --- cgal-5.5/include/CGAL/Dynamic_property_map.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Dynamic_property_map.h 2022-10-07 19:06:21.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Property_map/include/CGAL/Dynamic_property_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Property_map/include/CGAL/Dynamic_property_map.h $ // $Id: Dynamic_property_map.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/edge_aware_upsample_point_set.h cgal-5.5.1/include/CGAL/edge_aware_upsample_point_set.h --- cgal-5.5/include/CGAL/edge_aware_upsample_point_set.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/edge_aware_upsample_point_set.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/edge_aware_upsample_point_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/edge_aware_upsample_point_set.h $ // $Id: edge_aware_upsample_point_set.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Eigen_diagonalize_traits.h cgal-5.5.1/include/CGAL/Eigen_diagonalize_traits.h --- cgal-5.5/include/CGAL/Eigen_diagonalize_traits.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Eigen_diagonalize_traits.h 2022-10-07 19:06:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/Eigen_diagonalize_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/Eigen_diagonalize_traits.h $ // $Id: Eigen_diagonalize_traits.h 267a641 2021-05-31T14:01:08+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Eigen_matrix.h cgal-5.5.1/include/CGAL/Eigen_matrix.h --- cgal-5.5/include/CGAL/Eigen_matrix.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Eigen_matrix.h 2022-10-07 19:06:38.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/Eigen_matrix.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/Eigen_matrix.h $ // $Id: Eigen_matrix.h 267a641 2021-05-31T14:01:08+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Eigen_solver_traits.h cgal-5.5.1/include/CGAL/Eigen_solver_traits.h --- cgal-5.5/include/CGAL/Eigen_solver_traits.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Eigen_solver_traits.h 2022-10-07 19:06:38.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/Eigen_solver_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/Eigen_solver_traits.h $ // $Id: Eigen_solver_traits.h b905482 2021-06-11T15:24:49+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Eigen_sparse_matrix.h cgal-5.5.1/include/CGAL/Eigen_sparse_matrix.h --- cgal-5.5/include/CGAL/Eigen_sparse_matrix.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Eigen_sparse_matrix.h 2022-10-07 19:06:38.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/Eigen_sparse_matrix.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/Eigen_sparse_matrix.h $ // $Id: Eigen_sparse_matrix.h 267a641 2021-05-31T14:01:08+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Eigen_svd.h cgal-5.5.1/include/CGAL/Eigen_svd.h --- cgal-5.5/include/CGAL/Eigen_svd.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Eigen_svd.h 2022-10-07 19:06:38.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/Eigen_svd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/Eigen_svd.h $ // $Id: Eigen_svd.h a98b548 2022-05-12T16:03:53+02:00 Sven Oesau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Eigen_vector.h cgal-5.5.1/include/CGAL/Eigen_vector.h --- cgal-5.5/include/CGAL/Eigen_vector.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Eigen_vector.h 2022-10-07 19:06:38.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/Eigen_vector.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/Eigen_vector.h $ // $Id: Eigen_vector.h 267a641 2021-05-31T14:01:08+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/enable_warnings.h cgal-5.5.1/include/CGAL/enable_warnings.h --- cgal-5.5/include/CGAL/enable_warnings.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/enable_warnings.h 2022-10-07 19:05:13.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/enable_warnings.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/enable_warnings.h $ // $Id: enable_warnings.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Enum_converter.h cgal-5.5.1/include/CGAL/Enum_converter.h --- cgal-5.5/include/CGAL/Enum_converter.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Enum_converter.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Enum_converter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Enum_converter.h $ // $Id: Enum_converter.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/enum.h cgal-5.5.1/include/CGAL/enum.h --- cgal-5.5/include/CGAL/enum.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/enum.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/enum.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/enum.h $ // $Id: enum.h 5c8df66 2020-09-25T14:25:14+02:00 Jane Tournois // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Env_default_diagram_1.h cgal-5.5.1/include/CGAL/Env_default_diagram_1.h --- cgal-5.5/include/CGAL/Env_default_diagram_1.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Env_default_diagram_1.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_2/include/CGAL/Env_default_diagram_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_2/include/CGAL/Env_default_diagram_1.h $ // $Id: Env_default_diagram_1.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_2/Env_divide_and_conquer_2.h cgal-5.5.1/include/CGAL/Envelope_2/Env_divide_and_conquer_2.h --- cgal-5.5/include/CGAL/Envelope_2/Env_divide_and_conquer_2.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_2/Env_divide_and_conquer_2.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_2/include/CGAL/Envelope_2/Env_divide_and_conquer_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_2/include/CGAL/Envelope_2/Env_divide_and_conquer_2.h $ // $Id: Env_divide_and_conquer_2.h 35fd91b 2020-08-20T16:03:29+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_2/Env_divide_and_conquer_2_impl.h cgal-5.5.1/include/CGAL/Envelope_2/Env_divide_and_conquer_2_impl.h --- cgal-5.5/include/CGAL/Envelope_2/Env_divide_and_conquer_2_impl.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_2/Env_divide_and_conquer_2_impl.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_2/include/CGAL/Envelope_2/Env_divide_and_conquer_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_2/include/CGAL/Envelope_2/Env_divide_and_conquer_2_impl.h $ // $Id: Env_divide_and_conquer_2_impl.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/envelope_2.h cgal-5.5.1/include/CGAL/envelope_2.h --- cgal-5.5/include/CGAL/envelope_2.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/envelope_2.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_2/include/CGAL/envelope_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_2/include/CGAL/envelope_2.h $ // $Id: envelope_2.h a46398d 2020-08-25T13:43:49+02:00 Ahmed Essam // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_3/Envelope_base.h cgal-5.5.1/include/CGAL/Envelope_3/Envelope_base.h --- cgal-5.5/include/CGAL/Envelope_3/Envelope_base.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_3/Envelope_base.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Envelope_3/Envelope_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Envelope_3/Envelope_base.h $ // $Id: Envelope_base.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_3/Envelope_diagram_on_surface_2.h cgal-5.5.1/include/CGAL/Envelope_3/Envelope_diagram_on_surface_2.h --- cgal-5.5/include/CGAL/Envelope_3/Envelope_diagram_on_surface_2.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_3/Envelope_diagram_on_surface_2.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Envelope_3/Envelope_diagram_on_surface_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Envelope_3/Envelope_diagram_on_surface_2.h $ // $Id: Envelope_diagram_on_surface_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h cgal-5.5.1/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h --- cgal-5.5/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h $ // $Id: Envelope_divide_and_conquer_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_3/Envelope_element_visitor_3.h cgal-5.5.1/include/CGAL/Envelope_3/Envelope_element_visitor_3.h --- cgal-5.5/include/CGAL/Envelope_3/Envelope_element_visitor_3.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_3/Envelope_element_visitor_3.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Envelope_3/Envelope_element_visitor_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Envelope_3/Envelope_element_visitor_3.h $ // $Id: Envelope_element_visitor_3.h 0d66e19 2020-07-24T17:05:10+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_3/Envelope_overlay_2.h cgal-5.5.1/include/CGAL/Envelope_3/Envelope_overlay_2.h --- cgal-5.5/include/CGAL/Envelope_3/Envelope_overlay_2.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_3/Envelope_overlay_2.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Envelope_3/Envelope_overlay_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Envelope_3/Envelope_overlay_2.h $ // $Id: Envelope_overlay_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_3/Envelope_overlay_functor.h cgal-5.5.1/include/CGAL/Envelope_3/Envelope_overlay_functor.h --- cgal-5.5/include/CGAL/Envelope_3/Envelope_overlay_functor.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_3/Envelope_overlay_functor.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Envelope_3/Envelope_overlay_functor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Envelope_3/Envelope_overlay_functor.h $ // $Id: Envelope_overlay_functor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_3/Envelope_pm_dcel.h cgal-5.5.1/include/CGAL/Envelope_3/Envelope_pm_dcel.h --- cgal-5.5/include/CGAL/Envelope_3/Envelope_pm_dcel.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_3/Envelope_pm_dcel.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Envelope_3/Envelope_pm_dcel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Envelope_3/Envelope_pm_dcel.h $ // $Id: Envelope_pm_dcel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_3/Env_plane_traits_3_functions.h cgal-5.5.1/include/CGAL/Envelope_3/Env_plane_traits_3_functions.h --- cgal-5.5/include/CGAL/Envelope_3/Env_plane_traits_3_functions.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_3/Env_plane_traits_3_functions.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Envelope_3/Env_plane_traits_3_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Envelope_3/Env_plane_traits_3_functions.h $ // $Id: Env_plane_traits_3_functions.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_3/set_dividors.h cgal-5.5.1/include/CGAL/Envelope_3/set_dividors.h --- cgal-5.5/include/CGAL/Envelope_3/set_dividors.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_3/set_dividors.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Envelope_3/set_dividors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Envelope_3/set_dividors.h $ // $Id: set_dividors.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/envelope_3.h cgal-5.5.1/include/CGAL/envelope_3.h --- cgal-5.5/include/CGAL/envelope_3.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/envelope_3.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/envelope_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/envelope_3.h $ // $Id: envelope_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Envelope_diagram_1.h cgal-5.5.1/include/CGAL/Envelope_diagram_1.h --- cgal-5.5/include/CGAL/Envelope_diagram_1.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Envelope_diagram_1.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_2/include/CGAL/Envelope_diagram_1.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_2/include/CGAL/Envelope_diagram_1.h $ // $Id: Envelope_diagram_1.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Env_plane_traits_3.h cgal-5.5.1/include/CGAL/Env_plane_traits_3.h --- cgal-5.5/include/CGAL/Env_plane_traits_3.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Env_plane_traits_3.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Env_plane_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Env_plane_traits_3.h $ // $Id: Env_plane_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Env_sphere_traits_3.h cgal-5.5.1/include/CGAL/Env_sphere_traits_3.h --- cgal-5.5/include/CGAL/Env_sphere_traits_3.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Env_sphere_traits_3.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Env_sphere_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Env_sphere_traits_3.h $ // $Id: Env_sphere_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Env_surface_data_traits_3.h cgal-5.5.1/include/CGAL/Env_surface_data_traits_3.h --- cgal-5.5/include/CGAL/Env_surface_data_traits_3.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Env_surface_data_traits_3.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Env_surface_data_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Env_surface_data_traits_3.h $ // $Id: Env_surface_data_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Env_tracing_traits_3.h cgal-5.5.1/include/CGAL/Env_tracing_traits_3.h --- cgal-5.5/include/CGAL/Env_tracing_traits_3.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Env_tracing_traits_3.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Env_tracing_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Env_tracing_traits_3.h $ // $Id: Env_tracing_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Env_triangle_traits_3.h cgal-5.5.1/include/CGAL/Env_triangle_traits_3.h --- cgal-5.5/include/CGAL/Env_triangle_traits_3.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Env_triangle_traits_3.h 2022-10-07 19:05:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Envelope_3/include/CGAL/Env_triangle_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Envelope_3/include/CGAL/Env_triangle_traits_3.h $ // $Id: Env_triangle_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Epeck_d.h cgal-5.5.1/include/CGAL/Epeck_d.h --- cgal-5.5/include/CGAL/Epeck_d.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Epeck_d.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/Epeck_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/Epeck_d.h $ // $Id: Epeck_d.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Epic_converter.h cgal-5.5.1/include/CGAL/Epic_converter.h --- cgal-5.5/include/CGAL/Epic_converter.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Epic_converter.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Epic_converter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Epic_converter.h $ // $Id: Epic_converter.h c4b8c37 2022-03-11T10:21:51+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Epick_d.h cgal-5.5.1/include/CGAL/Epick_d.h --- cgal-5.5/include/CGAL/Epick_d.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Epick_d.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/Epick_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/Epick_d.h $ // $Id: Epick_d.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/estimate_scale.h cgal-5.5.1/include/CGAL/estimate_scale.h --- cgal-5.5/include/CGAL/estimate_scale.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/estimate_scale.h 2022-10-07 19:06:05.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/estimate_scale.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/estimate_scale.h $ // $Id: estimate_scale.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Euclidean_distance.h cgal-5.5.1/include/CGAL/Euclidean_distance.h --- cgal-5.5/include/CGAL/Euclidean_distance.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Euclidean_distance.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Euclidean_distance.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Euclidean_distance.h $ // $Id: Euclidean_distance.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Euclidean_distance_sphere_point.h cgal-5.5.1/include/CGAL/Euclidean_distance_sphere_point.h --- cgal-5.5/include/CGAL/Euclidean_distance_sphere_point.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Euclidean_distance_sphere_point.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Euclidean_distance_sphere_point.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Euclidean_distance_sphere_point.h $ // $Id: Euclidean_distance_sphere_point.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Euler_integrator_2.h cgal-5.5.1/include/CGAL/Euler_integrator_2.h --- cgal-5.5/include/CGAL/Euler_integrator_2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Euler_integrator_2.h 2022-10-07 19:06:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_lines_2/include/CGAL/Euler_integrator_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_lines_2/include/CGAL/Euler_integrator_2.h $ // $Id: Euler_integrator_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_algebraic.h cgal-5.5.1/include/CGAL/Exact_algebraic.h --- cgal-5.5/include/CGAL/Exact_algebraic.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_algebraic.h 2022-10-07 19:05:53.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Exact_algebraic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Exact_algebraic.h $ // $Id: Exact_algebraic.h 350b917 2021-04-11T14:50:44+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_circular_kernel_2.h cgal-5.5.1/include/CGAL/Exact_circular_kernel_2.h --- cgal-5.5/include/CGAL/Exact_circular_kernel_2.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_circular_kernel_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Exact_circular_kernel_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Exact_circular_kernel_2.h $ // $Id: Exact_circular_kernel_2.h e813d9f 2021-05-28T11:25:01+02:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_integer.h cgal-5.5.1/include/CGAL/Exact_integer.h --- cgal-5.5/include/CGAL/Exact_integer.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_integer.h 2022-10-07 19:05:53.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Exact_integer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Exact_integer.h $ // $Id: Exact_integer.h 4bd7049 2022-05-03T12:14:50+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_kernel_selector.h cgal-5.5.1/include/CGAL/Exact_kernel_selector.h --- cgal-5.5/include/CGAL/Exact_kernel_selector.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_kernel_selector.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Exact_kernel_selector.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Exact_kernel_selector.h $ // $Id: Exact_kernel_selector.h 561cc66 2022-06-29T12:30:35+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_predicates_exact_constructions_kernel.h cgal-5.5.1/include/CGAL/Exact_predicates_exact_constructions_kernel.h --- cgal-5.5/include/CGAL/Exact_predicates_exact_constructions_kernel.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_predicates_exact_constructions_kernel.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Exact_predicates_exact_constructions_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Exact_predicates_exact_constructions_kernel.h $ // $Id: Exact_predicates_exact_constructions_kernel.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h cgal-5.5.1/include/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h --- cgal-5.5/include/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h $ // $Id: Exact_predicates_exact_constructions_kernel_with_kth_root.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h cgal-5.5.1/include/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h --- cgal-5.5/include/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h $ // $Id: Exact_predicates_exact_constructions_kernel_with_root_of.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h cgal-5.5.1/include/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h --- cgal-5.5/include/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h 2022-10-07 19:05:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h $ // $Id: Exact_predicates_exact_constructions_kernel_with_sqrt.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_predicates_inexact_constructions_kernel.h cgal-5.5.1/include/CGAL/Exact_predicates_inexact_constructions_kernel.h --- cgal-5.5/include/CGAL/Exact_predicates_inexact_constructions_kernel.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_predicates_inexact_constructions_kernel.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Exact_predicates_inexact_constructions_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Exact_predicates_inexact_constructions_kernel.h $ // $Id: Exact_predicates_inexact_constructions_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_rational.h cgal-5.5.1/include/CGAL/Exact_rational.h --- cgal-5.5/include/CGAL/Exact_rational.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_rational.h 2022-10-07 19:05:53.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Exact_rational.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Exact_rational.h $ // $Id: Exact_rational.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exact_spherical_kernel_3.h cgal-5.5.1/include/CGAL/Exact_spherical_kernel_3.h --- cgal-5.5/include/CGAL/Exact_spherical_kernel_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exact_spherical_kernel_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Exact_spherical_kernel_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Exact_spherical_kernel_3.h $ // $Id: Exact_spherical_kernel_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/exceptions.h cgal-5.5.1/include/CGAL/exceptions.h --- cgal-5.5/include/CGAL/exceptions.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/exceptions.h 2022-10-07 19:06:26.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/exceptions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/exceptions.h $ // $Id: exceptions.h 04305dc 2020-06-13T23:39:35+05:30 Abhay Raj Singh // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Exponent_vector.h cgal-5.5.1/include/CGAL/Exponent_vector.h --- cgal-5.5/include/CGAL/Exponent_vector.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Exponent_vector.h 2022-10-07 19:06:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Exponent_vector.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Exponent_vector.h $ // $Id: Exponent_vector.h 0ef8127 2021-04-20T20:20:58+01:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/export/CGAL.h cgal-5.5.1/include/CGAL/export/CGAL.h --- cgal-5.5/include/CGAL/export/CGAL.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/export/CGAL.h 2022-10-07 19:05:13.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/export/CGAL.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/export/CGAL.h $ // $Id: CGAL.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/export/CORE.h cgal-5.5.1/include/CGAL/export/CORE.h --- cgal-5.5/include/CGAL/export/CORE.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/export/CORE.h 2022-10-07 19:04:48.000000000 +0000 @@ -21,7 +21,7 @@ * WWW URL: http://cs.nyu.edu/exact/ * Email: exact@cs.nyu.edu * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_Core/include/CGAL/export/CORE.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_Core/include/CGAL/export/CORE.h $ * $Id: CORE.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later ***************************************************************************/ diff -Nru cgal-5.5/include/CGAL/export/helpers.h cgal-5.5.1/include/CGAL/export/helpers.h --- cgal-5.5/include/CGAL/export/helpers.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/export/helpers.h 2022-10-07 19:05:13.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/export/helpers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/export/helpers.h $ // $Id: helpers.h e6c767d 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/export/ImageIO.h cgal-5.5.1/include/CGAL/export/ImageIO.h --- cgal-5.5/include/CGAL/export/ImageIO.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/export/ImageIO.h 2022-10-07 19:04:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/export/ImageIO.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/export/ImageIO.h $ // $Id: ImageIO.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/export/Qt.h cgal-5.5.1/include/CGAL/export/Qt.h --- cgal-5.5/include/CGAL/export/Qt.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/export/Qt.h 2022-10-07 19:05:09.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/export/Qt.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/export/Qt.h $ // $Id: Qt.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Extended_cartesian.h cgal-5.5.1/include/CGAL/Extended_cartesian.h --- cgal-5.5/include/CGAL/Extended_cartesian.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Extended_cartesian.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Extended_cartesian.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Extended_cartesian.h $ // $Id: Extended_cartesian.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/extended_euclidean_algorithm.h cgal-5.5.1/include/CGAL/extended_euclidean_algorithm.h --- cgal-5.5/include/CGAL/extended_euclidean_algorithm.h 2022-07-13 19:04:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/extended_euclidean_algorithm.h 2022-10-07 19:04:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/extended_euclidean_algorithm.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/extended_euclidean_algorithm.h $ // $Id: extended_euclidean_algorithm.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Extended_homogeneous.h cgal-5.5.1/include/CGAL/Extended_homogeneous.h --- cgal-5.5/include/CGAL/Extended_homogeneous.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Extended_homogeneous.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Extended_homogeneous.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Extended_homogeneous.h $ // $Id: Extended_homogeneous.h 7e62c02 2021-04-12T14:02:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/extract_mean_curvature_flow_skeleton.h cgal-5.5.1/include/CGAL/extract_mean_curvature_flow_skeleton.h --- cgal-5.5/include/CGAL/extract_mean_curvature_flow_skeleton.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/extract_mean_curvature_flow_skeleton.h 2022-10-07 19:06:50.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_skeletonization/include/CGAL/extract_mean_curvature_flow_skeleton.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_skeletonization/include/CGAL/extract_mean_curvature_flow_skeleton.h $ // $Id: extract_mean_curvature_flow_skeleton.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/extremal_polygon_2.h cgal-5.5.1/include/CGAL/extremal_polygon_2.h --- cgal-5.5/include/CGAL/extremal_polygon_2.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/extremal_polygon_2.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Inscribed_areas/include/CGAL/extremal_polygon_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Inscribed_areas/include/CGAL/extremal_polygon_2.h $ // $Id: extremal_polygon_2.h 3882d27 2021-01-06T10:55:53+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Extremal_polygon_traits_2.h cgal-5.5.1/include/CGAL/Extremal_polygon_traits_2.h --- cgal-5.5/include/CGAL/Extremal_polygon_traits_2.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Extremal_polygon_traits_2.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Inscribed_areas/include/CGAL/Extremal_polygon_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Inscribed_areas/include/CGAL/Extremal_polygon_traits_2.h $ // $Id: Extremal_polygon_traits_2.h d8d5f1d 2021-01-05T18:41:11+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Extreme_points_traits_adapter_3.h cgal-5.5.1/include/CGAL/Extreme_points_traits_adapter_3.h --- cgal-5.5/include/CGAL/Extreme_points_traits_adapter_3.h 2022-07-13 19:04:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Extreme_points_traits_adapter_3.h 2022-10-07 19:05:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_3/include/CGAL/Extreme_points_traits_adapter_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_3/include/CGAL/Extreme_points_traits_adapter_3.h $ // $Id: Extreme_points_traits_adapter_3.h 263ad6b 2020-08-20T18:25:01+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/exude_mesh_3.h cgal-5.5.1/include/CGAL/exude_mesh_3.h --- cgal-5.5/include/CGAL/exude_mesh_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/exude_mesh_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/exude_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/exude_mesh_3.h $ // $Id: exude_mesh_3.h 1c3e09f 2022-01-10T15:32:38+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Face_graph_wrapper.h cgal-5.5.1/include/CGAL/Face_graph_wrapper.h --- cgal-5.5/include/CGAL/Face_graph_wrapper.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Face_graph_wrapper.h 2022-10-07 19:06:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Face_graph_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Face_graph_wrapper.h $ // $Id: Face_graph_wrapper.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/facets_in_complex_3_to_triangle_mesh.h cgal-5.5.1/include/CGAL/facets_in_complex_3_to_triangle_mesh.h --- cgal-5.5/include/CGAL/facets_in_complex_3_to_triangle_mesh.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/facets_in_complex_3_to_triangle_mesh.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/facets_in_complex_3_to_triangle_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/facets_in_complex_3_to_triangle_mesh.h $ // $Id: facets_in_complex_3_to_triangle_mesh.h ab03816 2022-04-20T10:26:26+02:00 Mael // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filter_circulator.h cgal-5.5.1/include/CGAL/Filter_circulator.h --- cgal-5.5/include/CGAL/Filter_circulator.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filter_circulator.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Filter_circulator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Filter_circulator.h $ // $Id: Filter_circulator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h cgal-5.5.1/include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h --- cgal-5.5/include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h $ // $Id: bbox_filtered_predicates.h 5c8df66 2020-09-25T14:25:14+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_bbox_circular_kernel_2/interface_macros.h cgal-5.5.1/include/CGAL/Filtered_bbox_circular_kernel_2/interface_macros.h --- cgal-5.5/include/CGAL/Filtered_bbox_circular_kernel_2/interface_macros.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_bbox_circular_kernel_2/interface_macros.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Filtered_bbox_circular_kernel_2/interface_macros.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Filtered_bbox_circular_kernel_2/interface_macros.h $ // $Id: interface_macros.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_bbox_circular_kernel_2.h cgal-5.5.1/include/CGAL/Filtered_bbox_circular_kernel_2.h --- cgal-5.5/include/CGAL/Filtered_bbox_circular_kernel_2.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_bbox_circular_kernel_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Filtered_bbox_circular_kernel_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Filtered_bbox_circular_kernel_2.h $ // $Id: Filtered_bbox_circular_kernel_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_construction.h cgal-5.5.1/include/CGAL/Filtered_construction.h --- cgal-5.5/include/CGAL/Filtered_construction.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_construction.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_construction.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_construction.h $ // $Id: Filtered_construction.h c8624ee 2021-09-09T11:01:03+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_extended_homogeneous.h cgal-5.5.1/include/CGAL/Filtered_extended_homogeneous.h --- cgal-5.5/include/CGAL/Filtered_extended_homogeneous.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_extended_homogeneous.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Filtered_extended_homogeneous.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Filtered_extended_homogeneous.h $ // $Id: Filtered_extended_homogeneous.h 74c029c 2021-09-09T11:44:36+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h cgal-5.5.1/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h --- cgal-5.5/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h $ // $Id: Cartesian_coordinate_iterator_2.h 66c20ba 2021-08-03T16:30:18+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h $ // $Id: Cartesian_coordinate_iterator_3.h 66c20ba 2021-08-03T16:30:18+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Angle_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Angle_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Angle_3.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Angle_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Angle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Angle_3.h $ // $Id: Angle_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Collinear_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Collinear_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Collinear_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Collinear_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Collinear_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Collinear_3.h $ // $Id: Collinear_3.h c7437c6 2021-09-23T16:14:00+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_distance_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_distance_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_distance_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_distance_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_distance_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_distance_3.h $ // $Id: Compare_distance_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_squared_radius_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_squared_radius_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_squared_radius_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_squared_radius_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_squared_radius_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_squared_radius_3.h $ // $Id: Compare_squared_radius_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_weighted_squared_radius_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_weighted_squared_radius_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_weighted_squared_radius_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_weighted_squared_radius_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_weighted_squared_radius_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_weighted_squared_radius_3.h $ // $Id: Compare_weighted_squared_radius_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_x_2.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_x_2.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_x_2.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_x_2.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_x_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_x_2.h $ // $Id: Compare_x_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_2.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_2.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_2.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_2.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_2.h $ // $Id: Compare_y_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_at_x_2.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_at_x_2.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_at_x_2.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_at_x_2.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_at_x_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_at_x_2.h $ // $Id: Compare_y_at_x_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_3.h $ // $Id: Coplanar_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_orientation_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_orientation_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_orientation_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_orientation_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_orientation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_orientation_3.h $ // $Id: Coplanar_orientation_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h $ // $Id: Coplanar_side_of_bounded_circle_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_2.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_2.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_2.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_2.h 2022-10-07 19:05:04.000000000 +0000 @@ -5,7 +5,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_2.h $ // $Id: Do_intersect_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -5,8 +5,8 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_3.h $ -// $Id: Do_intersect_3.h 381ff61 2021-10-08T21:52:32+02:00 Mael Rouxel-Labbé +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_3.h $ +// $Id: Do_intersect_3.h c573ccb 2022-08-24T16:18:07+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // @@ -509,6 +509,8 @@ (pts[i][1] >= b.ymin() && pts[i][1] <= b.ymax()) && (pts[i][2] >= b.zmin() && pts[i][2] <= b.zmax()) ) { + // If any of the three points of the triangle is inside the bbox, + // then the box and triangle intersect. return true; } @@ -520,6 +522,21 @@ } } + // If the bbox of the triangle does not intersect `b`, then the bbox and + // the triangle do not intersect. + for(int i=0; i< 3; ++i) { + double triangle_bbox_min = pts[0][i]; + double triangle_bbox_max = triangle_bbox_min; + for(int j=1; j<3; ++j) { + if(pts[j][i] < triangle_bbox_min) + triangle_bbox_min = pts[j][i]; + if(pts[j][i] > triangle_bbox_max) + triangle_bbox_max = pts[j][i]; + } + if(triangle_bbox_min > b.max_coord(i) || triangle_bbox_max < b.min_coord(i)) + return false; + } + // copy of the regular code with do_axis_intersect_aux_impl statically filtered auto do_axis_intersect_aux_impl = [](double alpha, double beta, double c_alpha, double c_beta) -> Uncertain { diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_2.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_2.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_2.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_2.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_2.h $ // $Id: Equal_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Equal_3.h $ // $Id: Equal_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Is_degenerate_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Is_degenerate_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Is_degenerate_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Is_degenerate_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Is_degenerate_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Is_degenerate_3.h $ // $Id: Is_degenerate_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_2.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_2.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_2.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_2.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_2.h $ // $Id: Orientation_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_3.h $ // $Id: Orientation_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h $ // $Id: Power_side_of_oriented_power_sphere_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_circle_2.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_circle_2.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_circle_2.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_circle_2.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_circle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_circle_2.h $ // $Id: Side_of_oriented_circle_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_sphere_3.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_sphere_3.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_sphere_3.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_sphere_3.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_sphere_3.h $ // $Id: Side_of_oriented_sphere_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h $ // $Id: Static_filter_error.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filters.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filters.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filters.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filters.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filters.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Static_filters.h $ // $Id: Static_filters.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/tools.h cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/tools.h --- cgal-5.5/include/CGAL/Filtered_kernel/internal/Static_filters/tools.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel/internal/Static_filters/tools.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/tools.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/tools.h $ // $Id: tools.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel_d.h cgal-5.5.1/include/CGAL/Filtered_kernel_d.h --- cgal-5.5/include/CGAL/Filtered_kernel_d.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel_d.h 2022-10-07 19:05:32.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Filtered_kernel_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Filtered_kernel_d.h $ // $Id: Filtered_kernel_d.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel_fwd.h cgal-5.5.1/include/CGAL/Filtered_kernel_fwd.h --- cgal-5.5/include/CGAL/Filtered_kernel_fwd.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel_fwd.h 2022-10-07 19:05:04.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel_fwd.h $ // $Id: Filtered_kernel_fwd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_kernel.h cgal-5.5.1/include/CGAL/Filtered_kernel.h --- cgal-5.5/include/CGAL/Filtered_kernel.h 2022-07-13 19:04:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_kernel.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_kernel.h $ // $Id: Filtered_kernel.h 561cc66 2022-06-29T12:30:35+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_predicate.h cgal-5.5.1/include/CGAL/Filtered_predicate.h --- cgal-5.5/include/CGAL/Filtered_predicate.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_predicate.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_predicate.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_predicate.h $ // $Id: Filtered_predicate.h 6bae0e3 2021-09-09T11:09:16+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Filtered_predicate_with_state.h cgal-5.5.1/include/CGAL/Filtered_predicate_with_state.h --- cgal-5.5/include/CGAL/Filtered_predicate_with_state.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Filtered_predicate_with_state.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Filtered_predicate_with_state.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Filtered_predicate_with_state.h $ // $Id: Filtered_predicate_with_state.h 74c029c 2021-09-09T11:44:36+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Fixed_alpha_shape_3.h cgal-5.5.1/include/CGAL/Fixed_alpha_shape_3.h --- cgal-5.5/include/CGAL/Fixed_alpha_shape_3.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Fixed_alpha_shape_3.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_3/include/CGAL/Fixed_alpha_shape_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_3/include/CGAL/Fixed_alpha_shape_3.h $ // $Id: Fixed_alpha_shape_3.h 115fa5a 2021-12-14T14:01:21+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Fixed_alpha_shape_cell_base_3.h cgal-5.5.1/include/CGAL/Fixed_alpha_shape_cell_base_3.h --- cgal-5.5/include/CGAL/Fixed_alpha_shape_cell_base_3.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Fixed_alpha_shape_cell_base_3.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_3/include/CGAL/Fixed_alpha_shape_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_3/include/CGAL/Fixed_alpha_shape_cell_base_3.h $ // $Id: Fixed_alpha_shape_cell_base_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Fixed_alpha_shape_vertex_base_3.h cgal-5.5.1/include/CGAL/Fixed_alpha_shape_vertex_base_3.h --- cgal-5.5/include/CGAL/Fixed_alpha_shape_vertex_base_3.h 2022-07-13 19:04:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Fixed_alpha_shape_vertex_base_3.h 2022-10-07 19:04:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Alpha_shapes_3/include/CGAL/Fixed_alpha_shape_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Alpha_shapes_3/include/CGAL/Fixed_alpha_shape_vertex_base_3.h $ // $Id: Fixed_alpha_shape_vertex_base_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Flattening_iterator.h cgal-5.5.1/include/CGAL/Flattening_iterator.h --- cgal-5.5/include/CGAL/Flattening_iterator.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Flattening_iterator.h 2022-10-07 19:06:24.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Flattening_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Flattening_iterator.h $ // $Id: Flattening_iterator.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/float.h cgal-5.5.1/include/CGAL/float.h --- cgal-5.5/include/CGAL/float.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/float.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/float.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/float.h $ // $Id: float.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/for_each.h cgal-5.5.1/include/CGAL/for_each.h --- cgal-5.5/include/CGAL/for_each.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/for_each.h 2022-10-07 19:06:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/for_each.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/for_each.h $ // $Id: for_each.h 6ae64e7 2020-03-27T16:41:53+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Fourtuple.h cgal-5.5.1/include/CGAL/Fourtuple.h --- cgal-5.5/include/CGAL/Fourtuple.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Fourtuple.h 2022-10-07 19:06:24.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Fourtuple.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Fourtuple.h $ // $Id: Fourtuple.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/FPU_extension.h cgal-5.5.1/include/CGAL/FPU_extension.h --- cgal-5.5/include/CGAL/FPU_extension.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/FPU_extension.h 2022-10-07 19:05:53.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/FPU_extension.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/FPU_extension.h $ // $Id: FPU_extension.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/FPU_gcc_i386.h cgal-5.5.1/include/CGAL/FPU_gcc_i386.h --- cgal-5.5/include/CGAL/FPU_gcc_i386.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/FPU_gcc_i386.h 2022-10-07 19:05:53.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/FPU_gcc_i386.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/FPU_gcc_i386.h $ // $Id: FPU_gcc_i386.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/FPU_gcc_i386_sse2.h cgal-5.5.1/include/CGAL/FPU_gcc_i386_sse2.h --- cgal-5.5/include/CGAL/FPU_gcc_i386_sse2.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/FPU_gcc_i386_sse2.h 2022-10-07 19:05:53.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/FPU_gcc_i386_sse2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/FPU_gcc_i386_sse2.h $ // $Id: FPU_gcc_i386_sse2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/FPU.h cgal-5.5.1/include/CGAL/FPU.h --- cgal-5.5/include/CGAL/FPU.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/FPU.h 2022-10-07 19:05:53.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/FPU.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/FPU.h $ // $Id: FPU.h 6486844 2022-05-10T11:30:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/FPU_msvc.h cgal-5.5.1/include/CGAL/FPU_msvc.h --- cgal-5.5/include/CGAL/FPU_msvc.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/FPU_msvc.h 2022-10-07 19:05:53.000000000 +0000 @@ -5,7 +5,7 @@ // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/FPU_msvc.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/FPU_msvc.h $ // $Id: FPU_msvc.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Fraction_traits.h cgal-5.5.1/include/CGAL/Fraction_traits.h --- cgal-5.5/include/CGAL/Fraction_traits.h 2022-07-13 19:04:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Fraction_traits.h 2022-10-07 19:04:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/Fraction_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/Fraction_traits.h $ // $Id: Fraction_traits.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/functional.h cgal-5.5.1/include/CGAL/functional.h --- cgal-5.5/include/CGAL/functional.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/functional.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/functional.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/functional.h $ // $Id: functional.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/function_objects.h cgal-5.5.1/include/CGAL/function_objects.h --- cgal-5.5/include/CGAL/function_objects.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/function_objects.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/function_objects.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/function_objects.h $ // $Id: function_objects.h 5da7e84 2021-02-02T10:58:31+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/functions_on_enums.h cgal-5.5.1/include/CGAL/functions_on_enums.h --- cgal-5.5/include/CGAL/functions_on_enums.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/functions_on_enums.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/functions_on_enums.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/functions_on_enums.h $ // $Id: functions_on_enums.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/functions_on_signs.h cgal-5.5.1/include/CGAL/functions_on_signs.h --- cgal-5.5/include/CGAL/functions_on_signs.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/functions_on_signs.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/functions_on_signs.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/functions_on_signs.h $ // $Id: functions_on_signs.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Fuzzy_iso_box.h cgal-5.5.1/include/CGAL/Fuzzy_iso_box.h --- cgal-5.5/include/CGAL/Fuzzy_iso_box.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Fuzzy_iso_box.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Fuzzy_iso_box.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Fuzzy_iso_box.h $ // $Id: Fuzzy_iso_box.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Fuzzy_sphere.h cgal-5.5.1/include/CGAL/Fuzzy_sphere.h --- cgal-5.5/include/CGAL/Fuzzy_sphere.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Fuzzy_sphere.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Fuzzy_sphere.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Fuzzy_sphere.h $ // $Id: Fuzzy_sphere.h 65cde3c 2019-12-03T19:18:15+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generalized_map/internal/Generalized_map_group_functors.h cgal-5.5.1/include/CGAL/Generalized_map/internal/Generalized_map_group_functors.h --- cgal-5.5/include/CGAL/Generalized_map/internal/Generalized_map_group_functors.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generalized_map/internal/Generalized_map_group_functors.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/Generalized_map/internal/Generalized_map_group_functors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/Generalized_map/internal/Generalized_map_group_functors.h $ // $Id: Generalized_map_group_functors.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generalized_map/internal/Generalized_map_internal_functors.h cgal-5.5.1/include/CGAL/Generalized_map/internal/Generalized_map_internal_functors.h --- cgal-5.5/include/CGAL/Generalized_map/internal/Generalized_map_internal_functors.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generalized_map/internal/Generalized_map_internal_functors.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/Generalized_map/internal/Generalized_map_internal_functors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/Generalized_map/internal/Generalized_map_internal_functors.h $ // $Id: Generalized_map_internal_functors.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generalized_map/internal/Generalized_map_sewable.h cgal-5.5.1/include/CGAL/Generalized_map/internal/Generalized_map_sewable.h --- cgal-5.5/include/CGAL/Generalized_map/internal/Generalized_map_sewable.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generalized_map/internal/Generalized_map_sewable.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/Generalized_map/internal/Generalized_map_sewable.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/Generalized_map/internal/Generalized_map_sewable.h $ // $Id: Generalized_map_sewable.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generalized_map_fwd.h cgal-5.5.1/include/CGAL/Generalized_map_fwd.h --- cgal-5.5/include/CGAL/Generalized_map_fwd.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generalized_map_fwd.h 2022-10-07 19:05:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/Generalized_map_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/Generalized_map_fwd.h $ // $Id: Generalized_map_fwd.h d6306be 2020-10-22T10:30:38+02:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generalized_map.h cgal-5.5.1/include/CGAL/Generalized_map.h --- cgal-5.5/include/CGAL/Generalized_map.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generalized_map.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/Generalized_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/Generalized_map.h $ // $Id: Generalized_map.h 258d704 2022-02-24T19:57:17+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generalized_map_iterators_base.h cgal-5.5.1/include/CGAL/Generalized_map_iterators_base.h --- cgal-5.5/include/CGAL/Generalized_map_iterators_base.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generalized_map_iterators_base.h 2022-10-07 19:05:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/Generalized_map_iterators_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/Generalized_map_iterators_base.h $ // $Id: Generalized_map_iterators_base.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generalized_map_operations.h cgal-5.5.1/include/CGAL/Generalized_map_operations.h --- cgal-5.5/include/CGAL/Generalized_map_operations.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generalized_map_operations.h 2022-10-07 19:05:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/Generalized_map_operations.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/Generalized_map_operations.h $ // $Id: Generalized_map_operations.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generalized_map_save_load.h cgal-5.5.1/include/CGAL/Generalized_map_save_load.h --- cgal-5.5/include/CGAL/Generalized_map_save_load.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generalized_map_save_load.h 2022-10-07 19:05:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/Generalized_map_save_load.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/Generalized_map_save_load.h $ // $Id: Generalized_map_save_load.h 5c57f83 2021-10-14T17:19:33+02:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generalized_map_storages.h cgal-5.5.1/include/CGAL/Generalized_map_storages.h --- cgal-5.5/include/CGAL/Generalized_map_storages.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generalized_map_storages.h 2022-10-07 19:05:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/Generalized_map_storages.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/Generalized_map_storages.h $ // $Id: Generalized_map_storages.h e6c767d 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/General_polygon_2.h cgal-5.5.1/include/CGAL/General_polygon_2.h --- cgal-5.5/include/CGAL/General_polygon_2.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/General_polygon_2.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/General_polygon_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/General_polygon_2.h $ // $Id: General_polygon_2.h 420f37a 2021-09-23T16:28:23+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/General_polygon_set_2.h cgal-5.5.1/include/CGAL/General_polygon_set_2.h --- cgal-5.5/include/CGAL/General_polygon_set_2.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/General_polygon_set_2.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/General_polygon_set_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/General_polygon_set_2.h $ // $Id: General_polygon_set_2.h 76f4465 2021-03-03T11:29:12+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/General_polygon_set_on_surface_2.h cgal-5.5.1/include/CGAL/General_polygon_set_on_surface_2.h --- cgal-5.5/include/CGAL/General_polygon_set_on_surface_2.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/General_polygon_set_on_surface_2.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/General_polygon_set_on_surface_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/General_polygon_set_on_surface_2.h $ // $Id: General_polygon_set_on_surface_2.h 76f4465 2021-03-03T11:29:12+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/General_polygon_with_holes_2.h cgal-5.5.1/include/CGAL/General_polygon_with_holes_2.h --- cgal-5.5/include/CGAL/General_polygon_with_holes_2.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/General_polygon_with_holes_2.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/General_polygon_with_holes_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/General_polygon_with_holes_2.h $ // $Id: General_polygon_with_holes_2.h 2a30075 2022-01-10T11:01:31+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generator/internal/Generic_random_point_generator.h cgal-5.5.1/include/CGAL/Generator/internal/Generic_random_point_generator.h --- cgal-5.5/include/CGAL/Generator/internal/Generic_random_point_generator.h 2022-07-13 19:05:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generator/internal/Generic_random_point_generator.h 2022-10-07 19:05:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generator/include/CGAL/Generator/internal/Generic_random_point_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generator/include/CGAL/Generator/internal/Generic_random_point_generator.h $ // $Id: Generic_random_point_generator.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/generators.h cgal-5.5.1/include/CGAL/generators.h --- cgal-5.5/include/CGAL/generators.h 2022-07-13 19:05:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/generators.h 2022-10-07 19:05:05.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generator/include/CGAL/generators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generator/include/CGAL/generators.h $ // $Id: generators.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Generic_map_min_items.h cgal-5.5.1/include/CGAL/Generic_map_min_items.h --- cgal-5.5/include/CGAL/Generic_map_min_items.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Generic_map_min_items.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Combinatorial_map/include/CGAL/Generic_map_min_items.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Combinatorial_map/include/CGAL/Generic_map_min_items.h $ // $Id: Generic_map_min_items.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/generic_sweep.h cgal-5.5.1/include/CGAL/generic_sweep.h --- cgal-5.5/include/CGAL/generic_sweep.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/generic_sweep.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/generic_sweep.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/generic_sweep.h $ // $Id: generic_sweep.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Geographical_coordinates_traits_2.h cgal-5.5.1/include/CGAL/Geographical_coordinates_traits_2.h --- cgal-5.5/include/CGAL/Geographical_coordinates_traits_2.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Geographical_coordinates_traits_2.h 2022-10-07 19:07:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Geographical_coordinates_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Geographical_coordinates_traits_2.h $ // $Id: Geographical_coordinates_traits_2.h 00015b0 2021-04-02T09:44:49+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Get_arithmetic_kernel.h cgal-5.5.1/include/CGAL/Get_arithmetic_kernel.h --- cgal-5.5/include/CGAL/Get_arithmetic_kernel.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Get_arithmetic_kernel.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arithmetic_kernel/include/CGAL/Get_arithmetic_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arithmetic_kernel/include/CGAL/Get_arithmetic_kernel.h $ // $Id: Get_arithmetic_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/gl.h cgal-5.5.1/include/CGAL/gl.h --- cgal-5.5/include/CGAL/gl.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/gl.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/gl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/gl.h $ // $Id: gl.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial diff -Nru cgal-5.5/include/CGAL/global_functions_circular_kernel_2.h cgal-5.5.1/include/CGAL/global_functions_circular_kernel_2.h --- cgal-5.5/include/CGAL/global_functions_circular_kernel_2.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/global_functions_circular_kernel_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/global_functions_circular_kernel_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/global_functions_circular_kernel_2.h $ // $Id: global_functions_circular_kernel_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/global_functions_on_root_for_sphere_2_3.h cgal-5.5.1/include/CGAL/global_functions_on_root_for_sphere_2_3.h --- cgal-5.5/include/CGAL/global_functions_on_root_for_sphere_2_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/global_functions_on_root_for_sphere_2_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/global_functions_on_root_for_sphere_2_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/global_functions_on_root_for_sphere_2_3.h $ // $Id: global_functions_on_root_for_sphere_2_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/global_functions_on_roots_and_polynomials_1_3.h cgal-5.5.1/include/CGAL/global_functions_on_roots_and_polynomials_1_3.h --- cgal-5.5/include/CGAL/global_functions_on_roots_and_polynomials_1_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/global_functions_on_roots_and_polynomials_1_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/global_functions_on_roots_and_polynomials_1_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/global_functions_on_roots_and_polynomials_1_3.h $ // $Id: global_functions_on_roots_and_polynomials_1_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/global_functions_on_roots_and_polynomials_2_3.h cgal-5.5.1/include/CGAL/global_functions_on_roots_and_polynomials_2_3.h --- cgal-5.5/include/CGAL/global_functions_on_roots_and_polynomials_2_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/global_functions_on_roots_and_polynomials_2_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/global_functions_on_roots_and_polynomials_2_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/global_functions_on_roots_and_polynomials_2_3.h $ // $Id: global_functions_on_roots_and_polynomials_2_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/global_functions_spherical_kernel_3.h cgal-5.5.1/include/CGAL/global_functions_spherical_kernel_3.h --- cgal-5.5/include/CGAL/global_functions_spherical_kernel_3.h 2022-07-13 19:04:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/global_functions_spherical_kernel_3.h 2022-10-07 19:04:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/global_functions_spherical_kernel_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/global_functions_spherical_kernel_3.h $ // $Id: global_functions_spherical_kernel_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GLPK_mixed_integer_program_traits.h cgal-5.5.1/include/CGAL/GLPK_mixed_integer_program_traits.h --- cgal-5.5/include/CGAL/GLPK_mixed_integer_program_traits.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GLPK_mixed_integer_program_traits.h 2022-10-07 19:06:38.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/GLPK_mixed_integer_program_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/GLPK_mixed_integer_program_traits.h $ // $Id: GLPK_mixed_integer_program_traits.h 267a641 2021-05-31T14:01:08+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/glu.h cgal-5.5.1/include/CGAL/glu.h --- cgal-5.5/include/CGAL/glu.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/glu.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/glu.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/glu.h $ // $Id: glu.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial diff -Nru cgal-5.5/include/CGAL/GMap_cell_const_iterators.h cgal-5.5.1/include/CGAL/GMap_cell_const_iterators.h --- cgal-5.5/include/CGAL/GMap_cell_const_iterators.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMap_cell_const_iterators.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/GMap_cell_const_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/GMap_cell_const_iterators.h $ // $Id: GMap_cell_const_iterators.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMap_cell_iterators.h cgal-5.5.1/include/CGAL/GMap_cell_iterators.h --- cgal-5.5/include/CGAL/GMap_cell_iterators.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMap_cell_iterators.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/GMap_cell_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/GMap_cell_iterators.h $ // $Id: GMap_cell_iterators.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMap_dart_const_iterators.h cgal-5.5.1/include/CGAL/GMap_dart_const_iterators.h --- cgal-5.5/include/CGAL/GMap_dart_const_iterators.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMap_dart_const_iterators.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/GMap_dart_const_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/GMap_dart_const_iterators.h $ // $Id: GMap_dart_const_iterators.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMap_dart_iterators.h cgal-5.5.1/include/CGAL/GMap_dart_iterators.h --- cgal-5.5/include/CGAL/GMap_dart_iterators.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMap_dart_iterators.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generalized_map/include/CGAL/GMap_dart_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generalized_map/include/CGAL/GMap_dart_iterators.h $ // $Id: GMap_dart_iterators.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMap_linear_cell_complex_storages.h cgal-5.5.1/include/CGAL/GMap_linear_cell_complex_storages.h --- cgal-5.5/include/CGAL/GMap_linear_cell_complex_storages.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMap_linear_cell_complex_storages.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/GMap_linear_cell_complex_storages.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/GMap_linear_cell_complex_storages.h $ // $Id: GMap_linear_cell_complex_storages.h e6c767d 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMP/Gmpfi_type.h cgal-5.5.1/include/CGAL/GMP/Gmpfi_type.h --- cgal-5.5/include/CGAL/GMP/Gmpfi_type.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMP/Gmpfi_type.h 2022-10-07 19:05:53.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/GMP/Gmpfi_type.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/GMP/Gmpfi_type.h $ // $Id: Gmpfi_type.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMP/Gmpfi_type_static.h cgal-5.5.1/include/CGAL/GMP/Gmpfi_type_static.h --- cgal-5.5/include/CGAL/GMP/Gmpfi_type_static.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMP/Gmpfi_type_static.h 2022-10-07 19:05:53.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/GMP/Gmpfi_type_static.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/GMP/Gmpfi_type_static.h $ // $Id: Gmpfi_type_static.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMP/Gmpfr_type.h cgal-5.5.1/include/CGAL/GMP/Gmpfr_type.h --- cgal-5.5/include/CGAL/GMP/Gmpfr_type.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMP/Gmpfr_type.h 2022-10-07 19:05:53.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/GMP/Gmpfr_type.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/GMP/Gmpfr_type.h $ // $Id: Gmpfr_type.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMP/Gmpfr_type_static.h cgal-5.5.1/include/CGAL/GMP/Gmpfr_type_static.h --- cgal-5.5/include/CGAL/GMP/Gmpfr_type_static.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMP/Gmpfr_type_static.h 2022-10-07 19:05:53.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/GMP/Gmpfr_type_static.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/GMP/Gmpfr_type_static.h $ // $Id: Gmpfr_type_static.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMP/Gmpq_type.h cgal-5.5.1/include/CGAL/GMP/Gmpq_type.h --- cgal-5.5/include/CGAL/GMP/Gmpq_type.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMP/Gmpq_type.h 2022-10-07 19:05:53.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/GMP/Gmpq_type.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/GMP/Gmpq_type.h $ // $Id: Gmpq_type.h ad758d0 2020-05-20T11:59:03+02:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMP/Gmpzf_type.h cgal-5.5.1/include/CGAL/GMP/Gmpzf_type.h --- cgal-5.5/include/CGAL/GMP/Gmpzf_type.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMP/Gmpzf_type.h 2022-10-07 19:05:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/GMP/Gmpzf_type.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/GMP/Gmpzf_type.h $ // $Id: Gmpzf_type.h 45b5fd4 2022-07-06T12:58:49+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMP/Gmpz_type.h cgal-5.5.1/include/CGAL/GMP/Gmpz_type.h --- cgal-5.5/include/CGAL/GMP/Gmpz_type.h 2022-07-13 19:05:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMP/Gmpz_type.h 2022-10-07 19:05:53.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/GMP/Gmpz_type.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/GMP/Gmpz_type.h $ // $Id: Gmpz_type.h eb81d59 2020-11-18T07:43:12+00:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMP_arithmetic_kernel.h cgal-5.5.1/include/CGAL/GMP_arithmetic_kernel.h --- cgal-5.5/include/CGAL/GMP_arithmetic_kernel.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMP_arithmetic_kernel.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arithmetic_kernel/include/CGAL/GMP_arithmetic_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arithmetic_kernel/include/CGAL/GMP_arithmetic_kernel.h $ // $Id: GMP_arithmetic_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gmp_coercion_traits.h cgal-5.5.1/include/CGAL/Gmp_coercion_traits.h --- cgal-5.5/include/CGAL/Gmp_coercion_traits.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gmp_coercion_traits.h 2022-10-07 19:05:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Gmp_coercion_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Gmp_coercion_traits.h $ // $Id: Gmp_coercion_traits.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gmpfi.h cgal-5.5.1/include/CGAL/Gmpfi.h --- cgal-5.5/include/CGAL/Gmpfi.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gmpfi.h 2022-10-07 19:05:53.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Gmpfi.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Gmpfi.h $ // $Id: Gmpfi.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gmpfr.h cgal-5.5.1/include/CGAL/Gmpfr.h --- cgal-5.5/include/CGAL/Gmpfr.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gmpfr.h 2022-10-07 19:05:53.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Gmpfr.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Gmpfr.h $ // $Id: Gmpfr.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/gmp.h cgal-5.5.1/include/CGAL/gmp.h --- cgal-5.5/include/CGAL/gmp.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/gmp.h 2022-10-07 19:05:55.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/gmp.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/gmp.h $ // $Id: gmp.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gmpq.h cgal-5.5.1/include/CGAL/Gmpq.h --- cgal-5.5/include/CGAL/Gmpq.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gmpq.h 2022-10-07 19:05:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Gmpq.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Gmpq.h $ // $Id: Gmpq.h 152a084 2021-09-21T13:34:58+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/GMPXX_arithmetic_kernel.h cgal-5.5.1/include/CGAL/GMPXX_arithmetic_kernel.h --- cgal-5.5/include/CGAL/GMPXX_arithmetic_kernel.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/GMPXX_arithmetic_kernel.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arithmetic_kernel/include/CGAL/GMPXX_arithmetic_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arithmetic_kernel/include/CGAL/GMPXX_arithmetic_kernel.h $ // $Id: GMPXX_arithmetic_kernel.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/gmpxx_coercion_traits.h cgal-5.5.1/include/CGAL/gmpxx_coercion_traits.h --- cgal-5.5/include/CGAL/gmpxx_coercion_traits.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/gmpxx_coercion_traits.h 2022-10-07 19:05:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/gmpxx_coercion_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/gmpxx_coercion_traits.h $ // $Id: gmpxx_coercion_traits.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/gmpxx.h cgal-5.5.1/include/CGAL/gmpxx.h --- cgal-5.5/include/CGAL/gmpxx.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/gmpxx.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/gmpxx.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/gmpxx.h $ // $Id: gmpxx.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gmpzf.h cgal-5.5.1/include/CGAL/Gmpzf.h --- cgal-5.5/include/CGAL/Gmpzf.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gmpzf.h 2022-10-07 19:05:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Gmpzf.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Gmpzf.h $ // $Id: Gmpzf.h 152a084 2021-09-21T13:34:58+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gmpz.h cgal-5.5.1/include/CGAL/Gmpz.h --- cgal-5.5/include/CGAL/Gmpz.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gmpz.h 2022-10-07 19:05:54.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Gmpz.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Gmpz.h $ // $Id: Gmpz.h 152a084 2021-09-21T13:34:58+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/gnuplot_output_2.h cgal-5.5.1/include/CGAL/gnuplot_output_2.h --- cgal-5.5/include/CGAL/gnuplot_output_2.h 2022-07-13 19:04:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/gnuplot_output_2.h 2022-10-07 19:04:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cone_spanners_2/include/CGAL/gnuplot_output_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cone_spanners_2/include/CGAL/gnuplot_output_2.h $ // $Id: gnuplot_output_2.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gps_circle_segment_traits_2.h cgal-5.5.1/include/CGAL/Gps_circle_segment_traits_2.h --- cgal-5.5/include/CGAL/Gps_circle_segment_traits_2.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gps_circle_segment_traits_2.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Gps_circle_segment_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Gps_circle_segment_traits_2.h $ // $Id: Gps_circle_segment_traits_2.h e2a77e5 2020-05-24T11:18:01+02:00 Marc Glisse // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gps_segment_traits_2.h cgal-5.5.1/include/CGAL/Gps_segment_traits_2.h --- cgal-5.5/include/CGAL/Gps_segment_traits_2.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gps_segment_traits_2.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Gps_segment_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Gps_segment_traits_2.h $ // $Id: Gps_segment_traits_2.h 04729e8 2021-11-03T18:29:58+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gps_traits_2.h cgal-5.5.1/include/CGAL/Gps_traits_2.h --- cgal-5.5/include/CGAL/Gps_traits_2.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gps_traits_2.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Gps_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Gps_traits_2.h $ // $Id: Gps_traits_2.h 4dbf509 2021-11-03T16:47:12+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/grabbers.h cgal-5.5.1/include/CGAL/grabbers.h --- cgal-5.5/include/CGAL/grabbers.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/grabbers.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ipelets/include/CGAL/grabbers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ipelets/include/CGAL/grabbers.h $ // $Id: grabbers.h efc0c52 2021-01-15T10:02:00+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/graph_traits_Arrangement_2.h cgal-5.5.1/include/CGAL/graph_traits_Arrangement_2.h --- cgal-5.5/include/CGAL/graph_traits_Arrangement_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/graph_traits_Arrangement_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/graph_traits_Arrangement_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/graph_traits_Arrangement_2.h $ // $Id: graph_traits_Arrangement_2.h 380704b 2022-05-03T15:31:09+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/graph_traits_dual_arrangement_2.h cgal-5.5.1/include/CGAL/graph_traits_dual_arrangement_2.h --- cgal-5.5/include/CGAL/graph_traits_dual_arrangement_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/graph_traits_dual_arrangement_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/graph_traits_dual_arrangement_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/graph_traits_dual_arrangement_2.h $ // $Id: graph_traits_dual_arrangement_2.h 6d3176e 2022-01-07T14:42:25+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/graph_traits_dual_arrangement_on_surface_2.h cgal-5.5.1/include/CGAL/graph_traits_dual_arrangement_on_surface_2.h --- cgal-5.5/include/CGAL/graph_traits_dual_arrangement_on_surface_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/graph_traits_dual_arrangement_on_surface_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/graph_traits_dual_arrangement_on_surface_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/graph_traits_dual_arrangement_on_surface_2.h $ // $Id: graph_traits_dual_arrangement_on_surface_2.h 6d3176e 2022-01-07T14:42:25+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/graph_traits_dual_arrangement_on_surface_with_history_2.h cgal-5.5.1/include/CGAL/graph_traits_dual_arrangement_on_surface_with_history_2.h --- cgal-5.5/include/CGAL/graph_traits_dual_arrangement_on_surface_with_history_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/graph_traits_dual_arrangement_on_surface_with_history_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/graph_traits_dual_arrangement_on_surface_with_history_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/graph_traits_dual_arrangement_on_surface_with_history_2.h $ // $Id: graph_traits_dual_arrangement_on_surface_with_history_2.h 6d3176e 2022-01-07T14:42:25+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/graph_traits_dual_arrangement_with_history_2.h cgal-5.5.1/include/CGAL/graph_traits_dual_arrangement_with_history_2.h --- cgal-5.5/include/CGAL/graph_traits_dual_arrangement_with_history_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/graph_traits_dual_arrangement_with_history_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/graph_traits_dual_arrangement_with_history_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/graph_traits_dual_arrangement_with_history_2.h $ // $Id: graph_traits_dual_arrangement_with_history_2.h 6d3176e 2022-01-07T14:42:25+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gray_image_mesh_domain_3.h cgal-5.5.1/include/CGAL/Gray_image_mesh_domain_3.h --- cgal-5.5/include/CGAL/Gray_image_mesh_domain_3.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gray_image_mesh_domain_3.h 2022-10-07 19:05:40.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Gray_image_mesh_domain_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Gray_image_mesh_domain_3.h $ // $Id: Gray_image_mesh_domain_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Gray_level_image_3.h cgal-5.5.1/include/CGAL/Gray_level_image_3.h --- cgal-5.5/include/CGAL/Gray_level_image_3.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Gray_level_image_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Gray_level_image_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Gray_level_image_3.h $ // $Id: Gray_level_image_3.h 44df664 2021-10-07T11:38:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/grid_simplify_point_set.h cgal-5.5.1/include/CGAL/grid_simplify_point_set.h --- cgal-5.5/include/CGAL/grid_simplify_point_set.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/grid_simplify_point_set.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/grid_simplify_point_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/grid_simplify_point_set.h $ // $Id: grid_simplify_point_set.h 11c7c56 2022-01-18T09:11:52+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/halfedgeds_connected_components.h cgal-5.5.1/include/CGAL/halfedgeds_connected_components.h --- cgal-5.5/include/CGAL/halfedgeds_connected_components.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/halfedgeds_connected_components.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/halfedgeds_connected_components.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/halfedgeds_connected_components.h $ // $Id: halfedgeds_connected_components.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_const_decorator.h cgal-5.5.1/include/CGAL/HalfedgeDS_const_decorator.h --- cgal-5.5/include/CGAL/HalfedgeDS_const_decorator.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_const_decorator.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_const_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_const_decorator.h $ // $Id: HalfedgeDS_const_decorator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/halfedgeDS_cut_component.h cgal-5.5.1/include/CGAL/halfedgeDS_cut_component.h --- cgal-5.5/include/CGAL/halfedgeDS_cut_component.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/halfedgeDS_cut_component.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/halfedgeDS_cut_component.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/halfedgeDS_cut_component.h $ // $Id: halfedgeDS_cut_component.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_decorator.h cgal-5.5.1/include/CGAL/HalfedgeDS_decorator.h --- cgal-5.5/include/CGAL/HalfedgeDS_decorator.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_decorator.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_decorator.h $ // $Id: HalfedgeDS_decorator.h 0d66e19 2020-07-24T17:05:10+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_default.h cgal-5.5.1/include/CGAL/HalfedgeDS_default.h --- cgal-5.5/include/CGAL/HalfedgeDS_default.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_default.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_default.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_default.h $ // $Id: HalfedgeDS_default.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_face_base.h cgal-5.5.1/include/CGAL/HalfedgeDS_face_base.h --- cgal-5.5/include/CGAL/HalfedgeDS_face_base.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_face_base.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_face_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_face_base.h $ // $Id: HalfedgeDS_face_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_face_max_base_with_id.h cgal-5.5.1/include/CGAL/HalfedgeDS_face_max_base_with_id.h --- cgal-5.5/include/CGAL/HalfedgeDS_face_max_base_with_id.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_face_max_base_with_id.h 2022-10-07 19:05:10.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_face_max_base_with_id.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_face_max_base_with_id.h $ // $Id: HalfedgeDS_face_max_base_with_id.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_face_min_base.h cgal-5.5.1/include/CGAL/HalfedgeDS_face_min_base.h --- cgal-5.5/include/CGAL/HalfedgeDS_face_min_base.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_face_min_base.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_face_min_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_face_min_base.h $ // $Id: HalfedgeDS_face_min_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_halfedge_base.h cgal-5.5.1/include/CGAL/HalfedgeDS_halfedge_base.h --- cgal-5.5/include/CGAL/HalfedgeDS_halfedge_base.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_halfedge_base.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_halfedge_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_halfedge_base.h $ // $Id: HalfedgeDS_halfedge_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_halfedge_max_base_with_id.h cgal-5.5.1/include/CGAL/HalfedgeDS_halfedge_max_base_with_id.h --- cgal-5.5/include/CGAL/HalfedgeDS_halfedge_max_base_with_id.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_halfedge_max_base_with_id.h 2022-10-07 19:05:10.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_halfedge_max_base_with_id.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_halfedge_max_base_with_id.h $ // $Id: HalfedgeDS_halfedge_max_base_with_id.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_halfedge_min_base.h cgal-5.5.1/include/CGAL/HalfedgeDS_halfedge_min_base.h --- cgal-5.5/include/CGAL/HalfedgeDS_halfedge_min_base.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_halfedge_min_base.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_halfedge_min_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_halfedge_min_base.h $ // $Id: HalfedgeDS_halfedge_min_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_items_2.h cgal-5.5.1/include/CGAL/HalfedgeDS_items_2.h --- cgal-5.5/include/CGAL/HalfedgeDS_items_2.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_items_2.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_items_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_items_2.h $ // $Id: HalfedgeDS_items_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_items_decorator.h cgal-5.5.1/include/CGAL/HalfedgeDS_items_decorator.h --- cgal-5.5/include/CGAL/HalfedgeDS_items_decorator.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_items_decorator.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_items_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_items_decorator.h $ // $Id: HalfedgeDS_items_decorator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_iterator_adaptor.h cgal-5.5.1/include/CGAL/HalfedgeDS_iterator_adaptor.h --- cgal-5.5/include/CGAL/HalfedgeDS_iterator_adaptor.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_iterator_adaptor.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_iterator_adaptor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_iterator_adaptor.h $ // $Id: HalfedgeDS_iterator_adaptor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_iterator.h cgal-5.5.1/include/CGAL/HalfedgeDS_iterator.h --- cgal-5.5/include/CGAL/HalfedgeDS_iterator.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_iterator.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_iterator.h $ // $Id: HalfedgeDS_iterator.h 4e4a93d 2021-03-31T15:48:05+02:00 Simon Giraudot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_list.h cgal-5.5.1/include/CGAL/HalfedgeDS_list.h --- cgal-5.5/include/CGAL/HalfedgeDS_list.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_list.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_list.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_list.h $ // $Id: HalfedgeDS_list.h 1373150 2020-11-29T14:42:55+00:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_min_items.h cgal-5.5.1/include/CGAL/HalfedgeDS_min_items.h --- cgal-5.5/include/CGAL/HalfedgeDS_min_items.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_min_items.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_min_items.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_min_items.h $ // $Id: HalfedgeDS_min_items.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_vector.h cgal-5.5.1/include/CGAL/HalfedgeDS_vector.h --- cgal-5.5/include/CGAL/HalfedgeDS_vector.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_vector.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_vector.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_vector.h $ // $Id: HalfedgeDS_vector.h 0d0c5d2 2020-07-15T17:03:18+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_vertex_base.h cgal-5.5.1/include/CGAL/HalfedgeDS_vertex_base.h --- cgal-5.5/include/CGAL/HalfedgeDS_vertex_base.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_vertex_base.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_vertex_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_vertex_base.h $ // $Id: HalfedgeDS_vertex_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_vertex_max_base_with_id.h cgal-5.5.1/include/CGAL/HalfedgeDS_vertex_max_base_with_id.h --- cgal-5.5/include/CGAL/HalfedgeDS_vertex_max_base_with_id.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_vertex_max_base_with_id.h 2022-10-07 19:05:10.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_vertex_max_base_with_id.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_vertex_max_base_with_id.h $ // $Id: HalfedgeDS_vertex_max_base_with_id.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/HalfedgeDS_vertex_min_base.h cgal-5.5.1/include/CGAL/HalfedgeDS_vertex_min_base.h --- cgal-5.5/include/CGAL/HalfedgeDS_vertex_min_base.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/HalfedgeDS_vertex_min_base.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/HalfedgeDS_vertex_min_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/HalfedgeDS_vertex_min_base.h $ // $Id: HalfedgeDS_vertex_min_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Handle_for.h cgal-5.5.1/include/CGAL/Handle_for.h --- cgal-5.5/include/CGAL/Handle_for.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Handle_for.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Handle_for.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Handle_for.h $ // $Id: Handle_for.h 8fa0f55 2021-05-27T10:27:38+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Handle_for_virtual.h cgal-5.5.1/include/CGAL/Handle_for_virtual.h --- cgal-5.5/include/CGAL/Handle_for_virtual.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Handle_for_virtual.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Handle_for_virtual.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Handle_for_virtual.h $ // $Id: Handle_for_virtual.h 2ceedcf 2021-01-08T19:44:01+00:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Handle.h cgal-5.5.1/include/CGAL/Handle.h --- cgal-5.5/include/CGAL/Handle.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Handle.h 2022-10-07 19:06:24.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Handle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Handle.h $ // $Id: Handle.h 8fa0f55 2021-05-27T10:27:38+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Handle_hash_function.h cgal-5.5.1/include/CGAL/Handle_hash_function.h --- cgal-5.5/include/CGAL/Handle_hash_function.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Handle_hash_function.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hash_map/include/CGAL/Handle_hash_function.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hash_map/include/CGAL/Handle_hash_function.h $ // $Id: Handle_hash_function.h cec93d0 2021-05-27T14:36:55+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Handle_with_policy.h cgal-5.5.1/include/CGAL/Handle_with_policy.h --- cgal-5.5/include/CGAL/Handle_with_policy.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Handle_with_policy.h 2022-10-07 19:06:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Handle_with_policy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Handle_with_policy.h $ // $Id: Handle_with_policy.h 521c72d 2021-10-04T13:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Has_conversion.h cgal-5.5.1/include/CGAL/Has_conversion.h --- cgal-5.5/include/CGAL/Has_conversion.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Has_conversion.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Has_conversion.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Has_conversion.h $ // $Id: Has_conversion.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hash_map/internal/chained_map.h cgal-5.5.1/include/CGAL/Hash_map/internal/chained_map.h --- cgal-5.5/include/CGAL/Hash_map/internal/chained_map.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hash_map/internal/chained_map.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hash_map/include/CGAL/Hash_map/internal/chained_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hash_map/include/CGAL/Hash_map/internal/chained_map.h $ // $Id: chained_map.h 4334028 2022-05-03T18:10:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/hash_openmesh.h cgal-5.5.1/include/CGAL/hash_openmesh.h --- cgal-5.5/include/CGAL/hash_openmesh.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/hash_openmesh.h 2022-10-07 19:06:26.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/hash_openmesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/hash_openmesh.h $ // $Id: hash_openmesh.h b2ed4e5 2021-03-10T11:33:30+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Has_member.h cgal-5.5.1/include/CGAL/Has_member.h --- cgal-5.5/include/CGAL/Has_member.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Has_member.h 2022-10-07 19:06:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Has_member.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Has_member.h $ // $Id: Has_member.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Has_timestamp.h cgal-5.5.1/include/CGAL/Has_timestamp.h --- cgal-5.5/include/CGAL/Has_timestamp.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Has_timestamp.h 2022-10-07 19:06:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Has_timestamp.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Has_timestamp.h $ // $Id: Has_timestamp.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h cgal-5.5.1/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h --- cgal-5.5/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h 2022-10-07 19:05:10.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Heat_method_3/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Heat_method_3/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h $ // $Id: Intrinsic_Delaunay_triangulation_3.h 58d759b 2022-02-04T09:44:36+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Heat_method_3/internal/V2V.h cgal-5.5.1/include/CGAL/Heat_method_3/internal/V2V.h --- cgal-5.5/include/CGAL/Heat_method_3/internal/V2V.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Heat_method_3/internal/V2V.h 2022-10-07 19:05:10.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Heat_method_3/include/CGAL/Heat_method_3/internal/V2V.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Heat_method_3/include/CGAL/Heat_method_3/internal/V2V.h $ // $Id: V2V.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h cgal-5.5.1/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h --- cgal-5.5/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h 2022-10-07 19:05:10.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h $ // $Id: Surface_mesh_geodesic_distances_3.h 2a8a173 2021-12-20T18:06:19+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hidden_point_memory_policy.h cgal-5.5.1/include/CGAL/Hidden_point_memory_policy.h --- cgal-5.5/include/CGAL/Hidden_point_memory_policy.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hidden_point_memory_policy.h 2022-10-07 19:06:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Hidden_point_memory_policy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Hidden_point_memory_policy.h $ // $Id: Hidden_point_memory_policy.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/hierarchy_simplify_point_set.h cgal-5.5.1/include/CGAL/hierarchy_simplify_point_set.h --- cgal-5.5/include/CGAL/hierarchy_simplify_point_set.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/hierarchy_simplify_point_set.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/hierarchy_simplify_point_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/hierarchy_simplify_point_set.h $ // $Id: hierarchy_simplify_point_set.h 11c7c56 2022-01-18T09:11:52+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_policy_tags.h cgal-5.5.1/include/CGAL/Hilbert_policy_tags.h --- cgal-5.5/include/CGAL/Hilbert_policy_tags.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_policy_tags.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_policy_tags.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_policy_tags.h $ // $Id: Hilbert_policy_tags.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_2.h cgal-5.5.1/include/CGAL/Hilbert_sort_2.h --- cgal-5.5/include/CGAL/Hilbert_sort_2.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_2.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_2.h $ // $Id: Hilbert_sort_2.h 5c41b10 2020-01-02T10:26:44+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_3.h cgal-5.5.1/include/CGAL/Hilbert_sort_3.h --- cgal-5.5/include/CGAL/Hilbert_sort_3.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_3.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_3.h $ // $Id: Hilbert_sort_3.h 5c41b10 2020-01-02T10:26:44+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_base.h cgal-5.5.1/include/CGAL/Hilbert_sort_base.h --- cgal-5.5/include/CGAL/Hilbert_sort_base.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_base.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_base.h $ // $Id: Hilbert_sort_base.h 5c41b10 2020-01-02T10:26:44+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_d.h cgal-5.5.1/include/CGAL/Hilbert_sort_d.h --- cgal-5.5/include/CGAL/Hilbert_sort_d.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_d.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_d.h $ // $Id: Hilbert_sort_d.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/hilbert_sort.h cgal-5.5.1/include/CGAL/hilbert_sort.h --- cgal-5.5/include/CGAL/hilbert_sort.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/hilbert_sort.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/hilbert_sort.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/hilbert_sort.h $ // $Id: hilbert_sort.h f5d2fb2 2021-09-01T16:41:36+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_median_2.h cgal-5.5.1/include/CGAL/Hilbert_sort_median_2.h --- cgal-5.5/include/CGAL/Hilbert_sort_median_2.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_median_2.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_median_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_median_2.h $ // $Id: Hilbert_sort_median_2.h f60dfa8 2022-04-04T10:00:16+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_median_3.h cgal-5.5.1/include/CGAL/Hilbert_sort_median_3.h --- cgal-5.5/include/CGAL/Hilbert_sort_median_3.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_median_3.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_median_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_median_3.h $ // $Id: Hilbert_sort_median_3.h f60dfa8 2022-04-04T10:00:16+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_median_d.h cgal-5.5.1/include/CGAL/Hilbert_sort_median_d.h --- cgal-5.5/include/CGAL/Hilbert_sort_median_d.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_median_d.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_median_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_median_d.h $ // $Id: Hilbert_sort_median_d.h f60dfa8 2022-04-04T10:00:16+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_middle_2.h cgal-5.5.1/include/CGAL/Hilbert_sort_middle_2.h --- cgal-5.5/include/CGAL/Hilbert_sort_middle_2.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_middle_2.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_middle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_middle_2.h $ // $Id: Hilbert_sort_middle_2.h 9144020 2022-04-12T16:35:01+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_middle_3.h cgal-5.5.1/include/CGAL/Hilbert_sort_middle_3.h --- cgal-5.5/include/CGAL/Hilbert_sort_middle_3.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_middle_3.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_middle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_middle_3.h $ // $Id: Hilbert_sort_middle_3.h f60dfa8 2022-04-04T10:00:16+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_middle_base.h cgal-5.5.1/include/CGAL/Hilbert_sort_middle_base.h --- cgal-5.5/include/CGAL/Hilbert_sort_middle_base.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_middle_base.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_middle_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_middle_base.h $ // $Id: Hilbert_sort_middle_base.h 5c41b10 2020-01-02T10:26:44+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_middle_d.h cgal-5.5.1/include/CGAL/Hilbert_sort_middle_d.h --- cgal-5.5/include/CGAL/Hilbert_sort_middle_d.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_middle_d.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_middle_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_middle_d.h $ // $Id: Hilbert_sort_middle_d.h f60dfa8 2022-04-04T10:00:16+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hilbert_sort_on_sphere_3.h cgal-5.5.1/include/CGAL/Hilbert_sort_on_sphere_3.h --- cgal-5.5/include/CGAL/Hilbert_sort_on_sphere_3.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hilbert_sort_on_sphere_3.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Hilbert_sort_on_sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Hilbert_sort_on_sphere_3.h $ // $Id: Hilbert_sort_on_sphere_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/hilbert_sort_on_sphere.h cgal-5.5.1/include/CGAL/hilbert_sort_on_sphere.h --- cgal-5.5/include/CGAL/hilbert_sort_on_sphere.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/hilbert_sort_on_sphere.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/hilbert_sort_on_sphere.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/hilbert_sort_on_sphere.h $ // $Id: hilbert_sort_on_sphere.h 5c41b10 2020-01-02T10:26:44+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/Aff_transformationH2.h cgal-5.5.1/include/CGAL/Homogeneous/Aff_transformationH2.h --- cgal-5.5/include/CGAL/Homogeneous/Aff_transformationH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/Aff_transformationH2.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/Aff_transformationH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/Aff_transformationH2.h $ // $Id: Aff_transformationH2.h d370326 2021-10-27T14:45:10+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/Aff_transformationH3.h cgal-5.5.1/include/CGAL/Homogeneous/Aff_transformationH3.h --- cgal-5.5/include/CGAL/Homogeneous/Aff_transformationH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/Aff_transformationH3.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/Aff_transformationH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/Aff_transformationH3.h $ // $Id: Aff_transformationH3.h d370326 2021-10-27T14:45:10+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/basic_constructionsH2.h cgal-5.5.1/include/CGAL/Homogeneous/basic_constructionsH2.h --- cgal-5.5/include/CGAL/Homogeneous/basic_constructionsH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/basic_constructionsH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/basic_constructionsH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/basic_constructionsH2.h $ // $Id: basic_constructionsH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/basic_constructionsH3.h cgal-5.5.1/include/CGAL/Homogeneous/basic_constructionsH3.h --- cgal-5.5/include/CGAL/Homogeneous/basic_constructionsH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/basic_constructionsH3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/basic_constructionsH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/basic_constructionsH3.h $ // $Id: basic_constructionsH3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/CircleH2.h cgal-5.5.1/include/CGAL/Homogeneous/CircleH2.h --- cgal-5.5/include/CGAL/Homogeneous/CircleH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/CircleH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/CircleH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/CircleH2.h $ // $Id: CircleH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/ConicHPA2.h cgal-5.5.1/include/CGAL/Homogeneous/ConicHPA2.h --- cgal-5.5/include/CGAL/Homogeneous/ConicHPA2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/ConicHPA2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/ConicHPA2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/ConicHPA2.h $ // $Id: ConicHPA2.h 29b2957 2020-04-06T21:46:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/Data_accessorH2.h cgal-5.5.1/include/CGAL/Homogeneous/Data_accessorH2.h --- cgal-5.5/include/CGAL/Homogeneous/Data_accessorH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/Data_accessorH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/Data_accessorH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/Data_accessorH2.h $ // $Id: Data_accessorH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/DirectionH2.h cgal-5.5.1/include/CGAL/Homogeneous/DirectionH2.h --- cgal-5.5/include/CGAL/Homogeneous/DirectionH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/DirectionH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/DirectionH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/DirectionH2.h $ // $Id: DirectionH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/DirectionH3.h cgal-5.5.1/include/CGAL/Homogeneous/DirectionH3.h --- cgal-5.5/include/CGAL/Homogeneous/DirectionH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/DirectionH3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/DirectionH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/DirectionH3.h $ // $Id: DirectionH3.h d39c774 2022-03-17T12:14:43+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/distance_predicatesH2.h cgal-5.5.1/include/CGAL/Homogeneous/distance_predicatesH2.h --- cgal-5.5/include/CGAL/Homogeneous/distance_predicatesH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/distance_predicatesH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/distance_predicatesH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/distance_predicatesH2.h $ // $Id: distance_predicatesH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/distance_predicatesH3.h cgal-5.5.1/include/CGAL/Homogeneous/distance_predicatesH3.h --- cgal-5.5/include/CGAL/Homogeneous/distance_predicatesH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/distance_predicatesH3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/distance_predicatesH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/distance_predicatesH3.h $ // $Id: distance_predicatesH3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/function_objects.h cgal-5.5.1/include/CGAL/Homogeneous/function_objects.h --- cgal-5.5/include/CGAL/Homogeneous/function_objects.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/function_objects.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/function_objects.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/function_objects.h $ // $Id: function_objects.h d39c774 2022-03-17T12:14:43+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/Homogeneous_base.h cgal-5.5.1/include/CGAL/Homogeneous/Homogeneous_base.h --- cgal-5.5/include/CGAL/Homogeneous/Homogeneous_base.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/Homogeneous_base.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/Homogeneous_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/Homogeneous_base.h $ // $Id: Homogeneous_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/Iso_cuboidH3.h cgal-5.5.1/include/CGAL/Homogeneous/Iso_cuboidH3.h --- cgal-5.5/include/CGAL/Homogeneous/Iso_cuboidH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/Iso_cuboidH3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/Iso_cuboidH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/Iso_cuboidH3.h $ // $Id: Iso_cuboidH3.h 22f5d89 2021-06-25T20:15:56+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/Iso_rectangleH2.h cgal-5.5.1/include/CGAL/Homogeneous/Iso_rectangleH2.h --- cgal-5.5/include/CGAL/Homogeneous/Iso_rectangleH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/Iso_rectangleH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/Iso_rectangleH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/Iso_rectangleH2.h $ // $Id: Iso_rectangleH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/LineH2.h cgal-5.5.1/include/CGAL/Homogeneous/LineH2.h --- cgal-5.5/include/CGAL/Homogeneous/LineH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/LineH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/LineH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/LineH2.h $ // $Id: LineH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/PlaneH3.h cgal-5.5.1/include/CGAL/Homogeneous/PlaneH3.h --- cgal-5.5/include/CGAL/Homogeneous/PlaneH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/PlaneH3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/PlaneH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/PlaneH3.h $ // $Id: PlaneH3.h 71bba3e 2022-03-17T22:35:09+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/PointH2.h cgal-5.5.1/include/CGAL/Homogeneous/PointH2.h --- cgal-5.5/include/CGAL/Homogeneous/PointH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/PointH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/PointH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/PointH2.h $ // $Id: PointH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/PointH3.h cgal-5.5.1/include/CGAL/Homogeneous/PointH3.h --- cgal-5.5/include/CGAL/Homogeneous/PointH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/PointH3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/PointH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/PointH3.h $ // $Id: PointH3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/predicates_on_directionsH2.h cgal-5.5.1/include/CGAL/Homogeneous/predicates_on_directionsH2.h --- cgal-5.5/include/CGAL/Homogeneous/predicates_on_directionsH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/predicates_on_directionsH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/predicates_on_directionsH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/predicates_on_directionsH2.h $ // $Id: predicates_on_directionsH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/predicates_on_pointsH2.h cgal-5.5.1/include/CGAL/Homogeneous/predicates_on_pointsH2.h --- cgal-5.5/include/CGAL/Homogeneous/predicates_on_pointsH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/predicates_on_pointsH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/predicates_on_pointsH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/predicates_on_pointsH2.h $ // $Id: predicates_on_pointsH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/predicates_on_pointsH3.h cgal-5.5.1/include/CGAL/Homogeneous/predicates_on_pointsH3.h --- cgal-5.5/include/CGAL/Homogeneous/predicates_on_pointsH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/predicates_on_pointsH3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/predicates_on_pointsH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/predicates_on_pointsH3.h $ // $Id: predicates_on_pointsH3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/RayH3.h cgal-5.5.1/include/CGAL/Homogeneous/RayH3.h --- cgal-5.5/include/CGAL/Homogeneous/RayH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/RayH3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/RayH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/RayH3.h $ // $Id: RayH3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/SphereH3.h cgal-5.5.1/include/CGAL/Homogeneous/SphereH3.h --- cgal-5.5/include/CGAL/Homogeneous/SphereH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/SphereH3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/SphereH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/SphereH3.h $ // $Id: SphereH3.h 3640099 2021-09-28T15:36:51+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/VectorH2.h cgal-5.5.1/include/CGAL/Homogeneous/VectorH2.h --- cgal-5.5/include/CGAL/Homogeneous/VectorH2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/VectorH2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/VectorH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/VectorH2.h $ // $Id: VectorH2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/VectorH3.h cgal-5.5.1/include/CGAL/Homogeneous/VectorH3.h --- cgal-5.5/include/CGAL/Homogeneous/VectorH3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/VectorH3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/VectorH3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/VectorH3.h $ // $Id: VectorH3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/Weighted_point_2.h cgal-5.5.1/include/CGAL/Homogeneous/Weighted_point_2.h --- cgal-5.5/include/CGAL/Homogeneous/Weighted_point_2.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/Weighted_point_2.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/Weighted_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/Weighted_point_2.h $ // $Id: Weighted_point_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous/Weighted_point_3.h cgal-5.5.1/include/CGAL/Homogeneous/Weighted_point_3.h --- cgal-5.5/include/CGAL/Homogeneous/Weighted_point_3.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous/Weighted_point_3.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous/Weighted_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous/Weighted_point_3.h $ // $Id: Weighted_point_3.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous_converter.h cgal-5.5.1/include/CGAL/Homogeneous_converter.h --- cgal-5.5/include/CGAL/Homogeneous_converter.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous_converter.h 2022-10-07 19:05:11.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous_converter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous_converter.h $ // $Id: Homogeneous_converter.h 3a0a4a6 2021-12-17T12:22:40+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous_d.h cgal-5.5.1/include/CGAL/Homogeneous_d.h --- cgal-5.5/include/CGAL/Homogeneous_d.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous_d.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Homogeneous_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Homogeneous_d.h $ // $Id: Homogeneous_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Homogeneous.h cgal-5.5.1/include/CGAL/Homogeneous.h --- cgal-5.5/include/CGAL/Homogeneous.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Homogeneous.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Homogeneous_kernel/include/CGAL/Homogeneous.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Homogeneous_kernel/include/CGAL/Homogeneous.h $ // $Id: Homogeneous.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hyperbola_2.h cgal-5.5.1/include/CGAL/Hyperbola_2.h --- cgal-5.5/include/CGAL/Hyperbola_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hyperbola_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Hyperbola_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Hyperbola_2.h $ // $Id: Hyperbola_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hyperbola_ray_2.h cgal-5.5.1/include/CGAL/Hyperbola_ray_2.h --- cgal-5.5/include/CGAL/Hyperbola_ray_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hyperbola_ray_2.h 2022-10-07 19:04:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Hyperbola_ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Hyperbola_ray_2.h $ // $Id: Hyperbola_ray_2.h 45b73ad 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hyperbola_segment_2.h cgal-5.5.1/include/CGAL/Hyperbola_segment_2.h --- cgal-5.5/include/CGAL/Hyperbola_segment_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hyperbola_segment_2.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h $ // $Id: Hyperbola_segment_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hyperbolic_Delaunay_triangulation_2.h cgal-5.5.1/include/CGAL/Hyperbolic_Delaunay_triangulation_2.h --- cgal-5.5/include/CGAL/Hyperbolic_Delaunay_triangulation_2.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hyperbolic_Delaunay_triangulation_2.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_Delaunay_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_Delaunay_triangulation_2.h $ // $Id: Hyperbolic_Delaunay_triangulation_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h cgal-5.5.1/include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h --- cgal-5.5/include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h $ // $Id: Hyperbolic_Delaunay_triangulation_CK_traits_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h cgal-5.5.1/include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h --- cgal-5.5/include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h $ // $Id: Hyperbolic_Delaunay_triangulation_traits_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hyperbolic_octagon_translation.h cgal-5.5.1/include/CGAL/Hyperbolic_octagon_translation.h --- cgal-5.5/include/CGAL/Hyperbolic_octagon_translation.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hyperbolic_octagon_translation.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Hyperbolic_octagon_translation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Hyperbolic_octagon_translation.h $ // $Id: Hyperbolic_octagon_translation.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hyperbolic_triangulation_2/internal/Exact_complex.h cgal-5.5.1/include/CGAL/Hyperbolic_triangulation_2/internal/Exact_complex.h --- cgal-5.5/include/CGAL/Hyperbolic_triangulation_2/internal/Exact_complex.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hyperbolic_triangulation_2/internal/Exact_complex.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_triangulation_2/internal/Exact_complex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_triangulation_2/internal/Exact_complex.h $ // $Id: Exact_complex.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hyperbolic_triangulation_2/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h cgal-5.5.1/include/CGAL/Hyperbolic_triangulation_2/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h --- cgal-5.5/include/CGAL/Hyperbolic_triangulation_2/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hyperbolic_triangulation_2/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_triangulation_2/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_triangulation_2/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h $ // $Id: Hyperbolic_Delaunay_triangulation_traits_2_functions.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Hyperbolic_triangulation_face_base_2.h cgal-5.5.1/include/CGAL/Hyperbolic_triangulation_face_base_2.h --- cgal-5.5/include/CGAL/Hyperbolic_triangulation_face_base_2.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Hyperbolic_triangulation_face_base_2.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_triangulation_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hyperbolic_triangulation_2/include/CGAL/Hyperbolic_triangulation_face_base_2.h $ // $Id: Hyperbolic_triangulation_face_base_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Identity_policy_2.h cgal-5.5.1/include/CGAL/Identity_policy_2.h --- cgal-5.5/include/CGAL/Identity_policy_2.h 2022-07-13 19:07:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Identity_policy_2.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Identity_policy_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Identity_policy_2.h $ // $Id: Identity_policy_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IEEE_754_unions.h cgal-5.5.1/include/CGAL/IEEE_754_unions.h --- cgal-5.5/include/CGAL/IEEE_754_unions.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IEEE_754_unions.h 2022-10-07 19:05:54.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/IEEE_754_unions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/IEEE_754_unions.h $ // $Id: IEEE_754_unions.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Image_3.h cgal-5.5.1/include/CGAL/Image_3.h --- cgal-5.5/include/CGAL/Image_3.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Image_3.h 2022-10-07 19:04:49.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/Image_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/Image_3.h $ // $Id: Image_3.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Image_3_impl.h cgal-5.5.1/include/CGAL/Image_3_impl.h --- cgal-5.5/include/CGAL/Image_3_impl.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Image_3_impl.h 2022-10-07 19:04:49.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/Image_3_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/Image_3_impl.h $ // $Id: Image_3_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Image_3_vtk_interface.h cgal-5.5.1/include/CGAL/Image_3_vtk_interface.h --- cgal-5.5/include/CGAL/Image_3_vtk_interface.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Image_3_vtk_interface.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/Image_3_vtk_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/Image_3_vtk_interface.h $ // $Id: Image_3_vtk_interface.h 91d6635 2021-06-16T15:04:45+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/ImageIO/analyze.h cgal-5.5.1/include/CGAL/ImageIO/analyze.h --- cgal-5.5/include/CGAL/ImageIO/analyze.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/analyze.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/analyze.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/analyze.h $ // $Id: analyze.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/analyze_impl.h cgal-5.5.1/include/CGAL/ImageIO/analyze_impl.h --- cgal-5.5/include/CGAL/ImageIO/analyze_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/analyze_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/analyze_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/analyze_impl.h $ // $Id: analyze_impl.h 6acef1b 2020-10-20T14:18:12+02:00 Raphael Grimm // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/bmpendian.h cgal-5.5.1/include/CGAL/ImageIO/bmpendian.h --- cgal-5.5/include/CGAL/ImageIO/bmpendian.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/bmpendian.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/bmpendian.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/bmpendian.h $ // $Id: bmpendian.h 07c4ada 2019-10-19T15:50:09+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/bmpendian_impl.h cgal-5.5.1/include/CGAL/ImageIO/bmpendian_impl.h --- cgal-5.5/include/CGAL/ImageIO/bmpendian_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/bmpendian_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/bmpendian_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/bmpendian_impl.h $ // $Id: bmpendian_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/bmp.h cgal-5.5.1/include/CGAL/ImageIO/bmp.h --- cgal-5.5/include/CGAL/ImageIO/bmp.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/bmp.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/bmp.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/bmp.h $ // $Id: bmp.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/bmp_impl.h cgal-5.5.1/include/CGAL/ImageIO/bmp_impl.h --- cgal-5.5/include/CGAL/ImageIO/bmp_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/bmp_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/bmp_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/bmp_impl.h $ // $Id: bmp_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/bmpread.h cgal-5.5.1/include/CGAL/ImageIO/bmpread.h --- cgal-5.5/include/CGAL/ImageIO/bmpread.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/bmpread.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/bmpread.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/bmpread.h $ // $Id: bmpread.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/bmpread_impl.h cgal-5.5.1/include/CGAL/ImageIO/bmpread_impl.h --- cgal-5.5/include/CGAL/ImageIO/bmpread_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/bmpread_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/bmpread_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/bmpread_impl.h $ // $Id: bmpread_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/bmptypes.h cgal-5.5.1/include/CGAL/ImageIO/bmptypes.h --- cgal-5.5/include/CGAL/ImageIO/bmptypes.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/bmptypes.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/bmptypes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/bmptypes.h $ // $Id: bmptypes.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/convert.h cgal-5.5.1/include/CGAL/ImageIO/convert.h --- cgal-5.5/include/CGAL/ImageIO/convert.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/convert.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/convert.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/convert.h $ // $Id: convert.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/convert_impl.h cgal-5.5.1/include/CGAL/ImageIO/convert_impl.h --- cgal-5.5/include/CGAL/ImageIO/convert_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/convert_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/convert_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/convert_impl.h $ // $Id: convert_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/fgetns.h cgal-5.5.1/include/CGAL/ImageIO/fgetns.h --- cgal-5.5/include/CGAL/ImageIO/fgetns.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/fgetns.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/fgetns.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/fgetns.h $ // $Id: fgetns.h 07c4ada 2019-10-19T15:50:09+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/fgetns_impl.h cgal-5.5.1/include/CGAL/ImageIO/fgetns_impl.h --- cgal-5.5/include/CGAL/ImageIO/fgetns_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/fgetns_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/fgetns_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/fgetns_impl.h $ // $Id: fgetns_impl.h 07c4ada 2019-10-19T15:50:09+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/gif.h cgal-5.5.1/include/CGAL/ImageIO/gif.h --- cgal-5.5/include/CGAL/ImageIO/gif.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/gif.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/gif.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/gif.h $ // $Id: gif.h 07c4ada 2019-10-19T15:50:09+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/gif_impl.h cgal-5.5.1/include/CGAL/ImageIO/gif_impl.h --- cgal-5.5/include/CGAL/ImageIO/gif_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/gif_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/gif_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/gif_impl.h $ // $Id: gif_impl.h bdecbc9 2020-10-16T10:47:54+02:00 Raphael Grimm // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/gis.h cgal-5.5.1/include/CGAL/ImageIO/gis.h --- cgal-5.5/include/CGAL/ImageIO/gis.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/gis.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/gis.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/gis.h $ // $Id: gis.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/gis_impl.h cgal-5.5.1/include/CGAL/ImageIO/gis_impl.h --- cgal-5.5/include/CGAL/ImageIO/gis_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/gis_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/gis_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/gis_impl.h $ // $Id: gis_impl.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/inr.h cgal-5.5.1/include/CGAL/ImageIO/inr.h --- cgal-5.5/include/CGAL/ImageIO/inr.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/inr.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/inr.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/inr.h $ // $Id: inr.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/inr_impl.h cgal-5.5.1/include/CGAL/ImageIO/inr_impl.h --- cgal-5.5/include/CGAL/ImageIO/inr_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/inr_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/inr_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/inr_impl.h $ // $Id: inr_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/iris.h cgal-5.5.1/include/CGAL/ImageIO/iris.h --- cgal-5.5/include/CGAL/ImageIO/iris.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/iris.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/iris.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/iris.h $ // $Id: iris.h 07c4ada 2019-10-19T15:50:09+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/iris_impl.h cgal-5.5.1/include/CGAL/ImageIO/iris_impl.h --- cgal-5.5/include/CGAL/ImageIO/iris_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/iris_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/iris_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/iris_impl.h $ // $Id: iris_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/mincio.h cgal-5.5.1/include/CGAL/ImageIO/mincio.h --- cgal-5.5/include/CGAL/ImageIO/mincio.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/mincio.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/mincio.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/mincio.h $ // $Id: mincio.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/mincio_impl.h cgal-5.5.1/include/CGAL/ImageIO/mincio_impl.h --- cgal-5.5/include/CGAL/ImageIO/mincio_impl.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/mincio_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/mincio_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/mincio_impl.h $ // $Id: mincio_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/pnm.h cgal-5.5.1/include/CGAL/ImageIO/pnm.h --- cgal-5.5/include/CGAL/ImageIO/pnm.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/pnm.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/pnm.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/pnm.h $ // $Id: pnm.h 07c4ada 2019-10-19T15:50:09+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/pnm_impl.h cgal-5.5.1/include/CGAL/ImageIO/pnm_impl.h --- cgal-5.5/include/CGAL/ImageIO/pnm_impl.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/pnm_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/pnm_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/pnm_impl.h $ // $Id: pnm_impl.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/recbuffer.h cgal-5.5.1/include/CGAL/ImageIO/recbuffer.h --- cgal-5.5/include/CGAL/ImageIO/recbuffer.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/recbuffer.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/recbuffer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/recbuffer.h $ // $Id: recbuffer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/recbuffer_impl.h cgal-5.5.1/include/CGAL/ImageIO/recbuffer_impl.h --- cgal-5.5/include/CGAL/ImageIO/recbuffer_impl.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/recbuffer_impl.h 2022-10-07 19:04:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/recbuffer_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/recbuffer_impl.h $ // $Id: recbuffer_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/recline.h cgal-5.5.1/include/CGAL/ImageIO/recline.h --- cgal-5.5/include/CGAL/ImageIO/recline.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/recline.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/recline.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/recline.h $ // $Id: recline.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/recline_impl.h cgal-5.5.1/include/CGAL/ImageIO/recline_impl.h --- cgal-5.5/include/CGAL/ImageIO/recline_impl.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/recline_impl.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/recline_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/recline_impl.h $ // $Id: recline_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/reech4x4.h cgal-5.5.1/include/CGAL/ImageIO/reech4x4.h --- cgal-5.5/include/CGAL/ImageIO/reech4x4.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/reech4x4.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/reech4x4.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/reech4x4.h $ // $Id: reech4x4.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/reech4x4_impl.h cgal-5.5.1/include/CGAL/ImageIO/reech4x4_impl.h --- cgal-5.5/include/CGAL/ImageIO/reech4x4_impl.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/reech4x4_impl.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/reech4x4_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/reech4x4_impl.h $ // $Id: reech4x4_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO/typedefs.h cgal-5.5.1/include/CGAL/ImageIO/typedefs.h --- cgal-5.5/include/CGAL/ImageIO/typedefs.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO/typedefs.h 2022-10-07 19:04:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO/typedefs.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO/typedefs.h $ // $Id: typedefs.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO.h cgal-5.5.1/include/CGAL/ImageIO.h --- cgal-5.5/include/CGAL/ImageIO.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO.h 2022-10-07 19:04:48.000000000 +0000 @@ -5,7 +5,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO.h $ // $Id: ImageIO.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/ImageIO_impl.h cgal-5.5.1/include/CGAL/ImageIO_impl.h --- cgal-5.5/include/CGAL/ImageIO_impl.h 2022-07-13 19:04:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ImageIO_impl.h 2022-10-07 19:04:49.000000000 +0000 @@ -5,7 +5,7 @@ // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/ImageIO_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/ImageIO_impl.h $ // $Id: ImageIO_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later // diff -Nru cgal-5.5/include/CGAL/Implicit_mesh_domain_3.h cgal-5.5.1/include/CGAL/Implicit_mesh_domain_3.h --- cgal-5.5/include/CGAL/Implicit_mesh_domain_3.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Implicit_mesh_domain_3.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Implicit_mesh_domain_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Implicit_mesh_domain_3.h $ // $Id: Implicit_mesh_domain_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Implicit_surface_3.h cgal-5.5.1/include/CGAL/Implicit_surface_3.h --- cgal-5.5/include/CGAL/Implicit_surface_3.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Implicit_surface_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Implicit_surface_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Implicit_surface_3.h $ // $Id: Implicit_surface_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h cgal-5.5.1/include/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h --- cgal-5.5/include/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h 2022-10-07 19:06:02.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_mesh_3/include/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_mesh_3/include/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h $ // $Id: Implicit_to_labeled_subdomains_function_wrapper.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Implicit_to_labeling_function_wrapper.h cgal-5.5.1/include/CGAL/Implicit_to_labeling_function_wrapper.h --- cgal-5.5/include/CGAL/Implicit_to_labeling_function_wrapper.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Implicit_to_labeling_function_wrapper.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Implicit_to_labeling_function_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Implicit_to_labeling_function_wrapper.h $ // $Id: Implicit_to_labeling_function_wrapper.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Incremental_neighbor_search.h cgal-5.5.1/include/CGAL/Incremental_neighbor_search.h --- cgal-5.5/include/CGAL/Incremental_neighbor_search.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Incremental_neighbor_search.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Incremental_neighbor_search.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Incremental_neighbor_search.h $ // $Id: Incremental_neighbor_search.h 9888d44 2022-01-31T09:44:04+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Index_property_map.h cgal-5.5.1/include/CGAL/Index_property_map.h --- cgal-5.5/include/CGAL/Index_property_map.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Index_property_map.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Property_map/include/CGAL/Index_property_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Property_map/include/CGAL/Index_property_map.h $ // $Id: Index_property_map.h 8166579 2021-10-11T19:58:07+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/in_place_edge_list.h cgal-5.5.1/include/CGAL/in_place_edge_list.h --- cgal-5.5/include/CGAL/in_place_edge_list.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/in_place_edge_list.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/in_place_edge_list.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/in_place_edge_list.h $ // $Id: in_place_edge_list.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/In_place_list.h cgal-5.5.1/include/CGAL/In_place_list.h --- cgal-5.5/include/CGAL/In_place_list.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/In_place_list.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/In_place_list.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/In_place_list.h $ // $Id: In_place_list.h 18ca811 2021-05-27T12:36:17+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Installation/internal/deprecation_warning.h cgal-5.5.1/include/CGAL/Installation/internal/deprecation_warning.h --- cgal-5.5/include/CGAL/Installation/internal/deprecation_warning.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Installation/internal/deprecation_warning.h 2022-10-07 19:05:12.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/Installation/internal/deprecation_warning.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/Installation/internal/deprecation_warning.h $ // $Id: deprecation_warning.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h cgal-5.5.1/include/CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h --- cgal-5.5/include/CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h 2022-10-07 19:05:12.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h $ // $Id: disable_deprecation_warnings_and_errors.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Installation/internal/enable_third_party_libraries.h cgal-5.5.1/include/CGAL/Installation/internal/enable_third_party_libraries.h --- cgal-5.5/include/CGAL/Installation/internal/enable_third_party_libraries.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Installation/internal/enable_third_party_libraries.h 2022-10-07 19:05:12.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/Installation/internal/enable_third_party_libraries.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/Installation/internal/enable_third_party_libraries.h $ // $Id: enable_third_party_libraries.h 2455db6 2022-01-18T11:39:00+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Interpolation/internal/helpers.h cgal-5.5.1/include/CGAL/Interpolation/internal/helpers.h --- cgal-5.5/include/CGAL/Interpolation/internal/helpers.h 2022-07-13 19:05:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Interpolation/internal/helpers.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/Interpolation/internal/helpers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/Interpolation/internal/helpers.h $ // $Id: helpers.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/interpolation_functions.h cgal-5.5.1/include/CGAL/interpolation_functions.h --- cgal-5.5/include/CGAL/interpolation_functions.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/interpolation_functions.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/interpolation_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/interpolation_functions.h $ // $Id: interpolation_functions.h d7224e5 2020-05-24T11:08:44+02:00 Marc Glisse // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Interpolation_gradient_fitting_traits_2.h cgal-5.5.1/include/CGAL/Interpolation_gradient_fitting_traits_2.h --- cgal-5.5/include/CGAL/Interpolation_gradient_fitting_traits_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Interpolation_gradient_fitting_traits_2.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/Interpolation_gradient_fitting_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/Interpolation_gradient_fitting_traits_2.h $ // $Id: Interpolation_gradient_fitting_traits_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Interpolation_traits_2.h cgal-5.5.1/include/CGAL/Interpolation_traits_2.h --- cgal-5.5/include/CGAL/Interpolation_traits_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Interpolation_traits_2.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/Interpolation_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/Interpolation_traits_2.h $ // $Id: Interpolation_traits_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/intersection_2.h cgal-5.5.1/include/CGAL/intersection_2.h --- cgal-5.5/include/CGAL/intersection_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/intersection_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/intersection_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/intersection_2.h $ // $Id: intersection_2.h 8b41189 2020-03-26T18:58:21+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/intersection_3.h cgal-5.5.1/include/CGAL/intersection_3.h --- cgal-5.5/include/CGAL/intersection_3.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/intersection_3.h 2022-10-07 19:05:22.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/intersection_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/intersection_3.h $ // $Id: intersection_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Bbox_2.h cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Bbox_2.h --- cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Bbox_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Bbox_2.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Bbox_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Bbox_2.h $ // $Id: Bbox_2_Bbox_2.h ce4cbe6 2020-03-19T11:41:57+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Circle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Circle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Circle_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Circle_2.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Circle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Circle_2.h $ // $Id: Bbox_2_Circle_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Iso_rectangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Iso_rectangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Iso_rectangle_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Iso_rectangle_2.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Iso_rectangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Iso_rectangle_2.h $ // $Id: Bbox_2_Iso_rectangle_2.h ce4cbe6 2020-03-19T11:41:57+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Line_2.h cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Line_2.h --- cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Line_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Line_2.h 2022-10-07 19:05:18.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Line_2.h $ // $Id: Bbox_2_Line_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Point_2.h cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Point_2.h --- cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Point_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Point_2.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Point_2.h $ // $Id: Bbox_2_Point_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Ray_2.h cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Ray_2.h --- cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Ray_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Ray_2.h 2022-10-07 19:05:18.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Ray_2.h $ // $Id: Bbox_2_Ray_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Segment_2.h cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Segment_2.h --- cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Segment_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Segment_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Segment_2.h $ // $Id: Bbox_2_Segment_2.h ce4cbe6 2020-03-19T11:41:57+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Triangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Triangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Bbox_2_Triangle_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Bbox_2_Triangle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Bbox_2_Triangle_2.h $ // $Id: Bbox_2_Triangle_2.h ce4cbe6 2020-03-19T11:41:57+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Circle_2_Circle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Circle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Circle_2_Circle_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Circle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Circle_2_Circle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Circle_2_Circle_2.h $ // $Id: Circle_2_Circle_2.h 7e62c02 2021-04-12T14:02:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Circle_2_Iso_rectangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Iso_rectangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Circle_2_Iso_rectangle_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Iso_rectangle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Circle_2_Iso_rectangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Circle_2_Iso_rectangle_2.h $ // $Id: Circle_2_Iso_rectangle_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Circle_2_Line_2.h cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Line_2.h --- cgal-5.5/include/CGAL/Intersections_2/Circle_2_Line_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Line_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Circle_2_Line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Circle_2_Line_2.h $ // $Id: Circle_2_Line_2.h 7e62c02 2021-04-12T14:02:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Circle_2_Point_2.h cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Point_2.h --- cgal-5.5/include/CGAL/Intersections_2/Circle_2_Point_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Point_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Circle_2_Point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Circle_2_Point_2.h $ // $Id: Circle_2_Point_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Circle_2_Ray_2.h cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Ray_2.h --- cgal-5.5/include/CGAL/Intersections_2/Circle_2_Ray_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Ray_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Circle_2_Ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Circle_2_Ray_2.h $ // $Id: Circle_2_Ray_2.h 7e62c02 2021-04-12T14:02:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Circle_2_Segment_2.h cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Segment_2.h --- cgal-5.5/include/CGAL/Intersections_2/Circle_2_Segment_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Segment_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Circle_2_Segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Circle_2_Segment_2.h $ // $Id: Circle_2_Segment_2.h 7e62c02 2021-04-12T14:02:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Circle_2_Triangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Triangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Circle_2_Triangle_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Circle_2_Triangle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Circle_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Circle_2_Triangle_2.h $ // $Id: Circle_2_Triangle_2.h 7e62c02 2021-04-12T14:02:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/internal/Straight_2.h cgal-5.5.1/include/CGAL/Intersections_2/internal/Straight_2.h --- cgal-5.5/include/CGAL/Intersections_2/internal/Straight_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/internal/Straight_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/internal/Straight_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/internal/Straight_2.h $ // $Id: Straight_2.h 7e62c02 2021-04-12T14:02:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_do_intersect_impl.h cgal-5.5.1/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_do_intersect_impl.h --- cgal-5.5/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_do_intersect_impl.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_do_intersect_impl.h 2022-10-07 19:05:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_do_intersect_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_do_intersect_impl.h $ // $Id: Triangle_2_Triangle_2_do_intersect_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_intersection_impl.h cgal-5.5.1/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_intersection_impl.h --- cgal-5.5/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_intersection_impl.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_intersection_impl.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_intersection_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_intersection_impl.h $ // $Id: Triangle_2_Triangle_2_intersection_impl.h fb37f69 2021-09-23T13:15:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Iso_rectangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Iso_rectangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Iso_rectangle_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Iso_rectangle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Iso_rectangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Iso_rectangle_2.h $ // $Id: Iso_rectangle_2_Iso_rectangle_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Line_2.h cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Line_2.h --- cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Line_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Line_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Line_2.h $ // $Id: Iso_rectangle_2_Line_2.h fb37f69 2021-09-23T13:15:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Point_2.h cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Point_2.h --- cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Point_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Point_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Point_2.h $ // $Id: Iso_rectangle_2_Point_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Ray_2.h cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Ray_2.h --- cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Ray_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Ray_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Ray_2.h $ // $Id: Iso_rectangle_2_Ray_2.h fb37f69 2021-09-23T13:15:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Segment_2.h cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Segment_2.h --- cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Segment_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Segment_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Segment_2.h $ // $Id: Iso_rectangle_2_Segment_2.h fb37f69 2021-09-23T13:15:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Triangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Triangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Iso_rectangle_2_Triangle_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Iso_rectangle_2_Triangle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Iso_rectangle_2_Triangle_2.h $ // $Id: Iso_rectangle_2_Triangle_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Line_2_Line_2.h cgal-5.5.1/include/CGAL/Intersections_2/Line_2_Line_2.h --- cgal-5.5/include/CGAL/Intersections_2/Line_2_Line_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Line_2_Line_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Line_2_Line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Line_2_Line_2.h $ // $Id: Line_2_Line_2.h 9b19c5f 2021-09-23T15:11:18+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Line_2_Point_2.h cgal-5.5.1/include/CGAL/Intersections_2/Line_2_Point_2.h --- cgal-5.5/include/CGAL/Intersections_2/Line_2_Point_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Line_2_Point_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Line_2_Point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Line_2_Point_2.h $ // $Id: Line_2_Point_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Line_2_Ray_2.h cgal-5.5.1/include/CGAL/Intersections_2/Line_2_Ray_2.h --- cgal-5.5/include/CGAL/Intersections_2/Line_2_Ray_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Line_2_Ray_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Line_2_Ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Line_2_Ray_2.h $ // $Id: Line_2_Ray_2.h 9b19c5f 2021-09-23T15:11:18+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Line_2_Segment_2.h cgal-5.5.1/include/CGAL/Intersections_2/Line_2_Segment_2.h --- cgal-5.5/include/CGAL/Intersections_2/Line_2_Segment_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Line_2_Segment_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Line_2_Segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Line_2_Segment_2.h $ // $Id: Line_2_Segment_2.h d370326 2021-10-27T14:45:10+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Line_2_Triangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Line_2_Triangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Line_2_Triangle_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Line_2_Triangle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Line_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Line_2_Triangle_2.h $ // $Id: Line_2_Triangle_2.h fb37f69 2021-09-23T13:15:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Point_2_Point_2.h cgal-5.5.1/include/CGAL/Intersections_2/Point_2_Point_2.h --- cgal-5.5/include/CGAL/Intersections_2/Point_2_Point_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Point_2_Point_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Point_2_Point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Point_2_Point_2.h $ // $Id: Point_2_Point_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Point_2_Ray_2.h cgal-5.5.1/include/CGAL/Intersections_2/Point_2_Ray_2.h --- cgal-5.5/include/CGAL/Intersections_2/Point_2_Ray_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Point_2_Ray_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Point_2_Ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Point_2_Ray_2.h $ // $Id: Point_2_Ray_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Point_2_Segment_2.h cgal-5.5.1/include/CGAL/Intersections_2/Point_2_Segment_2.h --- cgal-5.5/include/CGAL/Intersections_2/Point_2_Segment_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Point_2_Segment_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Point_2_Segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Point_2_Segment_2.h $ // $Id: Point_2_Segment_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Point_2_Triangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Point_2_Triangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Point_2_Triangle_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Point_2_Triangle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Point_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Point_2_Triangle_2.h $ // $Id: Point_2_Triangle_2.h fb37f69 2021-09-23T13:15:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Ray_2_Ray_2.h cgal-5.5.1/include/CGAL/Intersections_2/Ray_2_Ray_2.h --- cgal-5.5/include/CGAL/Intersections_2/Ray_2_Ray_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Ray_2_Ray_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Ray_2_Ray_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Ray_2_Ray_2.h $ // $Id: Ray_2_Ray_2.h fb37f69 2021-09-23T13:15:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Ray_2_Segment_2.h cgal-5.5.1/include/CGAL/Intersections_2/Ray_2_Segment_2.h --- cgal-5.5/include/CGAL/Intersections_2/Ray_2_Segment_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Ray_2_Segment_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Ray_2_Segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Ray_2_Segment_2.h $ // $Id: Ray_2_Segment_2.h fb37f69 2021-09-23T13:15:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Ray_2_Triangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Ray_2_Triangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Ray_2_Triangle_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Ray_2_Triangle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Ray_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Ray_2_Triangle_2.h $ // $Id: Ray_2_Triangle_2.h fb37f69 2021-09-23T13:15:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Segment_2_Segment_2.h cgal-5.5.1/include/CGAL/Intersections_2/Segment_2_Segment_2.h --- cgal-5.5/include/CGAL/Intersections_2/Segment_2_Segment_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Segment_2_Segment_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Segment_2_Segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Segment_2_Segment_2.h $ // $Id: Segment_2_Segment_2.h 3909bfe 2022-05-30T15:53:15+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Segment_2_Triangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Segment_2_Triangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Segment_2_Triangle_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Segment_2_Triangle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Segment_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Segment_2_Triangle_2.h $ // $Id: Segment_2_Triangle_2.h fb37f69 2021-09-23T13:15:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_2/Triangle_2_Triangle_2.h cgal-5.5.1/include/CGAL/Intersections_2/Triangle_2_Triangle_2.h --- cgal-5.5/include/CGAL/Intersections_2/Triangle_2_Triangle_2.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_2/Triangle_2_Triangle_2.h 2022-10-07 19:05:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersections_2/Triangle_2_Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersections_2/Triangle_2_Triangle_2.h $ // $Id: Triangle_2_Triangle_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Bbox_3.h cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Bbox_3.h --- cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Bbox_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Bbox_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Bbox_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Bbox_3.h $ // $Id: Bbox_3_Bbox_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Iso_cuboid_3.h cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Iso_cuboid_3.h --- cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Iso_cuboid_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Iso_cuboid_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Iso_cuboid_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Iso_cuboid_3.h $ // $Id: Bbox_3_Iso_cuboid_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Line_3.h cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Line_3.h --- cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Line_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Line_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Line_3.h $ // $Id: Bbox_3_Line_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Plane_3.h cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Plane_3.h --- cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Plane_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Plane_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Plane_3.h $ // $Id: Bbox_3_Plane_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Point_3.h cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Point_3.h --- cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Point_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Point_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Point_3.h $ // $Id: Bbox_3_Point_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Ray_3.h cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Ray_3.h --- cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Ray_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Ray_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Ray_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Ray_3.h $ // $Id: Bbox_3_Ray_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Segment_3.h cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Segment_3.h --- cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Segment_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Segment_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Segment_3.h $ // $Id: Bbox_3_Segment_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Sphere_3.h cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Sphere_3.h --- cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Sphere_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Sphere_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Sphere_3.h $ // $Id: Bbox_3_Sphere_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Tetrahedron_3.h cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Tetrahedron_3.h --- cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Tetrahedron_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Tetrahedron_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Tetrahedron_3.h $ // $Id: Bbox_3_Tetrahedron_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Triangle_3.h cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Triangle_3.h --- cgal-5.5/include/CGAL/Intersections_3/Bbox_3_Triangle_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Bbox_3_Triangle_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Bbox_3_Triangle_3.h $ // $Id: Bbox_3_Triangle_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_do_intersect.h $ // $Id: Bbox_3_Iso_cuboid_3_do_intersect.h 9c6456f 2021-07-29T14:23:40+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_intersection.h 2022-10-07 19:05:20.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_intersection.h $ // $Id: Bbox_3_Iso_cuboid_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_do_intersect.h $ // $Id: Bbox_3_Line_3_do_intersect.h a7ff075 2022-02-03T13:21:11+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_intersection.h 2022-10-07 19:05:20.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Line_3_intersection.h $ // $Id: Bbox_3_Line_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Plane_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Plane_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Plane_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Plane_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Plane_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Plane_3_do_intersect.h $ // $Id: Bbox_3_Plane_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_do_intersect.h $ // $Id: Bbox_3_Ray_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_intersection.h 2022-10-07 19:05:20.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_intersection.h $ // $Id: Bbox_3_Ray_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_do_intersect.h $ // $Id: Bbox_3_Segment_3_do_intersect.h 35eee1b 2022-02-03T15:47:17+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_intersection.h 2022-10-07 19:05:20.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_intersection.h $ // $Id: Bbox_3_Segment_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Sphere_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Sphere_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Sphere_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Sphere_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Sphere_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Sphere_3_do_intersect.h $ // $Id: Bbox_3_Sphere_3_do_intersect.h 9c6456f 2021-07-29T14:23:40+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Tetrahedron_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Tetrahedron_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Tetrahedron_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Tetrahedron_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Tetrahedron_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Tetrahedron_3_do_intersect.h $ // $Id: Bbox_3_Tetrahedron_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Triangle_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Triangle_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Bbox_3_Triangle_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Bbox_3_Triangle_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -4,8 +4,8 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Triangle_3_do_intersect.h $ -// $Id: Bbox_3_Triangle_3_do_intersect.h 1e9cad9 2021-09-14T09:32:40+02:00 Sébastien Loriot +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Bbox_3_Triangle_3_do_intersect.h $ +// $Id: Bbox_3_Triangle_3_do_intersect.h c61e3a9 2022-08-24T16:18:26+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // @@ -273,13 +273,13 @@ }}; int forbidden_axis = -1; - int forbidden_size = -1; + int forbidden_side = -1; //determine whether one vector is collinear with an axis int tmp = collinear_axis(sides[0]); if(tmp != -1) { forbidden_axis = tmp; - forbidden_size = 0; + forbidden_side = 0; } else { @@ -287,7 +287,7 @@ if(tmp != -1) { forbidden_axis = tmp; - forbidden_size = 1; + forbidden_side = 1; } else { @@ -295,7 +295,7 @@ if(tmp != -1) { forbidden_axis = tmp; - forbidden_size = 2; + forbidden_side = 2; } } } @@ -305,7 +305,7 @@ if(forbidden_axis != 0) { - if(forbidden_size != 0) + if(forbidden_side != 0) { Uncertain b = do_axis_intersect(triangle, sides, bbox, do_axis_intersect_aux_impl); if(is_indeterminate(b)) @@ -314,7 +314,7 @@ return false; } - if(forbidden_size != 1) + if(forbidden_side != 1) { Uncertain b = do_axis_intersect(triangle, sides, bbox, do_axis_intersect_aux_impl); if(is_indeterminate(b)) @@ -323,7 +323,7 @@ return false; } - if(forbidden_size != 2) + if(forbidden_side != 2) { Uncertain b = do_axis_intersect(triangle, sides, bbox, do_axis_intersect_aux_impl); if(is_indeterminate(b)) @@ -335,7 +335,7 @@ if(forbidden_axis != 1) { - if(forbidden_size != 0) + if(forbidden_side != 0) { Uncertain b = do_axis_intersect(triangle, sides, bbox, do_axis_intersect_aux_impl); if(is_indeterminate(b)) @@ -344,7 +344,7 @@ return false; } - if(forbidden_size != 1) + if(forbidden_side != 1) { Uncertain b = do_axis_intersect(triangle, sides, bbox, do_axis_intersect_aux_impl); if(is_indeterminate(b)) @@ -353,7 +353,7 @@ return false; } - if(forbidden_size != 2) + if(forbidden_side != 2) { Uncertain b = do_axis_intersect(triangle, sides, bbox, do_axis_intersect_aux_impl); if(is_indeterminate(b)) @@ -365,7 +365,7 @@ if(forbidden_axis != 2) { - if(forbidden_size != 0) + if(forbidden_side != 0) { Uncertain b = do_axis_intersect(triangle, sides, bbox, do_axis_intersect_aux_impl); if(is_indeterminate(b)) @@ -374,7 +374,7 @@ return false; } - if(forbidden_size != 1) + if(forbidden_side != 1) { Uncertain b = do_axis_intersect(triangle, sides, bbox, do_axis_intersect_aux_impl); if(is_indeterminate(b)) @@ -383,7 +383,7 @@ return false; } - if(forbidden_size != 2) + if(forbidden_side != 2) { Uncertain b = do_axis_intersect(triangle, sides, bbox, do_axis_intersect_aux_impl); if(is_indeterminate(b)) diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_do_intersect.h $ // $Id: Iso_cuboid_3_Iso_cuboid_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_intersection.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_intersection.h $ // $Id: Iso_cuboid_3_Iso_cuboid_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_do_intersect.h $ // $Id: Iso_cuboid_3_Line_3_do_intersect.h e70a62a 2021-06-25T20:16:29+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_intersection.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_intersection.h $ // $Id: Iso_cuboid_3_Line_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_do_intersect.h $ // $Id: Iso_cuboid_3_Plane_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_intersection.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_intersection.h $ // $Id: Iso_cuboid_3_Plane_3_intersection.h ba00534 2022-02-24T09:49:38+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_do_intersect.h $ // $Id: Iso_cuboid_3_Point_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_intersection.h 2022-10-07 19:05:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_intersection.h $ // $Id: Iso_cuboid_3_Point_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_do_intersect.h 2022-10-07 19:05:20.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_do_intersect.h $ // $Id: Iso_cuboid_3_Ray_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_intersection.h $ // $Id: Iso_cuboid_3_Ray_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_do_intersect.h $ // $Id: Iso_cuboid_3_Segment_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_intersection.h $ // $Id: Iso_cuboid_3_Segment_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Sphere_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Sphere_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Sphere_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Sphere_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Sphere_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Sphere_3_do_intersect.h $ // $Id: Iso_cuboid_3_Sphere_3_do_intersect.h a7ff075 2022-02-03T13:21:11+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Tetrahedron_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Tetrahedron_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Tetrahedron_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Tetrahedron_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Tetrahedron_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Tetrahedron_3_do_intersect.h $ // $Id: Iso_cuboid_3_Tetrahedron_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h $ // $Id: Iso_cuboid_3_Triangle_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_intersection.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_intersection.h $ // $Id: Iso_cuboid_3_Triangle_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Line_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Line_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Line_3_do_intersect.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Line_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Line_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Line_3_do_intersect.h $ // $Id: Line_3_Line_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Line_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Line_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Line_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Line_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Line_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Line_3_intersection.h $ // $Id: Line_3_Line_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Plane_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Plane_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Plane_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Plane_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Plane_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Plane_3_do_intersect.h $ // $Id: Line_3_Plane_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Plane_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Plane_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Plane_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Plane_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Plane_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Plane_3_intersection.h $ // $Id: Line_3_Plane_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Point_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Point_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Point_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Point_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Point_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Point_3_do_intersect.h $ // $Id: Line_3_Point_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Point_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Point_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Point_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Point_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Point_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Point_3_intersection.h $ // $Id: Line_3_Point_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Ray_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Ray_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Ray_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Ray_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Ray_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Ray_3_do_intersect.h $ // $Id: Line_3_Ray_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Ray_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Ray_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Ray_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Ray_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Ray_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Ray_3_intersection.h $ // $Id: Line_3_Ray_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Segment_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Segment_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Segment_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Segment_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Segment_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Segment_3_do_intersect.h $ // $Id: Line_3_Segment_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Segment_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Segment_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Segment_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Segment_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Segment_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Segment_3_intersection.h $ // $Id: Line_3_Segment_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Sphere_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Sphere_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Sphere_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Sphere_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Sphere_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Sphere_3_do_intersect.h $ // $Id: Line_3_Sphere_3_do_intersect.h 9f32bd1 2021-09-02T17:36:44+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_do_intersect.h $ // $Id: Line_3_Tetrahedron_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_intersection.h $ // $Id: Line_3_Tetrahedron_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_do_intersect.h $ // $Id: Line_3_Triangle_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Line_3_Triangle_3_intersection.h $ // $Id: Line_3_Triangle_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_do_intersect.h $ // $Id: Plane_3_Plane_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_intersection.h $ // $Id: Plane_3_Plane_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_do_intersect.h $ // $Id: Plane_3_Plane_3_Plane_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_intersection.h $ // $Id: Plane_3_Plane_3_Plane_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Point_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Point_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Point_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Point_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Point_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Point_3_do_intersect.h $ // $Id: Plane_3_Point_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Point_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Point_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Point_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Point_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Point_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Point_3_intersection.h $ // $Id: Plane_3_Point_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_do_intersect.h $ // $Id: Plane_3_Ray_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Ray_3_intersection.h $ // $Id: Plane_3_Ray_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_do_intersect.h $ // $Id: Plane_3_Segment_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Segment_3_intersection.h $ // $Id: Plane_3_Segment_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_do_intersect.h $ // $Id: Plane_3_Sphere_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_intersection.h $ // $Id: Plane_3_Sphere_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_do_intersect.h $ // $Id: Plane_3_Tetrahedron_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_intersection.h $ // $Id: Plane_3_Tetrahedron_3_intersection.h ba00534 2022-02-24T09:49:38+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_do_intersect.h $ // $Id: Plane_3_Triangle_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_intersection.h $ // $Id: Plane_3_Triangle_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Point_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Point_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Point_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Point_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Point_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Point_3_do_intersect.h $ // $Id: Point_3_Point_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Point_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Point_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Point_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Point_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Point_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Point_3_intersection.h $ // $Id: Point_3_Point_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Ray_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Ray_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Ray_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Ray_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Ray_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Ray_3_do_intersect.h $ // $Id: Point_3_Ray_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Ray_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Ray_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Ray_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Ray_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Ray_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Ray_3_intersection.h $ // $Id: Point_3_Ray_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Segment_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Segment_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Segment_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Segment_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Segment_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Segment_3_do_intersect.h $ // $Id: Point_3_Segment_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Segment_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Segment_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Segment_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Segment_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Segment_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Segment_3_intersection.h $ // $Id: Point_3_Segment_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_do_intersect.h $ // $Id: Point_3_Sphere_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Sphere_3_intersection.h $ // $Id: Point_3_Sphere_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_do_intersect.h $ // $Id: Point_3_Tetrahedron_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_intersection.h $ // $Id: Point_3_Tetrahedron_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_do_intersect.h $ // $Id: Point_3_Triangle_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Point_3_Triangle_3_intersection.h $ // $Id: Point_3_Triangle_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_do_intersect.h $ // $Id: Ray_3_Ray_3_do_intersect.h 3afa3b5 2021-06-29T09:25:40+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Ray_3_intersection.h $ // $Id: Ray_3_Ray_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_do_intersect.h $ // $Id: Ray_3_Segment_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Segment_3_intersection.h $ // $Id: Ray_3_Segment_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Sphere_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Sphere_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Sphere_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Sphere_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Sphere_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Sphere_3_do_intersect.h $ // $Id: Ray_3_Sphere_3_do_intersect.h 9f32bd1 2021-09-02T17:36:44+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_do_intersect.h $ // $Id: Ray_3_Tetrahedron_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_intersection.h $ // $Id: Ray_3_Tetrahedron_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_do_intersect.h $ // $Id: Ray_3_Triangle_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_intersection.h $ // $Id: Ray_3_Triangle_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_do_intersect.h $ // $Id: Segment_3_Segment_3_do_intersect.h 45c5ef7 2022-06-04T13:17:02+09:00 Brian Spilsbury // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_intersection.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Segment_3_intersection.h $ // $Id: Segment_3_Segment_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Sphere_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Sphere_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Sphere_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Sphere_3_do_intersect.h 2022-10-07 19:05:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Sphere_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Sphere_3_do_intersect.h $ // $Id: Segment_3_Sphere_3_do_intersect.h 9f32bd1 2021-09-02T17:36:44+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_do_intersect.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_do_intersect.h $ // $Id: Segment_3_Tetrahedron_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_intersection.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_intersection.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_intersection.h $ // $Id: Segment_3_Tetrahedron_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_do_intersect.h 2022-07-13 19:05:18.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_do_intersect.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_do_intersect.h $ // $Id: Segment_3_Triangle_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_intersection.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_intersection.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_intersection.h $ // $Id: Segment_3_Triangle_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_do_intersect.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_do_intersect.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_do_intersect.h $ // $Id: Sphere_3_Sphere_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_intersection.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_intersection.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_intersection.h $ // $Id: Sphere_3_Sphere_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Sphere_3_Tetrahedron_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Sphere_3_Tetrahedron_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Sphere_3_Tetrahedron_3_do_intersect.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Sphere_3_Tetrahedron_3_do_intersect.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Sphere_3_Tetrahedron_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Sphere_3_Tetrahedron_3_do_intersect.h $ // $Id: Sphere_3_Tetrahedron_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Sphere_3_Triangle_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Sphere_3_Triangle_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Sphere_3_Triangle_3_do_intersect.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Sphere_3_Triangle_3_do_intersect.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Sphere_3_Triangle_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Sphere_3_Triangle_3_do_intersect.h $ // $Id: Sphere_3_Triangle_3_do_intersect.h 9f32bd1 2021-09-02T17:36:44+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h 2022-10-07 19:05:22.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h $ // $Id: Tetrahedron_3_Bounded_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Tetrahedron_3_Tetrahedron_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Tetrahedron_3_Tetrahedron_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Tetrahedron_3_Tetrahedron_3_do_intersect.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Tetrahedron_3_Tetrahedron_3_do_intersect.h 2022-10-07 19:05:22.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Tetrahedron_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Tetrahedron_3_do_intersect.h $ // $Id: Tetrahedron_3_Tetrahedron_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_do_intersect.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_do_intersect.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_do_intersect.h $ // $Id: Tetrahedron_3_Triangle_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_intersection.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_intersection.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_intersection.h $ -// $Id: Tetrahedron_3_Triangle_3_intersection.h 5b94d2d 2021-08-25T14:52:22+02:00 Mael Rouxel-Labbé +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_intersection.h $ +// $Id: Tetrahedron_3_Triangle_3_intersection.h d896940 2022-09-07T16:08:58+02:00 Sebastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // @@ -15,8 +15,7 @@ #ifndef CGAL_INTERNAL_INTERSECTIONS_3_TETRAHEDRON_3_TRIANGLE_3_INTERSECTIONS_H #define CGAL_INTERNAL_INTERSECTIONS_3_TETRAHEDRON_3_TRIANGLE_3_INTERSECTIONS_H -#include -#include +#include #include @@ -25,260 +24,12 @@ #include #include #include +#include namespace CGAL { namespace Intersections { namespace internal { -template -void filter_segments(std::list& segments) -{ - auto are_equal = [](const Segment& l, const Segment& r) -> bool - { - return (l == r || l == r.opposite()); - }; - - auto it = std::unique(segments.begin(), segments.end(), are_equal); - segments.erase(it, segments.end()); -} - -// plane going through the ref segment's source, a point above (given by the normal of the input -// triangle) and two points (ref_other / query) that need to be ordered -template -bool first_comes_first_pt(const typename K::Point_3& ref_source, - const typename K::Point_3& ref_z, - const typename K::Point_3& ref_other, - const typename K::Point_3& query, - const K& k) -{ - typename K::Orientation_3 orientation = k.orientation_3_object(); - - // points have filtered to remove segments' extremities - CGAL_precondition(ref_other != query); - - const Orientation o = orientation(ref_source, ref_z, ref_other, query); - CGAL_assertion(o != COPLANAR); - - // ref_other comes first <==> query is on the positive side of the plane - return (o == POSITIVE); -} - -template -bool first_comes_first(const typename K::Point_3& ref_source, - const typename K::Point_3& ref_z, - const typename K::Point_3& ref_other, - const SegPtVariant& seg_or_pt, - const K& k) -{ - typedef typename K::Point_3 Point_3; - typedef typename K::Segment_3 Segment_3; - - typedef typename std::list::iterator SCI; - typedef typename std::vector::iterator PCI; - - if(seg_or_pt.which() == 0) - { - const Segment_3& s = *(boost::get(seg_or_pt)); - return first_comes_first_pt(ref_source, ref_z, ref_other, s.source(), k); - } - else - { - CGAL_assertion(seg_or_pt.which() == 1); - - const Point_3& p = *(boost::get(seg_or_pt)); - return first_comes_first_pt(ref_source, ref_z, ref_other, p, k); - } -} - -template -typename Intersection_traits::result_type -build_intersection(const typename K::Tetrahedron_3& /*input_tetrahedron*/, - const typename K::Triangle_3& input_triangle, - PointContainer& points, - SegmentContainer& segments, - const K& k) -{ - typedef typename Intersection_traits::result_type result_type; - - typedef typename K::Point_3 Point_3; - typedef typename K::Segment_3 Segment_3; - typedef typename K::Vector_3 Vector_3; - typedef typename K::Triangle_3 Triangle_3; - typedef std::vector Poly; - - typedef typename SegmentContainer::iterator SCI; - typedef typename PointContainer::iterator PCI; - - // @todo? Could do the 1 segment case with this code too... - CGAL_precondition(segments.size() >= 2 && segments.size() <= 4); - CGAL_precondition(points.size() <= 2); - - // Constructions @fixme avoidable? - const Vector_3 input_triangle_normal = input_triangle.supporting_plane().orthogonal_vector(); - - // remove points that are just segments extremities - auto is_extremity = [&segments](const Point_3& p) -> bool - { - for(const Segment_3& s : segments) - if(p == s.source() || p == s.target()) - return true; - return false; - }; - points.erase(std::remove_if(points.begin(), points.end(), is_extremity), - points.end()); - - // Take the first segment as reference, and order the rest to form a convex polygon - // - // All segments and points involved in the intersection are on the input triangle - // and thus everything is coplanar, at least theoretically (the kernel might not provide - // exact constructions...) - // - // Given an arbitrary segment, the code below sorts the other segments and the points - // in a ccw order. Using a vector because the number of segments and points is bounded - // (max 4 segments and max 2 points) so even if the linear insertion is a little ugly, - // it is not expensive anyway. - // - // Example: - /* - x p0 - - / - / - s1 / \ s2 - / \ - -------------- - s0 - */ - // - // s0 is chosen as the reference segment - // output will be 's0 s2 p0 s1' - - Segment_3& ref_s = segments.front(); - Point_3 ref_z = ref_s.source() + input_triangle_normal; - - // The reference segment should be such that all other intersection parts are - // on the positive side of the plane described by the normal of the triangle and ref_s - bool swapped = false; - for(SCI slit = std::next(segments.begin()); slit != segments.end(); ++slit) - { - const Segment_3& other = *slit; - - if(k.orientation_3_object()(ref_s.source(), ref_z, ref_s.target(), other.source()) == CGAL::NEGATIVE || - k.orientation_3_object()(ref_s.source(), ref_z, ref_s.target(), other.target()) == CGAL::NEGATIVE) - { - ref_s = ref_s.opposite(); - ref_z = ref_s.source() + input_triangle_normal; - swapped = true; - break; - } - } - - if(!swapped) - { - for(PCI plit = points.begin(); plit != points.end(); ++plit) - { - const Point_3& other = *plit; - if(k.orientation_3_object()(ref_s.source(), ref_z, ref_s.target(), other) == CGAL::NEGATIVE) - { - swapped = true; - ref_s = ref_s.opposite(); - ref_z = ref_s.source() + input_triangle_normal; - break; - } - } - } - - const Point_3& ref_sp = ref_s.source(); - const Point_3& ref_tp = ref_s.target(); - - // Now, order the other parts of the intersection - std::list > res_elements; // iterators to the points/segments - res_elements.emplace_back(segments.begin()); - - for(SCI slit = std::next(segments.begin()); slit != segments.end(); ++slit) - { - // first, check if the segment is well oriented, meaning its source comes before its target (ccwly) - Segment_3& curr_s = *slit; - - if(curr_s.source() == ref_sp || curr_s.target() == ref_tp) // consecutive segments must have consistent orientation - { - curr_s = curr_s.opposite(); - } - else if(curr_s.source() == ref_tp || curr_s.target() == ref_sp) - { - // nothing to do here as we know that sp&tp are on the positive side of (normal, ref_s) - } - else if(first_comes_first_pt(ref_sp, ref_z, curr_s.target(), curr_s.source(), k)) - { - curr_s = curr_s.opposite(); - } - - // Find where the current segment fit in the final polygon intersection - for(auto rit = std::next(res_elements.begin()); ; ++rit) - { - // always pick the current segment's source to ensure ref_source != ref_other - if(rit == res_elements.end() || first_comes_first(ref_sp, ref_z, curr_s.source(), *rit, k)) - { - res_elements.insert(rit, slit); - break; - } - } - } - - for(PCI plit = points.begin(); plit != points.end(); ++plit) - { - const Point_3& curr_p = *plit; - - // Find where the current point fits in the boundary of the polygon intersection - for(auto rit = std::next(res_elements.begin()); ; ++rit) - { - if(rit == res_elements.end() || first_comes_first(ref_sp, ref_z, curr_p, *rit, k)) - { - res_elements.insert(rit, plit); - break; - } - } - } - - CGAL_postcondition(res_elements.size() == points.size() + segments.size()); - - // Concatenate points to create the polygonal output - Poly res; - for(const boost::variant& e : res_elements) - { - if(const SCI* sci = boost::get(&e)) - { - const Segment_3& s = **sci; - - if(res.empty() || s.source() != res.back()) // common extremity for consecutive segments - res.push_back(s.source()); - if(res.empty() || s.target() != res.front()) - res.push_back(s.target()); - } - else if(const PCI* pci = boost::get(&e)) - { - res.push_back(**pci); - } - else - { - CGAL_assertion(false); - } - } - - CGAL_assertion(std::set(res.begin(), res.end()).size() == res.size()); - CGAL_assertion(res.size() >= 3); - - if(res.size() == 3) - { - Triangle_3 tr { res[0], res[1], res[2] }; - return result_type(std::forward(tr)); - } - else - { - return result_type(std::forward(res)); - } -} - template typename Intersection_traits::result_type intersection(const typename K::Tetrahedron_3& tet, @@ -286,319 +37,131 @@ const K& k) { typedef typename Intersection_traits::result_type result_type; - typedef typename Intersection_traits::result_type Inter_type; CGAL_precondition(!tet.is_degenerate()); CGAL_precondition(!tr.is_degenerate()); typedef typename K::Point_3 Point_3; - typedef typename K::Segment_3 Segment_3; - typedef typename K::Triangle_3 Triangle_3; - typedef std::vector Poly; + typedef typename K::Plane_3 Plane_3; - typename K::Bounded_side_3 bounded_side = k.bounded_side_3_object(); + typename K::Construct_plane_3 plane = k.construct_plane_3_object(); typename K::Construct_vertex_3 vertex = k.construct_vertex_3_object(); typename K::Construct_triangle_3 triangle = k.construct_triangle_3_object(); + typename K::Construct_segment_3 segment = k.construct_segment_3_object(); + typename K::Construct_line_3 line = k.construct_line_3_object(); + typename K::Oriented_side_3 oriented_side = k.oriented_side_3_object(); + typename K::Orientation_3 orientation = k.orientation_3_object(); - std::vector vertex_sides(3); - - std::vector points; - int inside_points = 0; - int strictly_inside_points = 0; - - for(int i=0; i<3; ++i) - { - vertex_sides[i] = bounded_side(tet, vertex(tr, i)); - if(vertex_sides[i] != ON_UNBOUNDED_SIDE) - ++inside_points; + std::vector res = { vertex(tr,0), vertex(tr,1), vertex(tr,2) }; + std::vector> supporting_planes(3); // bitset used to indicate when a point is on a plane - if(vertex_sides[i] == ON_BOUNDED_SIDE) - { - ++strictly_inside_points; - points.push_back(vertex(tr, i)); - } - } - - switch(inside_points) - { - case 0: - { - Inter_type intersections[4]; - std::list segments; - std::vector seg_ids; - for(std::size_t i = 0; i < 4; ++i) - { - const Triangle_3 face = triangle(vertex(tet, (i+1)%4), - vertex(tet, (i+2)%4), - vertex(tet, (i+3)%4)); - intersections[i] = intersection(tr, face, k); - if(intersections[i]) + // iteratively clip `tr` with the halfspaces whose intersection form `tet` + static constexpr std::array vids = { 1,2,3, 0,3,2, 0,1,3, 1,0,2 }; + const bool tet_ori_positive = (orientation(tet)==POSITIVE); + for (int pid=0; pid<4; ++pid) + { + Plane_3 pl = tet_ori_positive + ? plane(vertex(tet, vids[pid*3]), vertex(tet, vids[pid*3+2]),vertex(tet, vids[pid*3+1])) + : plane(vertex(tet, vids[pid*3]), vertex(tet, vids[pid*3+1]),vertex(tet, vids[pid*3+2])); + CGAL_assertion(oriented_side(pl, vertex(tet,pid))==ON_POSITIVE_SIDE); + + std::vector current; + std::vector> current_sp; + std::vector orientations(res.size()); + for (std::size_t i=0; i(&*intersections[i])) - { - Triangle_3 res = *t; - return result_type(std::forward(res)); - } - else if(const Segment_3* s = boost::get(&*intersections[i])) - { - // get segs and pts to construct poly - segments.push_back(*s); - seg_ids.push_back(i); - } - else if(const Point_3* p = boost::get(&*intersections[i])) + for (int b=0; i<4; ++b) { - points.push_back(*p); - } - else if(const Poly* p = boost::get(&*intersections[i])) - { - // the input triangle is in the supporting plane of a tet face, return the poly. - Poly res = *p; - return result_type(std::forward(res)); + if (!supporting_planes[i].test(b)) + { + res[i] = vertex(tet, b); + break; + } } } - } - - if(segments.size() > 1) - filter_segments(segments); - - // no segments and no inside points, there can still be an intersecting (tet vertex on - // an edge|face of the triangle) - if(segments.empty()) - { - if(points.empty()) - return result_type(); - - return result_type(std::forward(points.front())); - } - else if(segments.size() == 1) - { - // adjacency to an edge, return resulting segment. - return result_type(segments.front()); - } - else if(segments.size() > 1) - { - return build_intersection(tet, tr, points, segments, k); + //-- } } - break; - case 1: - case 2: // 1 or 2 inside points - { - Inter_type intersections[4]; - std::list segments; - for(std::size_t i = 0; i < 4; ++i) - { - const Triangle_3 face = triangle(vertex(tet, (i+1)%4), - vertex(tet, (i+2)%4), - vertex(tet, (i+3)%4)); - intersections[i] = intersection(tr, face, k); - if(intersections[i]) - { - if(const Triangle_3* t = boost::get(&*intersections[i])) - { - Triangle_3 res = *t; - return result_type(std::forward(res)); - } - else if(const Segment_3* s = boost::get(&*intersections[i])) - { - segments.push_back(*s); - } - else if(const Point_3* p = boost::get(&*intersections[i])) - { - points.push_back(*p); - } - else if(const Poly* p = boost::get(&*intersections[i])) - { - // the input is in a supporting plane of a face - Poly res = *p; - return result_type(std::forward(res)); - } - } - } - - if(segments.size() > 1) - filter_segments(segments); - switch(segments.size()) + for (std::size_t i=0; i(points.front())); - } - case 1: // 1 segment - { - const Segment_3& s = segments.front(); - - if(strictly_inside_points == 1) - { - // Doesn't matter whether there is another (non-strictly) inside point: if there is, - // it is an extremity of the segment - - const int str_inside_pt_pos = - int(std::find(vertex_sides.begin(), vertex_sides.end(), ON_BOUNDED_SIDE) - vertex_sides.begin()); - CGAL_assertion(str_inside_pt_pos >= 0 && str_inside_pt_pos < 3); - - Triangle_3 res_tr = triangle(vertex(tr, str_inside_pt_pos), s.source(), s.target()); - return result_type(std::forward(res_tr)); - } - else if(strictly_inside_points == 2) + case ON_POSITIVE_SIDE: + if (test_segment && orientations[i]==ON_NEGATIVE_SIDE) { - CGAL_assertion(inside_points == 2); // can't be 3 since we're in the 1&2 switch - - Poly res(4); - - // Grab the 2 strictly inside points - int id = 0; - for(int i=0; i<3; ++i) - if(vertex_sides[i] == ON_BOUNDED_SIDE) - res[id++] = vertex(tr, i); - - CGAL_assertion(id == 2); - - if((res[0] - res[1]) * (s.source() - s.target()) > 0) - { - res[2] = s.target(); - res[3] = s.source(); - } - else + current_sp.push_back(supporting_planes[i] & supporting_planes[j]); + current_sp.back().set(pid); + if (current_sp.back().count()==3) { - res[3] = s.target(); - res[2] = s.source(); - } - - return result_type(std::forward(res)); - } - else if(inside_points == 1) // 1 point on the boundary - { - CGAL_assertion(strictly_inside_points == 0); - - // Grab the inside point - const int boundary_pt_pos = - int(std::find(vertex_sides.begin(), vertex_sides.end(), ON_BOUNDARY) - vertex_sides.begin()); - CGAL_assertion(boundary_pt_pos >= 0 && boundary_pt_pos < 3); - - const Point_3& boundary_pt = vertex(tr, boundary_pt_pos); - if(boundary_pt == s.source() || boundary_pt == s.target()) - { - return result_type(s); + for (int b=0; i<4; ++b) + if (!current_sp.back().test(b)) + { + current.push_back(vertex(tet, b)); + break; + } } else - { - Triangle_3 res_tr = triangle(boundary_pt, s.source(), s.target()); - return result_type(std::forward(res_tr)); - } + current.push_back(*CGAL::Intersections::internal::intersection_point(pl, line(res[i], res[j]), k)); } - else // 2 points on the boundary + current.push_back(res[j]); + current_sp.push_back(supporting_planes[j]); + break; + case ON_NEGATIVE_SIDE: + if (test_segment && orientations[i]==ON_POSITIVE_SIDE) { - CGAL_assertion(inside_points == 2 && strictly_inside_points == 0); - - // 2 boundary points and 1 segment, have to distinguish between cases - // depending on if the extremities of the segment are triangle extremities - - std::array boundary_pts; - std::array is_boundary_point_an_extremity; - - // Grab the inside points - std::size_t id = 0; - for(int i=0; i<3; ++i) - { - if(vertex_sides[i] == ON_BOUNDARY) - { - boundary_pts[id] = i; - - if(vertex(tr, i) == s.source()) - is_boundary_point_an_extremity[id] = true; - else if(vertex(tr, i) == s.target()) - is_boundary_point_an_extremity[id] = true; - else - is_boundary_point_an_extremity[id] = false; - - ++id; - } - } - - CGAL_assertion(id == 2); - - if(is_boundary_point_an_extremity[0]) - { - if(is_boundary_point_an_extremity[1]) - { - // the segment is composed of the two boundary points - return result_type(s); - } - else // only boundary_pts[0] is an extremity - { - Triangle_3 res_tr = triangle(s.source(), s.target(), vertex(tr, boundary_pts[1])); - return result_type(std::forward(res_tr)); - } - } - else // boundary_pts[0] is not an extremity + current_sp.push_back(supporting_planes[i] & supporting_planes[j]); + current_sp.back().set(pid); + if (current_sp.back().count()==3) { - if(is_boundary_point_an_extremity[1]) // only boundary_pts[1] is an extremity - { - Triangle_3 res_tr = triangle(s.source(), s.target(), vertex(tr, boundary_pts[0])); - return result_type(std::forward(res_tr)); - } - else // neither boundary points are extremities - { - Poly res(4); - res[0] = vertex(tr, boundary_pts[0]); - res[1] = vertex(tr, boundary_pts[1]); - - if((res[0] - res[1]) * (s.source() - s.target()) > 0) - { - res[2] = s.target(); - res[3] = s.source(); - } - else + for (int b=0; i<4; ++b) + if (!current_sp.back().test(b)) { - res[3] = s.target(); - res[2] = s.source(); + current.push_back(vertex(tet, b)); + break; } - - return result_type(std::forward(res)); - } } + else + current.push_back(*CGAL::Intersections::internal::intersection_point(pl, line(res[i], res[j]), k)); } - - CGAL_assertion(false); - } - break; - // 2 or 3 segments (and 1 or 2 inside points) - case 2: - case 3: - case 4: + break; + default: { - // @todo do that for a single segment too? - return build_intersection(tet, tr, points, segments, k); + CGAL_assertion(supporting_planes[j].test(pid)); + current.push_back(res[j]); + current_sp.push_back(supporting_planes[j]); } - break; - default: - // can't have more than 4 segments (1 per tet face) - CGAL_assertion(false); - break; } } - break; + res.swap(current); + supporting_planes.swap(current_sp); + + if (res.empty()) + return boost::none; + } + switch(res.size()) + { + case 1: + return result_type(res[0]); + case 2: + return result_type(segment(res[0], res[1])); case 3: - { - // the input triangle is entirely contained within the tetrahedron - return result_type(tr); - } - break; + return result_type(triangle(res[0], res[1], res[2])); default: - CGAL_assertion(false); // never happens (only 3 pts in a tr) - break; + return result_type(res); } - - return result_type(); } template diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Tetrahedron_3_Unbounded_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Tetrahedron_3_Unbounded_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Tetrahedron_3_Unbounded_3_do_intersect.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Tetrahedron_3_Unbounded_3_do_intersect.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Unbounded_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Tetrahedron_3_Unbounded_3_do_intersect.h $ // $Id: Tetrahedron_3_Unbounded_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/tetrahedron_lines_intersections_3.h cgal-5.5.1/include/CGAL/Intersections_3/internal/tetrahedron_lines_intersections_3.h --- cgal-5.5/include/CGAL/Intersections_3/internal/tetrahedron_lines_intersections_3.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/tetrahedron_lines_intersections_3.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/tetrahedron_lines_intersections_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/tetrahedron_lines_intersections_3.h $ // $Id: tetrahedron_lines_intersections_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_do_intersect.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_do_intersect.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_do_intersect.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_do_intersect.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_do_intersect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_do_intersect.h $ // $Id: Triangle_3_Triangle_3_do_intersect.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h cgal-5.5.1/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h --- cgal-5.5/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h $ // $Id: Triangle_3_Triangle_3_intersection.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Iso_cuboid_3.h cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Iso_cuboid_3.h --- cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Iso_cuboid_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Iso_cuboid_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Iso_cuboid_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Iso_cuboid_3.h $ // $Id: Iso_cuboid_3_Iso_cuboid_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Line_3.h cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Line_3.h --- cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Line_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Line_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Line_3.h $ // $Id: Iso_cuboid_3_Line_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Plane_3.h cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Plane_3.h --- cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Plane_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Plane_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Plane_3.h $ // $Id: Iso_cuboid_3_Plane_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Point_3.h cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Point_3.h --- cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Point_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Point_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Point_3.h $ // $Id: Iso_cuboid_3_Point_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Ray_3.h cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Ray_3.h --- cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Ray_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Ray_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Ray_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Ray_3.h $ // $Id: Iso_cuboid_3_Ray_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Segment_3.h cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Segment_3.h --- cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Segment_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Segment_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Segment_3.h $ // $Id: Iso_cuboid_3_Segment_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Sphere_3.h cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Sphere_3.h --- cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Sphere_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Sphere_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Sphere_3.h $ // $Id: Iso_cuboid_3_Sphere_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Tetrahedron_3.h cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Tetrahedron_3.h --- cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Tetrahedron_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Tetrahedron_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Tetrahedron_3.h $ // $Id: Iso_cuboid_3_Tetrahedron_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Triangle_3.h cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Triangle_3.h --- cgal-5.5/include/CGAL/Intersections_3/Iso_cuboid_3_Triangle_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Iso_cuboid_3_Triangle_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Iso_cuboid_3_Triangle_3.h $ // $Id: Iso_cuboid_3_Triangle_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Line_3_Line_3.h cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Line_3.h --- cgal-5.5/include/CGAL/Intersections_3/Line_3_Line_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Line_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Line_3_Line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Line_3_Line_3.h $ // $Id: Line_3_Line_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Line_3_Plane_3.h cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Plane_3.h --- cgal-5.5/include/CGAL/Intersections_3/Line_3_Plane_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Plane_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Line_3_Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Line_3_Plane_3.h $ // $Id: Line_3_Plane_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Line_3_Point_3.h cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Point_3.h --- cgal-5.5/include/CGAL/Intersections_3/Line_3_Point_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Point_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Line_3_Point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Line_3_Point_3.h $ // $Id: Line_3_Point_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Line_3_Ray_3.h cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Ray_3.h --- cgal-5.5/include/CGAL/Intersections_3/Line_3_Ray_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Ray_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Line_3_Ray_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Line_3_Ray_3.h $ // $Id: Line_3_Ray_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Line_3_Segment_3.h cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Segment_3.h --- cgal-5.5/include/CGAL/Intersections_3/Line_3_Segment_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Segment_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Line_3_Segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Line_3_Segment_3.h $ // $Id: Line_3_Segment_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Line_3_Sphere_3.h cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Sphere_3.h --- cgal-5.5/include/CGAL/Intersections_3/Line_3_Sphere_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Sphere_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Line_3_Sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Line_3_Sphere_3.h $ // $Id: Line_3_Sphere_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Line_3_Tetrahedron_3.h cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Tetrahedron_3.h --- cgal-5.5/include/CGAL/Intersections_3/Line_3_Tetrahedron_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Tetrahedron_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Line_3_Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Line_3_Tetrahedron_3.h $ // $Id: Line_3_Tetrahedron_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Line_3_Triangle_3.h cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Triangle_3.h --- cgal-5.5/include/CGAL/Intersections_3/Line_3_Triangle_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Line_3_Triangle_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Line_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Line_3_Triangle_3.h $ // $Id: Line_3_Triangle_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Plane_3_Plane_3.h cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Plane_3.h --- cgal-5.5/include/CGAL/Intersections_3/Plane_3_Plane_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Plane_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Plane_3_Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Plane_3_Plane_3.h $ // $Id: Plane_3_Plane_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Plane_3_Plane_3_Plane_3.h cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Plane_3_Plane_3.h --- cgal-5.5/include/CGAL/Intersections_3/Plane_3_Plane_3_Plane_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Plane_3_Plane_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Plane_3_Plane_3_Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Plane_3_Plane_3_Plane_3.h $ // $Id: Plane_3_Plane_3_Plane_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Plane_3_Point_3.h cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Point_3.h --- cgal-5.5/include/CGAL/Intersections_3/Plane_3_Point_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Point_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Plane_3_Point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Plane_3_Point_3.h $ // $Id: Plane_3_Point_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Plane_3_Ray_3.h cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Ray_3.h --- cgal-5.5/include/CGAL/Intersections_3/Plane_3_Ray_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Ray_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Plane_3_Ray_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Plane_3_Ray_3.h $ // $Id: Plane_3_Ray_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Plane_3_Segment_3.h cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Segment_3.h --- cgal-5.5/include/CGAL/Intersections_3/Plane_3_Segment_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Segment_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Plane_3_Segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Plane_3_Segment_3.h $ // $Id: Plane_3_Segment_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Plane_3_Sphere_3.h cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Sphere_3.h --- cgal-5.5/include/CGAL/Intersections_3/Plane_3_Sphere_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Sphere_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Plane_3_Sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Plane_3_Sphere_3.h $ // $Id: Plane_3_Sphere_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Plane_3_Tetrahedron_3.h cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Tetrahedron_3.h --- cgal-5.5/include/CGAL/Intersections_3/Plane_3_Tetrahedron_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Tetrahedron_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Plane_3_Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Plane_3_Tetrahedron_3.h $ // $Id: Plane_3_Tetrahedron_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Plane_3_Triangle_3.h cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Triangle_3.h --- cgal-5.5/include/CGAL/Intersections_3/Plane_3_Triangle_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Plane_3_Triangle_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Plane_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Plane_3_Triangle_3.h $ // $Id: Plane_3_Triangle_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Point_3_Point_3.h cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Point_3.h --- cgal-5.5/include/CGAL/Intersections_3/Point_3_Point_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Point_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Point_3_Point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Point_3_Point_3.h $ // $Id: Point_3_Point_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Point_3_Ray_3.h cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Ray_3.h --- cgal-5.5/include/CGAL/Intersections_3/Point_3_Ray_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Ray_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Point_3_Ray_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Point_3_Ray_3.h $ // $Id: Point_3_Ray_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Point_3_Segment_3.h cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Segment_3.h --- cgal-5.5/include/CGAL/Intersections_3/Point_3_Segment_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Segment_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Point_3_Segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Point_3_Segment_3.h $ // $Id: Point_3_Segment_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Point_3_Sphere_3.h cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Sphere_3.h --- cgal-5.5/include/CGAL/Intersections_3/Point_3_Sphere_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Sphere_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Point_3_Sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Point_3_Sphere_3.h $ // $Id: Point_3_Sphere_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Point_3_Tetrahedron_3.h cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Tetrahedron_3.h --- cgal-5.5/include/CGAL/Intersections_3/Point_3_Tetrahedron_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Tetrahedron_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Point_3_Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Point_3_Tetrahedron_3.h $ // $Id: Point_3_Tetrahedron_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Point_3_Triangle_3.h cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Triangle_3.h --- cgal-5.5/include/CGAL/Intersections_3/Point_3_Triangle_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Point_3_Triangle_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Point_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Point_3_Triangle_3.h $ // $Id: Point_3_Triangle_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Ray_3_Ray_3.h cgal-5.5.1/include/CGAL/Intersections_3/Ray_3_Ray_3.h --- cgal-5.5/include/CGAL/Intersections_3/Ray_3_Ray_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Ray_3_Ray_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Ray_3_Ray_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Ray_3_Ray_3.h $ // $Id: Ray_3_Ray_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Ray_3_Segment_3.h cgal-5.5.1/include/CGAL/Intersections_3/Ray_3_Segment_3.h --- cgal-5.5/include/CGAL/Intersections_3/Ray_3_Segment_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Ray_3_Segment_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Ray_3_Segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Ray_3_Segment_3.h $ // $Id: Ray_3_Segment_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Ray_3_Sphere_3.h cgal-5.5.1/include/CGAL/Intersections_3/Ray_3_Sphere_3.h --- cgal-5.5/include/CGAL/Intersections_3/Ray_3_Sphere_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Ray_3_Sphere_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Ray_3_Sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Ray_3_Sphere_3.h $ // $Id: Ray_3_Sphere_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Ray_3_Tetrahedron_3.h cgal-5.5.1/include/CGAL/Intersections_3/Ray_3_Tetrahedron_3.h --- cgal-5.5/include/CGAL/Intersections_3/Ray_3_Tetrahedron_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Ray_3_Tetrahedron_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Ray_3_Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Ray_3_Tetrahedron_3.h $ // $Id: Ray_3_Tetrahedron_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Ray_3_Triangle_3.h cgal-5.5.1/include/CGAL/Intersections_3/Ray_3_Triangle_3.h --- cgal-5.5/include/CGAL/Intersections_3/Ray_3_Triangle_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Ray_3_Triangle_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Ray_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Ray_3_Triangle_3.h $ // $Id: Ray_3_Triangle_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Segment_3_Segment_3.h cgal-5.5.1/include/CGAL/Intersections_3/Segment_3_Segment_3.h --- cgal-5.5/include/CGAL/Intersections_3/Segment_3_Segment_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Segment_3_Segment_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Segment_3_Segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Segment_3_Segment_3.h $ // $Id: Segment_3_Segment_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Segment_3_Sphere_3.h cgal-5.5.1/include/CGAL/Intersections_3/Segment_3_Sphere_3.h --- cgal-5.5/include/CGAL/Intersections_3/Segment_3_Sphere_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Segment_3_Sphere_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Segment_3_Sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Segment_3_Sphere_3.h $ // $Id: Segment_3_Sphere_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Segment_3_Tetrahedron_3.h cgal-5.5.1/include/CGAL/Intersections_3/Segment_3_Tetrahedron_3.h --- cgal-5.5/include/CGAL/Intersections_3/Segment_3_Tetrahedron_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Segment_3_Tetrahedron_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Segment_3_Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Segment_3_Tetrahedron_3.h $ // $Id: Segment_3_Tetrahedron_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Segment_3_Triangle_3.h cgal-5.5.1/include/CGAL/Intersections_3/Segment_3_Triangle_3.h --- cgal-5.5/include/CGAL/Intersections_3/Segment_3_Triangle_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Segment_3_Triangle_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Segment_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Segment_3_Triangle_3.h $ // $Id: Segment_3_Triangle_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Sphere_3_Sphere_3.h cgal-5.5.1/include/CGAL/Intersections_3/Sphere_3_Sphere_3.h --- cgal-5.5/include/CGAL/Intersections_3/Sphere_3_Sphere_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Sphere_3_Sphere_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Sphere_3_Sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Sphere_3_Sphere_3.h $ // $Id: Sphere_3_Sphere_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Sphere_3_Tetrahedron_3.h cgal-5.5.1/include/CGAL/Intersections_3/Sphere_3_Tetrahedron_3.h --- cgal-5.5/include/CGAL/Intersections_3/Sphere_3_Tetrahedron_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Sphere_3_Tetrahedron_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Sphere_3_Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Sphere_3_Tetrahedron_3.h $ // $Id: Sphere_3_Tetrahedron_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Sphere_3_Triangle_3.h cgal-5.5.1/include/CGAL/Intersections_3/Sphere_3_Triangle_3.h --- cgal-5.5/include/CGAL/Intersections_3/Sphere_3_Triangle_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Sphere_3_Triangle_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Sphere_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Sphere_3_Triangle_3.h $ // $Id: Sphere_3_Triangle_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Tetrahedron_3_Tetrahedron_3.h cgal-5.5.1/include/CGAL/Intersections_3/Tetrahedron_3_Tetrahedron_3.h --- cgal-5.5/include/CGAL/Intersections_3/Tetrahedron_3_Tetrahedron_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Tetrahedron_3_Tetrahedron_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Tetrahedron_3_Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Tetrahedron_3_Tetrahedron_3.h $ // $Id: Tetrahedron_3_Tetrahedron_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Tetrahedron_3_Triangle_3.h cgal-5.5.1/include/CGAL/Intersections_3/Tetrahedron_3_Triangle_3.h --- cgal-5.5/include/CGAL/Intersections_3/Tetrahedron_3_Triangle_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Tetrahedron_3_Triangle_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Tetrahedron_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Tetrahedron_3_Triangle_3.h $ // $Id: Tetrahedron_3_Triangle_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersections_3/Triangle_3_Triangle_3.h cgal-5.5.1/include/CGAL/Intersections_3/Triangle_3_Triangle_3.h --- cgal-5.5/include/CGAL/Intersections_3/Triangle_3_Triangle_3.h 2022-07-13 19:05:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersections_3/Triangle_3_Triangle_3.h 2022-10-07 19:05:20.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersections_3/Triangle_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersections_3/Triangle_3_Triangle_3.h $ // $Id: Triangle_3_Triangle_3.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/intersections_d.h cgal-5.5.1/include/CGAL/intersections_d.h --- cgal-5.5/include/CGAL/intersections_d.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/intersections_d.h 2022-10-07 19:05:34.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/intersections_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/intersections_d.h $ // $Id: intersections_d.h e4f5d0b 2020-07-22T16:28:40+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/intersections.h cgal-5.5.1/include/CGAL/intersections.h --- cgal-5.5/include/CGAL/intersections.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/intersections.h 2022-10-07 19:05:22.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/intersections.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/intersections.h $ // $Id: intersections.h c2d1adf 2021-06-23T17:34:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersection_traits_2.h cgal-5.5.1/include/CGAL/Intersection_traits_2.h --- cgal-5.5/include/CGAL/Intersection_traits_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersection_traits_2.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersection_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersection_traits_2.h $ // $Id: Intersection_traits_2.h 1491983 2022-01-18T11:36:56+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersection_traits_3.h cgal-5.5.1/include/CGAL/Intersection_traits_3.h --- cgal-5.5/include/CGAL/Intersection_traits_3.h 2022-07-13 19:05:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersection_traits_3.h 2022-10-07 19:05:19.000000000 +0000 @@ -9,7 +9,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_3/include/CGAL/Intersection_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_3/include/CGAL/Intersection_traits_3.h $ // $Id: Intersection_traits_3.h 1491983 2022-01-18T11:36:56+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Intersection_traits.h cgal-5.5.1/include/CGAL/Intersection_traits.h --- cgal-5.5/include/CGAL/Intersection_traits.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Intersection_traits.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Intersections_2/include/CGAL/Intersection_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Intersections_2/include/CGAL/Intersection_traits.h $ // $Id: Intersection_traits.h 1d01b0d 2022-01-18T09:20:03+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Interval_arithmetic.h cgal-5.5.1/include/CGAL/Interval_arithmetic.h --- cgal-5.5/include/CGAL/Interval_arithmetic.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Interval_arithmetic.h 2022-10-07 19:05:54.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Interval_arithmetic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Interval_arithmetic.h $ // $Id: Interval_arithmetic.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Interval_arithmetic_impl.h cgal-5.5.1/include/CGAL/Interval_arithmetic_impl.h --- cgal-5.5/include/CGAL/Interval_arithmetic_impl.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Interval_arithmetic_impl.h 2022-10-07 19:05:54.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Interval_arithmetic_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Interval_arithmetic_impl.h $ // $Id: Interval_arithmetic_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Interval_nt.h cgal-5.5.1/include/CGAL/Interval_nt.h --- cgal-5.5/include/CGAL/Interval_nt.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Interval_nt.h 2022-10-07 19:05:54.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Interval_nt.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Interval_nt.h $ // $Id: Interval_nt.h 6486844 2022-05-10T11:30:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Interval_skip_list.h cgal-5.5.1/include/CGAL/Interval_skip_list.h --- cgal-5.5/include/CGAL/Interval_skip_list.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Interval_skip_list.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interval_skip_list/include/CGAL/Interval_skip_list.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interval_skip_list/include/CGAL/Interval_skip_list.h $ // $Id: Interval_skip_list.h d1a323c 2020-03-26T19:24:14+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Interval_skip_list_interval.h cgal-5.5.1/include/CGAL/Interval_skip_list_interval.h --- cgal-5.5/include/CGAL/Interval_skip_list_interval.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Interval_skip_list_interval.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interval_skip_list/include/CGAL/Interval_skip_list_interval.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interval_skip_list/include/CGAL/Interval_skip_list_interval.h $ // $Id: Interval_skip_list_interval.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Interval_traits.h cgal-5.5.1/include/CGAL/Interval_traits.h --- cgal-5.5/include/CGAL/Interval_traits.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Interval_traits.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interval_support/include/CGAL/Interval_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interval_support/include/CGAL/Interval_traits.h $ // $Id: Interval_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/int.h cgal-5.5.1/include/CGAL/int.h --- cgal-5.5/include/CGAL/int.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/int.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/int.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/int.h $ // $Id: int.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Inverse_index.h cgal-5.5.1/include/CGAL/Inverse_index.h --- cgal-5.5/include/CGAL/Inverse_index.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Inverse_index.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Inverse_index.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Inverse_index.h $ // $Id: Inverse_index.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/3MF/read_3mf.h cgal-5.5.1/include/CGAL/IO/3MF/read_3mf.h --- cgal-5.5/include/CGAL/IO/3MF/read_3mf.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/3MF/read_3mf.h 2022-10-07 19:06:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/3MF/read_3mf.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/3MF/read_3mf.h $ // $Id: read_3mf.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/3MF/write_3mf.h cgal-5.5.1/include/CGAL/IO/3MF/write_3mf.h --- cgal-5.5/include/CGAL/IO/3MF/write_3mf.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/3MF/write_3mf.h 2022-10-07 19:06:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/3MF/write_3mf.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/3MF/write_3mf.h $ // $Id: write_3mf.h 1f45360 2021-01-26T09:05:24+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/3MF.h cgal-5.5.1/include/CGAL/IO/3MF.h --- cgal-5.5/include/CGAL/IO/3MF.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/3MF.h 2022-10-07 19:06:44.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/3MF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/3MF.h $ // $Id: 3MF.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Arrangement_2_reader.h cgal-5.5.1/include/CGAL/IO/Arrangement_2_reader.h --- cgal-5.5/include/CGAL/IO/Arrangement_2_reader.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Arrangement_2_reader.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/IO/Arrangement_2_reader.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/IO/Arrangement_2_reader.h $ // $Id: Arrangement_2_reader.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Arrangement_2_writer.h cgal-5.5.1/include/CGAL/IO/Arrangement_2_writer.h --- cgal-5.5/include/CGAL/IO/Arrangement_2_writer.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Arrangement_2_writer.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/IO/Arrangement_2_writer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/IO/Arrangement_2_writer.h $ // $Id: Arrangement_2_writer.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Arr_iostream.h cgal-5.5.1/include/CGAL/IO/Arr_iostream.h --- cgal-5.5/include/CGAL/IO/Arr_iostream.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Arr_iostream.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/IO/Arr_iostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/IO/Arr_iostream.h $ // $Id: Arr_iostream.h 755693b 2021-05-03T13:25:26+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Arr_text_formatter.h cgal-5.5.1/include/CGAL/IO/Arr_text_formatter.h --- cgal-5.5/include/CGAL/IO/Arr_text_formatter.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Arr_text_formatter.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h $ // $Id: Arr_text_formatter.h 5e73fe1 2021-08-04T12:22:09+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Arr_with_history_2_reader.h cgal-5.5.1/include/CGAL/IO/Arr_with_history_2_reader.h --- cgal-5.5/include/CGAL/IO/Arr_with_history_2_reader.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Arr_with_history_2_reader.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/IO/Arr_with_history_2_reader.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/IO/Arr_with_history_2_reader.h $ // $Id: Arr_with_history_2_reader.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Arr_with_history_2_writer.h cgal-5.5.1/include/CGAL/IO/Arr_with_history_2_writer.h --- cgal-5.5/include/CGAL/IO/Arr_with_history_2_writer.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Arr_with_history_2_writer.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/IO/Arr_with_history_2_writer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/IO/Arr_with_history_2_writer.h $ // $Id: Arr_with_history_2_writer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Arr_with_history_iostream.h cgal-5.5.1/include/CGAL/IO/Arr_with_history_iostream.h --- cgal-5.5/include/CGAL/IO/Arr_with_history_iostream.h 2022-07-13 19:04:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Arr_with_history_iostream.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/IO/Arr_with_history_iostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/IO/Arr_with_history_iostream.h $ // $Id: Arr_with_history_iostream.h 755693b 2021-05-03T13:25:26+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Arr_with_history_text_formatter.h cgal-5.5.1/include/CGAL/IO/Arr_with_history_text_formatter.h --- cgal-5.5/include/CGAL/IO/Arr_with_history_text_formatter.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Arr_with_history_text_formatter.h 2022-10-07 19:04:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/IO/Arr_with_history_text_formatter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/IO/Arr_with_history_text_formatter.h $ // $Id: Arr_with_history_text_formatter.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/binary_file_io.h cgal-5.5.1/include/CGAL/IO/binary_file_io.h --- cgal-5.5/include/CGAL/IO/binary_file_io.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/binary_file_io.h 2022-10-07 19:06:45.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/binary_file_io.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/binary_file_io.h $ // $Id: binary_file_io.h a34debc 2021-06-23T22:56:35+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Color.h cgal-5.5.1/include/CGAL/IO/Color.h --- cgal-5.5/include/CGAL/IO/Color.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Color.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/Color.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/Color.h $ // $Id: Color.h 98ee8d7 2022-02-25T14:54:48+01:00 Charrière Maxime // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h cgal-5.5.1/include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h --- cgal-5.5/include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h $ // $Id: Complex_2_in_triangulation_3_file_writer.h 580a1ef 2020-05-22T15:31:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h cgal-5.5.1/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h --- cgal-5.5/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h 2022-10-07 19:06:52.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h $ // $Id: Complex_2_in_triangulation_3_polyhedron_builder.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Complex_2_in_triangulation_3_to_medit.h cgal-5.5.1/include/CGAL/IO/Complex_2_in_triangulation_3_to_medit.h --- cgal-5.5/include/CGAL/IO/Complex_2_in_triangulation_3_to_medit.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Complex_2_in_triangulation_3_to_medit.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_to_medit.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_to_medit.h $ // $Id: Complex_2_in_triangulation_3_to_medit.h 2402f3f 2020-09-10T16:14:58+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h cgal-5.5.1/include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h --- cgal-5.5/include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h $ // $Id: Complex_2_in_triangulation_3_to_vtk.h 2402f3f 2020-09-10T16:14:58+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h cgal-5.5.1/include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h --- cgal-5.5/include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h $ // $Id: Complex_3_in_triangulation_3_to_vtk.h 70058db 2021-05-03T15:30:52+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Dxf_bsop_reader.h cgal-5.5.1/include/CGAL/IO/Dxf_bsop_reader.h --- cgal-5.5/include/CGAL/IO/Dxf_bsop_reader.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Dxf_bsop_reader.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/IO/Dxf_bsop_reader.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/IO/Dxf_bsop_reader.h $ // $Id: Dxf_bsop_reader.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Dxf_reader_doubles.h cgal-5.5.1/include/CGAL/IO/Dxf_reader_doubles.h --- cgal-5.5/include/CGAL/IO/Dxf_reader_doubles.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Dxf_reader_doubles.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/IO/Dxf_reader_doubles.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/IO/Dxf_reader_doubles.h $ // $Id: Dxf_reader_doubles.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Dxf_reader.h cgal-5.5.1/include/CGAL/IO/Dxf_reader.h --- cgal-5.5/include/CGAL/IO/Dxf_reader.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Dxf_reader.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/IO/Dxf_reader.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/IO/Dxf_reader.h $ // $Id: Dxf_reader.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Dxf_stream.h cgal-5.5.1/include/CGAL/IO/Dxf_stream.h --- cgal-5.5/include/CGAL/IO/Dxf_stream.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Dxf_stream.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/IO/Dxf_stream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/IO/Dxf_stream.h $ // $Id: Dxf_stream.h cfc0fee 2021-05-04T14:58:55+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Dxf_variant_reader.h cgal-5.5.1/include/CGAL/IO/Dxf_variant_reader.h --- cgal-5.5/include/CGAL/IO/Dxf_variant_reader.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Dxf_variant_reader.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/IO/Dxf_variant_reader.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/IO/Dxf_variant_reader.h $ // $Id: Dxf_variant_reader.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Dxf_writer.h cgal-5.5.1/include/CGAL/IO/Dxf_writer.h --- cgal-5.5/include/CGAL/IO/Dxf_writer.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Dxf_writer.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/IO/Dxf_writer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/IO/Dxf_writer.h $ // $Id: Dxf_writer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/facets_in_complex_2_to_triangle_mesh.h cgal-5.5.1/include/CGAL/IO/facets_in_complex_2_to_triangle_mesh.h --- cgal-5.5/include/CGAL/IO/facets_in_complex_2_to_triangle_mesh.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/facets_in_complex_2_to_triangle_mesh.h 2022-10-07 19:06:52.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/IO/facets_in_complex_2_to_triangle_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/IO/facets_in_complex_2_to_triangle_mesh.h $ // $Id: facets_in_complex_2_to_triangle_mesh.h e7bf5b6 2022-02-04T10:22:26+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/facets_in_complex_3_to_triangle_mesh.h cgal-5.5.1/include/CGAL/IO/facets_in_complex_3_to_triangle_mesh.h --- cgal-5.5/include/CGAL/IO/facets_in_complex_3_to_triangle_mesh.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/facets_in_complex_3_to_triangle_mesh.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/IO/facets_in_complex_3_to_triangle_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/IO/facets_in_complex_3_to_triangle_mesh.h $ // $Id: facets_in_complex_3_to_triangle_mesh.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Fig_stream_Conic_arc_2.h cgal-5.5.1/include/CGAL/IO/Fig_stream_Conic_arc_2.h --- cgal-5.5/include/CGAL/IO/Fig_stream_Conic_arc_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Fig_stream_Conic_arc_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/IO/Fig_stream_Conic_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/IO/Fig_stream_Conic_arc_2.h $ // $Id: Fig_stream_Conic_arc_2.h 625848e 2021-10-04T13:21:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Fig_stream.h cgal-5.5.1/include/CGAL/IO/Fig_stream.h --- cgal-5.5/include/CGAL/IO/Fig_stream.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Fig_stream.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/IO/Fig_stream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/IO/Fig_stream.h $ // $Id: Fig_stream.h c3d4306 2021-09-15T14:23:46+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/File_avizo.h cgal-5.5.1/include/CGAL/IO/File_avizo.h --- cgal-5.5/include/CGAL/IO/File_avizo.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/File_avizo.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/IO/File_avizo.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/IO/File_avizo.h $ // $Id: File_avizo.h 70058db 2021-05-03T15:30:52+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/File_binary_mesh_3.h cgal-5.5.1/include/CGAL/IO/File_binary_mesh_3.h --- cgal-5.5/include/CGAL/IO/File_binary_mesh_3.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/File_binary_mesh_3.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/IO/File_binary_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/IO/File_binary_mesh_3.h $ // $Id: File_binary_mesh_3.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/File_maya.h cgal-5.5.1/include/CGAL/IO/File_maya.h --- cgal-5.5/include/CGAL/IO/File_maya.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/File_maya.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/IO/File_maya.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/IO/File_maya.h $ // $Id: File_maya.h 70058db 2021-05-03T15:30:52+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/File_medit.h cgal-5.5.1/include/CGAL/IO/File_medit.h --- cgal-5.5/include/CGAL/IO/File_medit.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/File_medit.h 2022-10-07 19:05:40.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/IO/File_medit.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/IO/File_medit.h $ // $Id: File_medit.h 70058db 2021-05-03T15:30:52+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/File_poly.h cgal-5.5.1/include/CGAL/IO/File_poly.h --- cgal-5.5/include/CGAL/IO/File_poly.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/File_poly.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/IO/File_poly.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/IO/File_poly.h $ // $Id: File_poly.h 625a335 2021-05-06T09:38:31+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/File_tetgen.h cgal-5.5.1/include/CGAL/IO/File_tetgen.h --- cgal-5.5/include/CGAL/IO/File_tetgen.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/File_tetgen.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/IO/File_tetgen.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/IO/File_tetgen.h $ // $Id: File_tetgen.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Generic_writer.h cgal-5.5.1/include/CGAL/IO/Generic_writer.h --- cgal-5.5/include/CGAL/IO/Generic_writer.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Generic_writer.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/Generic_writer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/Generic_writer.h $ // $Id: Generic_writer.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/GOCAD.h cgal-5.5.1/include/CGAL/IO/GOCAD.h --- cgal-5.5/include/CGAL/IO/GOCAD.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/GOCAD.h 2022-10-07 19:06:44.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/GOCAD.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/GOCAD.h $ // $Id: GOCAD.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Gps_iostream.h cgal-5.5.1/include/CGAL/IO/Gps_iostream.h --- cgal-5.5/include/CGAL/IO/Gps_iostream.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Gps_iostream.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/IO/Gps_iostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/IO/Gps_iostream.h $ // $Id: Gps_iostream.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/helpers.h cgal-5.5.1/include/CGAL/IO/helpers.h --- cgal-5.5/include/CGAL/IO/helpers.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/helpers.h 2022-10-07 19:06:45.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/helpers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/helpers.h $ // $Id: helpers.h 31a0557 2021-08-13T16:45:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/io.h cgal-5.5.1/include/CGAL/IO/io.h --- cgal-5.5/include/CGAL/IO/io.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/io.h 2022-10-07 19:06:45.000000000 +0000 @@ -8,7 +8,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/io.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/io.h $ // $Id: io.h 01b2f07 2021-07-06T10:37:07+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/io_tags.h cgal-5.5.1/include/CGAL/IO/io_tags.h --- cgal-5.5/include/CGAL/IO/io_tags.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/io_tags.h 2022-10-07 19:06:45.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/io_tags.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/io_tags.h $ // $Id: io_tags.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Istream_iterator.h cgal-5.5.1/include/CGAL/IO/Istream_iterator.h --- cgal-5.5/include/CGAL/IO/Istream_iterator.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Istream_iterator.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/Istream_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/Istream_iterator.h $ // $Id: Istream_iterator.h 580a1ef 2020-05-22T15:31:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Nef_polyhedron_2_PS_stream.h cgal-5.5.1/include/CGAL/IO/Nef_polyhedron_2_PS_stream.h --- cgal-5.5/include/CGAL/IO/Nef_polyhedron_2_PS_stream.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Nef_polyhedron_2_PS_stream.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/IO/Nef_polyhedron_2_PS_stream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/IO/Nef_polyhedron_2_PS_stream.h $ // $Id: Nef_polyhedron_2_PS_stream.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Nef_polyhedron_iostream_3.h cgal-5.5.1/include/CGAL/IO/Nef_polyhedron_iostream_3.h --- cgal-5.5/include/CGAL/IO/Nef_polyhedron_iostream_3.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Nef_polyhedron_iostream_3.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/IO/Nef_polyhedron_iostream_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/IO/Nef_polyhedron_iostream_3.h $ // $Id: Nef_polyhedron_iostream_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OBJ/File_writer_wavefront.h cgal-5.5.1/include/CGAL/IO/OBJ/File_writer_wavefront.h --- cgal-5.5/include/CGAL/IO/OBJ/File_writer_wavefront.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OBJ/File_writer_wavefront.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OBJ/File_writer_wavefront.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OBJ/File_writer_wavefront.h $ // $Id: File_writer_wavefront.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OBJ.h cgal-5.5.1/include/CGAL/IO/OBJ.h --- cgal-5.5/include/CGAL/IO/OBJ.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OBJ.h 2022-10-07 19:06:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OBJ.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OBJ.h $ // $Id: OBJ.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OFF/File_header_extended_OFF.h cgal-5.5.1/include/CGAL/IO/OFF/File_header_extended_OFF.h --- cgal-5.5/include/CGAL/IO/OFF/File_header_extended_OFF.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OFF/File_header_extended_OFF.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OFF/File_header_extended_OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OFF/File_header_extended_OFF.h $ // $Id: File_header_extended_OFF.h 580a1ef 2020-05-22T15:31:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OFF/File_header_extended_OFF_impl.h cgal-5.5.1/include/CGAL/IO/OFF/File_header_extended_OFF_impl.h --- cgal-5.5/include/CGAL/IO/OFF/File_header_extended_OFF_impl.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OFF/File_header_extended_OFF_impl.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OFF/File_header_extended_OFF_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OFF/File_header_extended_OFF_impl.h $ // $Id: File_header_extended_OFF_impl.h ae75594 2021-03-10T13:54:09+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OFF/File_header_OFF.h cgal-5.5.1/include/CGAL/IO/OFF/File_header_OFF.h --- cgal-5.5/include/CGAL/IO/OFF/File_header_OFF.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OFF/File_header_OFF.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OFF/File_header_OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OFF/File_header_OFF.h $ // $Id: File_header_OFF.h 277b8cc 2020-11-25T13:20:26+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OFF/File_header_OFF_impl.h cgal-5.5.1/include/CGAL/IO/OFF/File_header_OFF_impl.h --- cgal-5.5/include/CGAL/IO/OFF/File_header_OFF_impl.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OFF/File_header_OFF_impl.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OFF/File_header_OFF_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OFF/File_header_OFF_impl.h $ // $Id: File_header_OFF_impl.h ab49226 2021-04-09T13:13:56+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OFF/File_scanner_OFF.h cgal-5.5.1/include/CGAL/IO/OFF/File_scanner_OFF.h --- cgal-5.5/include/CGAL/IO/OFF/File_scanner_OFF.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OFF/File_scanner_OFF.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OFF/File_scanner_OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OFF/File_scanner_OFF.h $ // $Id: File_scanner_OFF.h 299a8a9 2022-04-28T12:08:39+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OFF/File_writer_OFF.h cgal-5.5.1/include/CGAL/IO/OFF/File_writer_OFF.h --- cgal-5.5/include/CGAL/IO/OFF/File_writer_OFF.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OFF/File_writer_OFF.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OFF/File_writer_OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OFF/File_writer_OFF.h $ // $Id: File_writer_OFF.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OFF/generic_copy_OFF.h cgal-5.5.1/include/CGAL/IO/OFF/generic_copy_OFF.h --- cgal-5.5/include/CGAL/IO/OFF/generic_copy_OFF.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OFF/generic_copy_OFF.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OFF/generic_copy_OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OFF/generic_copy_OFF.h $ // $Id: generic_copy_OFF.h 32f40d8 2021-11-11T15:19:28+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OFF/Scanner_OFF.h cgal-5.5.1/include/CGAL/IO/OFF/Scanner_OFF.h --- cgal-5.5/include/CGAL/IO/OFF/Scanner_OFF.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OFF/Scanner_OFF.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OFF/Scanner_OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OFF/Scanner_OFF.h $ // $Id: Scanner_OFF.h 277b8cc 2020-11-25T13:20:26+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OFF.h cgal-5.5.1/include/CGAL/IO/OFF.h --- cgal-5.5/include/CGAL/IO/OFF.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OFF.h 2022-10-07 19:06:44.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OFF.h $ // $Id: OFF.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OI/File_writer_inventor.h cgal-5.5.1/include/CGAL/IO/OI/File_writer_inventor.h --- cgal-5.5/include/CGAL/IO/OI/File_writer_inventor.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OI/File_writer_inventor.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OI/File_writer_inventor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OI/File_writer_inventor.h $ // $Id: File_writer_inventor.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OI/Inventor_ostream.h cgal-5.5.1/include/CGAL/IO/OI/Inventor_ostream.h --- cgal-5.5/include/CGAL/IO/OI/Inventor_ostream.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OI/Inventor_ostream.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OI/Inventor_ostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OI/Inventor_ostream.h $ // $Id: Inventor_ostream.h 2dac31f 2021-02-05T14:14:11+01:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/OI.h cgal-5.5.1/include/CGAL/IO/OI.h --- cgal-5.5/include/CGAL/IO/OI.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/OI.h 2022-10-07 19:06:44.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/OI.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/OI.h $ // $Id: OI.h 220a445 2020-01-17T17:10:02+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Ostream_iterator.h cgal-5.5.1/include/CGAL/IO/Ostream_iterator.h --- cgal-5.5/include/CGAL/IO/Ostream_iterator.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Ostream_iterator.h 2022-10-07 19:06:44.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/Ostream_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/Ostream_iterator.h $ // $Id: Ostream_iterator.h 580a1ef 2020-05-22T15:31:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/output_surface_facets_to_polyhedron.h cgal-5.5.1/include/CGAL/IO/output_surface_facets_to_polyhedron.h --- cgal-5.5/include/CGAL/IO/output_surface_facets_to_polyhedron.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/output_surface_facets_to_polyhedron.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/IO/output_surface_facets_to_polyhedron.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/IO/output_surface_facets_to_polyhedron.h $ // $Id: output_surface_facets_to_polyhedron.h 4968d21 2022-05-17T10:31:07+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/output_surface_facets_to_triangle_soup.h cgal-5.5.1/include/CGAL/IO/output_surface_facets_to_triangle_soup.h --- cgal-5.5/include/CGAL/IO/output_surface_facets_to_triangle_soup.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/output_surface_facets_to_triangle_soup.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Poisson_surface_reconstruction_3/include/CGAL/IO/output_surface_facets_to_triangle_soup.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Poisson_surface_reconstruction_3/include/CGAL/IO/output_surface_facets_to_triangle_soup.h $ // $Id: output_surface_facets_to_triangle_soup.h 47f0eb4 2022-05-26T19:06:01+02:00 albert-github // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/output_to_vtu.h cgal-5.5.1/include/CGAL/IO/output_to_vtu.h --- cgal-5.5/include/CGAL/IO/output_to_vtu.h 2022-07-13 19:05:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/output_to_vtu.h 2022-10-07 19:05:40.000000000 +0000 @@ -5,7 +5,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/IO/output_to_vtu.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/IO/output_to_vtu.h $ // $Id: output_to_vtu.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/PLY/PLY_reader.h cgal-5.5.1/include/CGAL/IO/PLY/PLY_reader.h --- cgal-5.5/include/CGAL/IO/PLY/PLY_reader.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/PLY/PLY_reader.h 2022-10-07 19:06:44.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/PLY/PLY_reader.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/PLY/PLY_reader.h $ // $Id: PLY_reader.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/PLY/PLY_writer.h cgal-5.5.1/include/CGAL/IO/PLY/PLY_writer.h --- cgal-5.5/include/CGAL/IO/PLY/PLY_writer.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/PLY/PLY_writer.h 2022-10-07 19:06:44.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/PLY/PLY_writer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/PLY/PLY_writer.h $ // $Id: PLY_writer.h 4eb1464 2021-11-09T11:21:24+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/PLY.h cgal-5.5.1/include/CGAL/IO/PLY.h --- cgal-5.5/include/CGAL/IO/PLY.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/PLY.h 2022-10-07 19:06:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/PLY.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/PLY.h $ // $Id: PLY.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/polygon_soup_io.h cgal-5.5.1/include/CGAL/IO/polygon_soup_io.h --- cgal-5.5/include/CGAL/IO/polygon_soup_io.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/polygon_soup_io.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/polygon_soup_io.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/polygon_soup_io.h $ // $Id: polygon_soup_io.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Polyhedron_inventor_ostream.h cgal-5.5.1/include/CGAL/IO/Polyhedron_inventor_ostream.h --- cgal-5.5/include/CGAL/IO/Polyhedron_inventor_ostream.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Polyhedron_inventor_ostream.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/IO/Polyhedron_inventor_ostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/IO/Polyhedron_inventor_ostream.h $ // $Id: Polyhedron_inventor_ostream.h 580a1ef 2020-05-22T15:31:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Polyhedron_iostream.h cgal-5.5.1/include/CGAL/IO/Polyhedron_iostream.h --- cgal-5.5/include/CGAL/IO/Polyhedron_iostream.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Polyhedron_iostream.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/IO/Polyhedron_iostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/IO/Polyhedron_iostream.h $ // $Id: Polyhedron_iostream.h 115fa5a 2021-12-14T14:01:21+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Polyhedron_OFF_iostream.h cgal-5.5.1/include/CGAL/IO/Polyhedron_OFF_iostream.h --- cgal-5.5/include/CGAL/IO/Polyhedron_OFF_iostream.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Polyhedron_OFF_iostream.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/IO/Polyhedron_OFF_iostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/IO/Polyhedron_OFF_iostream.h $ // $Id: Polyhedron_OFF_iostream.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Polyhedron_scan_OFF.h cgal-5.5.1/include/CGAL/IO/Polyhedron_scan_OFF.h --- cgal-5.5/include/CGAL/IO/Polyhedron_scan_OFF.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Polyhedron_scan_OFF.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/IO/Polyhedron_scan_OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/IO/Polyhedron_scan_OFF.h $ // $Id: Polyhedron_scan_OFF.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Polyhedron_VRML_1_ostream.h cgal-5.5.1/include/CGAL/IO/Polyhedron_VRML_1_ostream.h --- cgal-5.5/include/CGAL/IO/Polyhedron_VRML_1_ostream.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Polyhedron_VRML_1_ostream.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/IO/Polyhedron_VRML_1_ostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/IO/Polyhedron_VRML_1_ostream.h $ // $Id: Polyhedron_VRML_1_ostream.h 580a1ef 2020-05-22T15:31:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Polyhedron_VRML_2_ostream.h cgal-5.5.1/include/CGAL/IO/Polyhedron_VRML_2_ostream.h --- cgal-5.5/include/CGAL/IO/Polyhedron_VRML_2_ostream.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Polyhedron_VRML_2_ostream.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/IO/Polyhedron_VRML_2_ostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/IO/Polyhedron_VRML_2_ostream.h $ // $Id: Polyhedron_VRML_2_ostream.h 135595c 2020-01-24T23:17:20+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/print_OFF.h cgal-5.5.1/include/CGAL/IO/print_OFF.h --- cgal-5.5/include/CGAL/IO/print_OFF.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/print_OFF.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/IO/print_OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/IO/print_OFF.h $ // $Id: print_OFF.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/read_las_points.h cgal-5.5.1/include/CGAL/IO/read_las_points.h --- cgal-5.5/include/CGAL/IO/read_las_points.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/read_las_points.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/IO/read_las_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/IO/read_las_points.h $ // $Id: read_las_points.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/read_off_points.h cgal-5.5.1/include/CGAL/IO/read_off_points.h --- cgal-5.5/include/CGAL/IO/read_off_points.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/read_off_points.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/IO/read_off_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/IO/read_off_points.h $ // $Id: read_off_points.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/read_ply_points.h cgal-5.5.1/include/CGAL/IO/read_ply_points.h --- cgal-5.5/include/CGAL/IO/read_ply_points.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/read_ply_points.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/IO/read_ply_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/IO/read_ply_points.h $ // $Id: read_ply_points.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/read_points.h cgal-5.5.1/include/CGAL/IO/read_points.h --- cgal-5.5/include/CGAL/IO/read_points.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/read_points.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/IO/read_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/IO/read_points.h $ // $Id: read_points.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/read_vtk_image_data.h cgal-5.5.1/include/CGAL/IO/read_vtk_image_data.h --- cgal-5.5/include/CGAL/IO/read_vtk_image_data.h 2022-07-13 19:04:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/read_vtk_image_data.h 2022-10-07 19:04:48.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/CGAL_ImageIO/include/CGAL/IO/read_vtk_image_data.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/CGAL_ImageIO/include/CGAL/IO/read_vtk_image_data.h $ // $Id: read_vtk_image_data.h 22be867 2021-05-04T14:59:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/read_xyz_points.h cgal-5.5.1/include/CGAL/IO/read_xyz_points.h --- cgal-5.5/include/CGAL/IO/read_xyz_points.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/read_xyz_points.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/IO/read_xyz_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/IO/read_xyz_points.h $ // $Id: read_xyz_points.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/scan_OFF.h cgal-5.5.1/include/CGAL/IO/scan_OFF.h --- cgal-5.5/include/CGAL/IO/scan_OFF.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/scan_OFF.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/IO/scan_OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/IO/scan_OFF.h $ // $Id: scan_OFF.h 00ca021 2020-08-04T12:59:08+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/STL/STL_reader.h cgal-5.5.1/include/CGAL/IO/STL/STL_reader.h --- cgal-5.5/include/CGAL/IO/STL/STL_reader.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/STL/STL_reader.h 2022-10-07 19:06:44.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/STL/STL_reader.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/STL/STL_reader.h $ // $Id: STL_reader.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/STL.h cgal-5.5.1/include/CGAL/IO/STL.h --- cgal-5.5/include/CGAL/IO/STL.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/STL.h 2022-10-07 19:06:44.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/STL.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/STL.h $ // $Id: STL.h fd950da 2022-03-15T12:27:10+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Tee_for_output_iterator.h cgal-5.5.1/include/CGAL/IO/Tee_for_output_iterator.h --- cgal-5.5/include/CGAL/IO/Tee_for_output_iterator.h 2022-07-13 19:04:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Tee_for_output_iterator.h 2022-10-07 19:05:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Convex_hull_2/include/CGAL/IO/Tee_for_output_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Convex_hull_2/include/CGAL/IO/Tee_for_output_iterator.h $ // $Id: Tee_for_output_iterator.h 319383c 2020-05-20T09:47:58+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/trace.h cgal-5.5.1/include/CGAL/IO/trace.h --- cgal-5.5/include/CGAL/IO/trace.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/trace.h 2022-10-07 19:06:45.000000000 +0000 @@ -2,7 +2,7 @@ // All rights reserved. // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/trace.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/trace.h $ // $Id: trace.h 3b7754f 2021-09-20T12:44:38+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Triangulation_off_ostream_2.h cgal-5.5.1/include/CGAL/IO/Triangulation_off_ostream_2.h --- cgal-5.5/include/CGAL/IO/Triangulation_off_ostream_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Triangulation_off_ostream_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/IO/Triangulation_off_ostream_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/IO/Triangulation_off_ostream_2.h $ // $Id: Triangulation_off_ostream_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Triangulation_off_ostream_3.h cgal-5.5.1/include/CGAL/IO/Triangulation_off_ostream_3.h --- cgal-5.5/include/CGAL/IO/Triangulation_off_ostream_3.h 2022-07-13 19:07:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Triangulation_off_ostream_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/IO/Triangulation_off_ostream_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/IO/Triangulation_off_ostream_3.h $ // $Id: Triangulation_off_ostream_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Triangulation_off_ostream.h cgal-5.5.1/include/CGAL/IO/Triangulation_off_ostream.h --- cgal-5.5/include/CGAL/IO/Triangulation_off_ostream.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Triangulation_off_ostream.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/IO/Triangulation_off_ostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/IO/Triangulation_off_ostream.h $ // $Id: Triangulation_off_ostream.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Triangulation_ps_stream.h cgal-5.5.1/include/CGAL/IO/Triangulation_ps_stream.h --- cgal-5.5/include/CGAL/IO/Triangulation_ps_stream.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Triangulation_ps_stream.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/IO/Triangulation_ps_stream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/IO/Triangulation_ps_stream.h $ // $Id: Triangulation_ps_stream.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/Verbose_ostream.h cgal-5.5.1/include/CGAL/IO/Verbose_ostream.h --- cgal-5.5/include/CGAL/IO/Verbose_ostream.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/Verbose_ostream.h 2022-10-07 19:06:45.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/Verbose_ostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/Verbose_ostream.h $ // $Id: Verbose_ostream.h 3c83367 2020-01-20T12:02:06+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/VRML/File_writer_VRML_2.h cgal-5.5.1/include/CGAL/IO/VRML/File_writer_VRML_2.h --- cgal-5.5/include/CGAL/IO/VRML/File_writer_VRML_2.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/VRML/File_writer_VRML_2.h 2022-10-07 19:06:45.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/VRML/File_writer_VRML_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/VRML/File_writer_VRML_2.h $ // $Id: File_writer_VRML_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/VRML/VRML_1_ostream.h cgal-5.5.1/include/CGAL/IO/VRML/VRML_1_ostream.h --- cgal-5.5/include/CGAL/IO/VRML/VRML_1_ostream.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/VRML/VRML_1_ostream.h 2022-10-07 19:06:45.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/VRML/VRML_1_ostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/VRML/VRML_1_ostream.h $ // $Id: VRML_1_ostream.h 1ef61f1 2020-10-13T18:13:01+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/VRML/VRML_2_ostream.h cgal-5.5.1/include/CGAL/IO/VRML/VRML_2_ostream.h --- cgal-5.5/include/CGAL/IO/VRML/VRML_2_ostream.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/VRML/VRML_2_ostream.h 2022-10-07 19:06:45.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org); // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/VRML/VRML_2_ostream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/VRML/VRML_2_ostream.h $ // $Id: VRML_2_ostream.h 5ecd852 2021-04-26T21:37:02+01:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/VRML.h cgal-5.5.1/include/CGAL/IO/VRML.h --- cgal-5.5/include/CGAL/IO/VRML.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/VRML.h 2022-10-07 19:06:44.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/VRML.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/VRML.h $ // $Id: VRML.h 6a5972c 2020-01-23T16:33:23+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/VTK/VTK_reader.h cgal-5.5.1/include/CGAL/IO/VTK/VTK_reader.h --- cgal-5.5/include/CGAL/IO/VTK/VTK_reader.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/VTK/VTK_reader.h 2022-10-07 19:06:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/VTK/VTK_reader.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/VTK/VTK_reader.h $ // $Id: VTK_reader.h 71413eb 2020-05-29T12:03:25+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/VTK/VTK_writer.h cgal-5.5.1/include/CGAL/IO/VTK/VTK_writer.h --- cgal-5.5/include/CGAL/IO/VTK/VTK_writer.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/VTK/VTK_writer.h 2022-10-07 19:06:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/VTK/VTK_writer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/VTK/VTK_writer.h $ // $Id: VTK_writer.h 423ae6e 2020-01-24T17:48:02+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/VTK.h cgal-5.5.1/include/CGAL/IO/VTK.h --- cgal-5.5/include/CGAL/IO/VTK.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/VTK.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/VTK.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/VTK.h $ // $Id: VTK.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/WKT/traits_linestring.h cgal-5.5.1/include/CGAL/IO/WKT/traits_linestring.h --- cgal-5.5/include/CGAL/IO/WKT/traits_linestring.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/WKT/traits_linestring.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/WKT/traits_linestring.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/WKT/traits_linestring.h $ // $Id: traits_linestring.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/WKT/traits_multilinestring.h cgal-5.5.1/include/CGAL/IO/WKT/traits_multilinestring.h --- cgal-5.5/include/CGAL/IO/WKT/traits_multilinestring.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/WKT/traits_multilinestring.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/WKT/traits_multilinestring.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/WKT/traits_multilinestring.h $ // $Id: traits_multilinestring.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/WKT/traits_multipoint.h cgal-5.5.1/include/CGAL/IO/WKT/traits_multipoint.h --- cgal-5.5/include/CGAL/IO/WKT/traits_multipoint.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/WKT/traits_multipoint.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/WKT/traits_multipoint.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/WKT/traits_multipoint.h $ // $Id: traits_multipoint.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/WKT/traits_multipolygon.h cgal-5.5.1/include/CGAL/IO/WKT/traits_multipolygon.h --- cgal-5.5/include/CGAL/IO/WKT/traits_multipolygon.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/WKT/traits_multipolygon.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/WKT/traits_multipolygon.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/WKT/traits_multipolygon.h $ // $Id: traits_multipolygon.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/WKT/traits_point_3.h cgal-5.5.1/include/CGAL/IO/WKT/traits_point_3.h --- cgal-5.5/include/CGAL/IO/WKT/traits_point_3.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/WKT/traits_point_3.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/WKT/traits_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/WKT/traits_point_3.h $ // $Id: traits_point_3.h e6c767d 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/WKT/traits_point.h cgal-5.5.1/include/CGAL/IO/WKT/traits_point.h --- cgal-5.5/include/CGAL/IO/WKT/traits_point.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/WKT/traits_point.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/WKT/traits_point.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/WKT/traits_point.h $ // $Id: traits_point.h e6c767d 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/WKT/traits_polygon.h cgal-5.5.1/include/CGAL/IO/WKT/traits_polygon.h --- cgal-5.5/include/CGAL/IO/WKT/traits_polygon.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/WKT/traits_polygon.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/WKT/traits_polygon.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/WKT/traits_polygon.h $ // $Id: traits_polygon.h e6c767d 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/WKT.h cgal-5.5.1/include/CGAL/IO/WKT.h --- cgal-5.5/include/CGAL/IO/WKT.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/WKT.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/IO/WKT.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/IO/WKT.h $ // $Id: WKT.h a3d1765 2021-07-19T14:18:40+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/write_las_points.h cgal-5.5.1/include/CGAL/IO/write_las_points.h --- cgal-5.5/include/CGAL/IO/write_las_points.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/write_las_points.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/IO/write_las_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/IO/write_las_points.h $ // $Id: write_las_points.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/write_off_points.h cgal-5.5.1/include/CGAL/IO/write_off_points.h --- cgal-5.5/include/CGAL/IO/write_off_points.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/write_off_points.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/IO/write_off_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/IO/write_off_points.h $ // $Id: write_off_points.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/write_ply_points.h cgal-5.5.1/include/CGAL/IO/write_ply_points.h --- cgal-5.5/include/CGAL/IO/write_ply_points.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/write_ply_points.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/IO/write_ply_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/IO/write_ply_points.h $ // $Id: write_ply_points.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/write_points.h cgal-5.5.1/include/CGAL/IO/write_points.h --- cgal-5.5/include/CGAL/IO/write_points.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/write_points.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/IO/write_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/IO/write_points.h $ // $Id: write_points.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/write_VTU.h cgal-5.5.1/include/CGAL/IO/write_VTU.h --- cgal-5.5/include/CGAL/IO/write_VTU.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/write_VTU.h 2022-10-07 19:05:37.000000000 +0000 @@ -5,7 +5,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/IO/write_VTU.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/IO/write_VTU.h $ // $Id: write_VTU.h e0a4dd0 2021-05-18T17:31:40+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/IO/write_xyz_points.h cgal-5.5.1/include/CGAL/IO/write_xyz_points.h --- cgal-5.5/include/CGAL/IO/write_xyz_points.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/IO/write_xyz_points.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/IO/write_xyz_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/IO/write_xyz_points.h $ // $Id: write_xyz_points.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/ipower.h cgal-5.5.1/include/CGAL/ipower.h --- cgal-5.5/include/CGAL/ipower.h 2022-07-13 19:04:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/ipower.h 2022-10-07 19:04:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/ipower.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/ipower.h $ // $Id: ipower.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // @@ -13,7 +13,7 @@ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/ipower.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/ipower.h $ #ifndef CGAL_IPOWER_H #define CGAL_IPOWER_H diff -Nru cgal-5.5/include/CGAL/Is_a_predicate.h cgal-5.5.1/include/CGAL/Is_a_predicate.h --- cgal-5.5/include/CGAL/Is_a_predicate.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Is_a_predicate.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Is_a_predicate.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Is_a_predicate.h $ // $Id: Is_a_predicate.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/is_convertible.h cgal-5.5.1/include/CGAL/is_convertible.h --- cgal-5.5/include/CGAL/is_convertible.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/is_convertible.h 2022-10-07 19:06:26.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/is_convertible.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/is_convertible.h $ // $Id: is_convertible.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Is_extended_kernel.h cgal-5.5.1/include/CGAL/Is_extended_kernel.h --- cgal-5.5/include/CGAL/Is_extended_kernel.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Is_extended_kernel.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Is_extended_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Is_extended_kernel.h $ // $Id: Is_extended_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/is_iterator.h cgal-5.5.1/include/CGAL/is_iterator.h --- cgal-5.5/include/CGAL/is_iterator.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/is_iterator.h 2022-10-07 19:06:26.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/is_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/is_iterator.h $ // $Id: is_iterator.h ad803b8 2020-06-21T12:03:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Iso_cuboid_3.h cgal-5.5.1/include/CGAL/Iso_cuboid_3.h --- cgal-5.5/include/CGAL/Iso_cuboid_3.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Iso_cuboid_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Iso_cuboid_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Iso_cuboid_3.h $ // $Id: Iso_cuboid_3.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Iso_rectangle_2.h cgal-5.5.1/include/CGAL/Iso_rectangle_2.h --- cgal-5.5/include/CGAL/Iso_rectangle_2.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Iso_rectangle_2.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Iso_rectangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Iso_rectangle_2.h $ // $Id: Iso_rectangle_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Iso_rectangle_d.h cgal-5.5.1/include/CGAL/Iso_rectangle_d.h --- cgal-5.5/include/CGAL/Iso_rectangle_d.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Iso_rectangle_d.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Iso_rectangle_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Iso_rectangle_d.h $ // $Id: Iso_rectangle_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/is_streamable.h cgal-5.5.1/include/CGAL/is_streamable.h --- cgal-5.5/include/CGAL/is_streamable.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/is_streamable.h 2022-10-07 19:06:26.000000000 +0000 @@ -1,7 +1,7 @@ // Copyright (c) 2012 GeometryFactory Sarl (France) // All rights reserved. // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/is_streamable.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/is_streamable.h $ // $Id: is_streamable.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: BSL-1.0 // diff -Nru cgal-5.5/include/CGAL/is_y_monotone_2.h cgal-5.5.1/include/CGAL/is_y_monotone_2.h --- cgal-5.5/include/CGAL/is_y_monotone_2.h 2022-07-13 19:06:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/is_y_monotone_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/is_y_monotone_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/is_y_monotone_2.h $ // $Id: is_y_monotone_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/iterator_from_indices.h cgal-5.5.1/include/CGAL/iterator_from_indices.h --- cgal-5.5/include/CGAL/iterator_from_indices.h 2022-07-13 19:05:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/iterator_from_indices.h 2022-10-07 19:05:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/iterator_from_indices.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/iterator_from_indices.h $ // $Id: iterator_from_indices.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/iterator.h cgal-5.5.1/include/CGAL/iterator.h --- cgal-5.5/include/CGAL/iterator.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/iterator.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/iterator.h $ // $Id: iterator.h 393ae7d 2021-05-12T15:03:53+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Iterator_project.h cgal-5.5.1/include/CGAL/Iterator_project.h --- cgal-5.5/include/CGAL/Iterator_project.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Iterator_project.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Iterator_project.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Iterator_project.h $ // $Id: Iterator_project.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Iterator_range.h cgal-5.5.1/include/CGAL/Iterator_range.h --- cgal-5.5/include/CGAL/Iterator_range.h 2022-07-13 19:06:27.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Iterator_range.h 2022-10-07 19:06:25.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Iterator_range.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Iterator_range.h $ // $Id: Iterator_range.h a88a84b 2021-08-13T15:46:50+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Iterator_transform.h cgal-5.5.1/include/CGAL/Iterator_transform.h --- cgal-5.5/include/CGAL/Iterator_transform.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Iterator_transform.h 2022-10-07 19:06:25.000000000 +0000 @@ -8,7 +8,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Iterator_transform.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Iterator_transform.h $ // $Id: Iterator_transform.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/jet_estimate_normals.h cgal-5.5.1/include/CGAL/jet_estimate_normals.h --- cgal-5.5/include/CGAL/jet_estimate_normals.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/jet_estimate_normals.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/jet_estimate_normals.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/jet_estimate_normals.h $ // $Id: jet_estimate_normals.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/jet_smooth_point_set.h cgal-5.5.1/include/CGAL/jet_smooth_point_set.h --- cgal-5.5/include/CGAL/jet_smooth_point_set.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/jet_smooth_point_set.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/jet_smooth_point_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/jet_smooth_point_set.h $ // $Id: jet_smooth_point_set.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Join_input_iterator.h cgal-5.5.1/include/CGAL/Join_input_iterator.h --- cgal-5.5/include/CGAL/Join_input_iterator.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Join_input_iterator.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Join_input_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Join_input_iterator.h $ // $Id: Join_input_iterator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kd_tree.h cgal-5.5.1/include/CGAL/Kd_tree.h --- cgal-5.5/include/CGAL/Kd_tree.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kd_tree.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Kd_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Kd_tree.h $ // $Id: Kd_tree.h c53ae08 2022-06-30T19:01:43+02:00 Niklas Hambüchen // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kd_tree_node.h cgal-5.5.1/include/CGAL/Kd_tree_node.h --- cgal-5.5/include/CGAL/Kd_tree_node.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kd_tree_node.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Kd_tree_node.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Kd_tree_node.h $ // $Id: Kd_tree_node.h c4e816e 2021-11-23T14:17:39+01:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kd_tree_rectangle.h cgal-5.5.1/include/CGAL/Kd_tree_rectangle.h --- cgal-5.5/include/CGAL/Kd_tree_rectangle.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kd_tree_rectangle.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Kd_tree_rectangle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Kd_tree_rectangle.h $ // $Id: Kd_tree_rectangle.h 2e180ac 2020-03-26T19:29:44+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/Conic_misc.h cgal-5.5.1/include/CGAL/Kernel/Conic_misc.h --- cgal-5.5/include/CGAL/Kernel/Conic_misc.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/Conic_misc.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/Conic_misc.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/Conic_misc.h $ // $Id: Conic_misc.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/Dimension_utils.h cgal-5.5.1/include/CGAL/Kernel/Dimension_utils.h --- cgal-5.5/include/CGAL/Kernel/Dimension_utils.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/Dimension_utils.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/Dimension_utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/Dimension_utils.h $ // $Id: Dimension_utils.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/function_objects.h cgal-5.5.1/include/CGAL/Kernel/function_objects.h --- cgal-5.5/include/CGAL/Kernel/function_objects.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/function_objects.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/function_objects.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/function_objects.h $ // $Id: function_objects.h ebf9fb0 2022-05-26T18:13:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/global_functions_2.h cgal-5.5.1/include/CGAL/Kernel/global_functions_2.h --- cgal-5.5/include/CGAL/Kernel/global_functions_2.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/global_functions_2.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/global_functions_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/global_functions_2.h $ // $Id: global_functions_2.h 92d90a4 2021-08-12T10:12:26+02:00 Sebastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/global_functions_3.h cgal-5.5.1/include/CGAL/Kernel/global_functions_3.h --- cgal-5.5/include/CGAL/Kernel/global_functions_3.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/global_functions_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/global_functions_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/global_functions_3.h $ // $Id: global_functions_3.h d3b26a6 2021-04-22T17:35:27+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/global_functions.h cgal-5.5.1/include/CGAL/Kernel/global_functions.h --- cgal-5.5/include/CGAL/Kernel/global_functions.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/global_functions.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/global_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/global_functions.h $ // $Id: global_functions.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/global_functions_internal_2.h cgal-5.5.1/include/CGAL/Kernel/global_functions_internal_2.h --- cgal-5.5/include/CGAL/Kernel/global_functions_internal_2.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/global_functions_internal_2.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/global_functions_internal_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/global_functions_internal_2.h $ // $Id: global_functions_internal_2.h 92d90a4 2021-08-12T10:12:26+02:00 Sebastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/global_functions_internal_3.h cgal-5.5.1/include/CGAL/Kernel/global_functions_internal_3.h --- cgal-5.5/include/CGAL/Kernel/global_functions_internal_3.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/global_functions_internal_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/global_functions_internal_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/global_functions_internal_3.h $ // $Id: global_functions_internal_3.h d3b26a6 2021-04-22T17:35:27+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/hash_functions.h cgal-5.5.1/include/CGAL/Kernel/hash_functions.h --- cgal-5.5/include/CGAL/Kernel/hash_functions.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/hash_functions.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/hash_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/hash_functions.h $ // $Id: hash_functions.h 9bf61b7 2020-04-22T11:02:16+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/interface_macros.h cgal-5.5.1/include/CGAL/Kernel/interface_macros.h --- cgal-5.5/include/CGAL/Kernel/interface_macros.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/interface_macros.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/interface_macros.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/interface_macros.h $ // $Id: interface_macros.h d0ed658 2021-11-03T17:39:21+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/mpl.h cgal-5.5.1/include/CGAL/Kernel/mpl.h --- cgal-5.5/include/CGAL/Kernel/mpl.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/mpl.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/mpl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/mpl.h $ // $Id: mpl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/Return_base_tag.h cgal-5.5.1/include/CGAL/Kernel/Return_base_tag.h --- cgal-5.5/include/CGAL/Kernel/Return_base_tag.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/Return_base_tag.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/Return_base_tag.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/Return_base_tag.h $ // $Id: Return_base_tag.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/Same_uncertainty.h cgal-5.5.1/include/CGAL/Kernel/Same_uncertainty.h --- cgal-5.5/include/CGAL/Kernel/Same_uncertainty.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/Same_uncertainty.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/Same_uncertainty.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/Same_uncertainty.h $ // $Id: Same_uncertainty.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/solve.h cgal-5.5.1/include/CGAL/Kernel/solve.h --- cgal-5.5/include/CGAL/Kernel/solve.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/solve.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/solve.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/solve.h $ // $Id: solve.h be39ec0 2021-03-18T14:11:57+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/Type_equality_wrapper.h cgal-5.5.1/include/CGAL/Kernel/Type_equality_wrapper.h --- cgal-5.5/include/CGAL/Kernel/Type_equality_wrapper.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/Type_equality_wrapper.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/Type_equality_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/Type_equality_wrapper.h $ // $Id: Type_equality_wrapper.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/Type_mapper.h cgal-5.5.1/include/CGAL/Kernel/Type_mapper.h --- cgal-5.5/include/CGAL/Kernel/Type_mapper.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/Type_mapper.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/Type_mapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/Type_mapper.h $ // $Id: Type_mapper.h 3127190 2020-12-08T12:48:04+01:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel/Wutils.h cgal-5.5.1/include/CGAL/Kernel/Wutils.h --- cgal-5.5/include/CGAL/Kernel/Wutils.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel/Wutils.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel/Wutils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel/Wutils.h $ // $Id: Wutils.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_23/internal/Filtered_projection_traits_3.h cgal-5.5.1/include/CGAL/Kernel_23/internal/Filtered_projection_traits_3.h --- cgal-5.5/include/CGAL/Kernel_23/internal/Filtered_projection_traits_3.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_23/internal/Filtered_projection_traits_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel_23/internal/Filtered_projection_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel_23/internal/Filtered_projection_traits_3.h $ // $Id: Filtered_projection_traits_3.h 561cc66 2022-06-29T12:30:35+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_23/internal/Has_boolean_tags.h cgal-5.5.1/include/CGAL/Kernel_23/internal/Has_boolean_tags.h --- cgal-5.5/include/CGAL/Kernel_23/internal/Has_boolean_tags.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_23/internal/Has_boolean_tags.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel_23/internal/Has_boolean_tags.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel_23/internal/Has_boolean_tags.h $ // $Id: Has_boolean_tags.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_23/internal/Projection_traits_3.h cgal-5.5.1/include/CGAL/Kernel_23/internal/Projection_traits_3.h --- cgal-5.5/include/CGAL/Kernel_23/internal/Projection_traits_3.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_23/internal/Projection_traits_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel_23/internal/Projection_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel_23/internal/Projection_traits_3.h $ // $Id: Projection_traits_3.h 12795ba 2022-07-12T18:21:16+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_23/internal/Projection_traits_base_3.h cgal-5.5.1/include/CGAL/Kernel_23/internal/Projection_traits_base_3.h --- cgal-5.5/include/CGAL/Kernel_23/internal/Projection_traits_base_3.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_23/internal/Projection_traits_base_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel_23/internal/Projection_traits_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel_23/internal/Projection_traits_base_3.h $ // $Id: Projection_traits_base_3.h 561cc66 2022-06-29T12:30:35+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/kernel_assertions.h cgal-5.5.1/include/CGAL/kernel_assertions.h --- cgal-5.5/include/CGAL/kernel_assertions.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/kernel_assertions.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/kernel_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/kernel_assertions.h $ // $Id: kernel_assertions.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/kernel_basic.h cgal-5.5.1/include/CGAL/kernel_basic.h --- cgal-5.5/include/CGAL/kernel_basic.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/kernel_basic.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/kernel_basic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/kernel_basic.h $ // $Id: kernel_basic.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_checker.h cgal-5.5.1/include/CGAL/Kernel_checker.h --- cgal-5.5/include/CGAL/Kernel_checker.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_checker.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel_checker.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel_checker.h $ // $Id: Kernel_checker.h 371db97 2020-08-20T14:12:16+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/kernel_config.h cgal-5.5.1/include/CGAL/kernel_config.h --- cgal-5.5/include/CGAL/kernel_config.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/kernel_config.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/kernel_config.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/kernel_config.h $ // $Id: kernel_config.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Aff_transformationCd.h cgal-5.5.1/include/CGAL/Kernel_d/Aff_transformationCd.h --- cgal-5.5/include/CGAL/Kernel_d/Aff_transformationCd.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Aff_transformationCd.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Aff_transformationCd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Aff_transformationCd.h $ // $Id: Aff_transformationCd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Aff_transformation_d.h cgal-5.5.1/include/CGAL/Kernel_d/Aff_transformation_d.h --- cgal-5.5/include/CGAL/Kernel_d/Aff_transformation_d.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Aff_transformation_d.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Aff_transformation_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Aff_transformation_d.h $ // $Id: Aff_transformation_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Aff_transformationHd.h cgal-5.5.1/include/CGAL/Kernel_d/Aff_transformationHd.h --- cgal-5.5/include/CGAL/Kernel_d/Aff_transformationHd.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Aff_transformationHd.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Aff_transformationHd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Aff_transformationHd.h $ // $Id: Aff_transformationHd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h cgal-5.5.1/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h --- cgal-5.5/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h $ // $Id: Cartesian_const_iterator_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Cartesian_converter_d.h cgal-5.5.1/include/CGAL/Kernel_d/Cartesian_converter_d.h --- cgal-5.5/include/CGAL/Kernel_d/Cartesian_converter_d.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Cartesian_converter_d.h 2022-10-07 19:05:32.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Cartesian_converter_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Cartesian_converter_d.h $ // $Id: Cartesian_converter_d.h 3a0a4a6 2021-12-17T12:22:40+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/debug.h cgal-5.5.1/include/CGAL/Kernel_d/debug.h --- cgal-5.5/include/CGAL/Kernel_d/debug.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/debug.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/debug.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/debug.h $ // $Id: debug.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/DirectionCd.h cgal-5.5.1/include/CGAL/Kernel_d/DirectionCd.h --- cgal-5.5/include/CGAL/Kernel_d/DirectionCd.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/DirectionCd.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/DirectionCd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/DirectionCd.h $ // $Id: DirectionCd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/DirectionCd_impl.h cgal-5.5.1/include/CGAL/Kernel_d/DirectionCd_impl.h --- cgal-5.5/include/CGAL/Kernel_d/DirectionCd_impl.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/DirectionCd_impl.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/DirectionCd_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/DirectionCd_impl.h $ // $Id: DirectionCd_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Direction_d.h cgal-5.5.1/include/CGAL/Kernel_d/Direction_d.h --- cgal-5.5/include/CGAL/Kernel_d/Direction_d.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Direction_d.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Direction_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Direction_d.h $ // $Id: Direction_d.h 127d76c 2020-06-10T17:57:54+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/DirectionHd.h cgal-5.5.1/include/CGAL/Kernel_d/DirectionHd.h --- cgal-5.5/include/CGAL/Kernel_d/DirectionHd.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/DirectionHd.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/DirectionHd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/DirectionHd.h $ // $Id: DirectionHd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/DirectionHd_impl.h cgal-5.5.1/include/CGAL/Kernel_d/DirectionHd_impl.h --- cgal-5.5/include/CGAL/Kernel_d/DirectionHd_impl.h 2022-07-13 19:05:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/DirectionHd_impl.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/DirectionHd_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/DirectionHd_impl.h $ // $Id: DirectionHd_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/function_objectsCd.h cgal-5.5.1/include/CGAL/Kernel_d/function_objectsCd.h --- cgal-5.5/include/CGAL/Kernel_d/function_objectsCd.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/function_objectsCd.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/function_objectsCd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/function_objectsCd.h $ // $Id: function_objectsCd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/function_objects.h cgal-5.5.1/include/CGAL/Kernel_d/function_objects.h --- cgal-5.5/include/CGAL/Kernel_d/function_objects.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/function_objects.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/function_objects.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/function_objects.h $ // $Id: function_objects.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/function_objectsHd.h cgal-5.5.1/include/CGAL/Kernel_d/function_objectsHd.h --- cgal-5.5/include/CGAL/Kernel_d/function_objectsHd.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/function_objectsHd.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/function_objectsHd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/function_objectsHd.h $ // $Id: function_objectsHd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/HyperplaneCd.h cgal-5.5.1/include/CGAL/Kernel_d/HyperplaneCd.h --- cgal-5.5/include/CGAL/Kernel_d/HyperplaneCd.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/HyperplaneCd.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/HyperplaneCd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/HyperplaneCd.h $ // $Id: HyperplaneCd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/HyperplaneCd_impl.h cgal-5.5.1/include/CGAL/Kernel_d/HyperplaneCd_impl.h --- cgal-5.5/include/CGAL/Kernel_d/HyperplaneCd_impl.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/HyperplaneCd_impl.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/HyperplaneCd_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/HyperplaneCd_impl.h $ // $Id: HyperplaneCd_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Hyperplane_d.h cgal-5.5.1/include/CGAL/Kernel_d/Hyperplane_d.h --- cgal-5.5/include/CGAL/Kernel_d/Hyperplane_d.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Hyperplane_d.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Hyperplane_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Hyperplane_d.h $ // $Id: Hyperplane_d.h 489e853 2020-06-10T18:25:33+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/HyperplaneHd.h cgal-5.5.1/include/CGAL/Kernel_d/HyperplaneHd.h --- cgal-5.5/include/CGAL/Kernel_d/HyperplaneHd.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/HyperplaneHd.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/HyperplaneHd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/HyperplaneHd.h $ // $Id: HyperplaneHd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/HyperplaneHd_impl.h cgal-5.5.1/include/CGAL/Kernel_d/HyperplaneHd_impl.h --- cgal-5.5/include/CGAL/Kernel_d/HyperplaneHd_impl.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/HyperplaneHd_impl.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/HyperplaneHd_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/HyperplaneHd_impl.h $ // $Id: HyperplaneHd_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Interface_classes.h cgal-5.5.1/include/CGAL/Kernel_d/Interface_classes.h --- cgal-5.5/include/CGAL/Kernel_d/Interface_classes.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Interface_classes.h 2022-10-07 19:05:32.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Interface_classes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Interface_classes.h $ // $Id: Interface_classes.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/interface_macros_d.h cgal-5.5.1/include/CGAL/Kernel_d/interface_macros_d.h --- cgal-5.5/include/CGAL/Kernel_d/interface_macros_d.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/interface_macros_d.h 2022-10-07 19:05:33.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/interface_macros_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/interface_macros_d.h $ // $Id: interface_macros_d.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/intersection_objectsCd.h cgal-5.5.1/include/CGAL/Kernel_d/intersection_objectsCd.h --- cgal-5.5/include/CGAL/Kernel_d/intersection_objectsCd.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/intersection_objectsCd.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/intersection_objectsCd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/intersection_objectsCd.h $ // $Id: intersection_objectsCd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/intersection_objects_d.h cgal-5.5.1/include/CGAL/Kernel_d/intersection_objects_d.h --- cgal-5.5/include/CGAL/Kernel_d/intersection_objects_d.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/intersection_objects_d.h 2022-10-07 19:05:34.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/intersection_objects_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/intersection_objects_d.h $ // $Id: intersection_objects_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/intersection_objectsHd.h cgal-5.5.1/include/CGAL/Kernel_d/intersection_objectsHd.h --- cgal-5.5/include/CGAL/Kernel_d/intersection_objectsHd.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/intersection_objectsHd.h 2022-10-07 19:05:34.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/intersection_objectsHd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/intersection_objectsHd.h $ // $Id: intersection_objectsHd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Interval_linear_algebra.h cgal-5.5.1/include/CGAL/Kernel_d/Interval_linear_algebra.h --- cgal-5.5/include/CGAL/Kernel_d/Interval_linear_algebra.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Interval_linear_algebra.h 2022-10-07 19:05:32.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Interval_linear_algebra.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Interval_linear_algebra.h $ // $Id: Interval_linear_algebra.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Iso_box_d.h cgal-5.5.1/include/CGAL/Kernel_d/Iso_box_d.h --- cgal-5.5/include/CGAL/Kernel_d/Iso_box_d.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Iso_box_d.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Iso_box_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Iso_box_d.h $ // $Id: Iso_box_d.h ab5517e 2021-02-09T09:27:30+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Kernel_classesCd.h cgal-5.5.1/include/CGAL/Kernel_d/Kernel_classesCd.h --- cgal-5.5/include/CGAL/Kernel_d/Kernel_classesCd.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Kernel_classesCd.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Kernel_classesCd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Kernel_classesCd.h $ // $Id: Kernel_classesCd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Kernel_classesHd.h cgal-5.5.1/include/CGAL/Kernel_d/Kernel_classesHd.h --- cgal-5.5/include/CGAL/Kernel_d/Kernel_classesHd.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Kernel_classesHd.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Kernel_classesHd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Kernel_classesHd.h $ // $Id: Kernel_classesHd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Linear_algebraCd_impl.h cgal-5.5.1/include/CGAL/Kernel_d/Linear_algebraCd_impl.h --- cgal-5.5/include/CGAL/Kernel_d/Linear_algebraCd_impl.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Linear_algebraCd_impl.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Linear_algebraCd_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Linear_algebraCd_impl.h $ // $Id: Linear_algebraCd_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Linear_algebraHd_impl.h cgal-5.5.1/include/CGAL/Kernel_d/Linear_algebraHd_impl.h --- cgal-5.5/include/CGAL/Kernel_d/Linear_algebraHd_impl.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Linear_algebraHd_impl.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Linear_algebraHd_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Linear_algebraHd_impl.h $ // $Id: Linear_algebraHd_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Line_d.h cgal-5.5.1/include/CGAL/Kernel_d/Line_d.h --- cgal-5.5/include/CGAL/Kernel_d/Line_d.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Line_d.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Line_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Line_d.h $ // $Id: Line_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Line_d_impl.h cgal-5.5.1/include/CGAL/Kernel_d/Line_d_impl.h --- cgal-5.5/include/CGAL/Kernel_d/Line_d_impl.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Line_d_impl.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Line_d_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Line_d_impl.h $ // $Id: Line_d_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Matrix__.h cgal-5.5.1/include/CGAL/Kernel_d/Matrix__.h --- cgal-5.5/include/CGAL/Kernel_d/Matrix__.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Matrix__.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Matrix__.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Matrix__.h $ // $Id: Matrix__.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Pair_d.h cgal-5.5.1/include/CGAL/Kernel_d/Pair_d.h --- cgal-5.5/include/CGAL/Kernel_d/Pair_d.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Pair_d.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Pair_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Pair_d.h $ // $Id: Pair_d.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/PointCd.h cgal-5.5.1/include/CGAL/Kernel_d/PointCd.h --- cgal-5.5/include/CGAL/Kernel_d/PointCd.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/PointCd.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/PointCd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/PointCd.h $ // $Id: PointCd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/PointCd_impl.h cgal-5.5.1/include/CGAL/Kernel_d/PointCd_impl.h --- cgal-5.5/include/CGAL/Kernel_d/PointCd_impl.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/PointCd_impl.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/PointCd_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/PointCd_impl.h $ // $Id: PointCd_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Point_d.h cgal-5.5.1/include/CGAL/Kernel_d/Point_d.h --- cgal-5.5/include/CGAL/Kernel_d/Point_d.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Point_d.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Point_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Point_d.h $ // $Id: Point_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/PointHd.h cgal-5.5.1/include/CGAL/Kernel_d/PointHd.h --- cgal-5.5/include/CGAL/Kernel_d/PointHd.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/PointHd.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/PointHd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/PointHd.h $ // $Id: PointHd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/PointHd_impl.h cgal-5.5.1/include/CGAL/Kernel_d/PointHd_impl.h --- cgal-5.5/include/CGAL/Kernel_d/PointHd_impl.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/PointHd_impl.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/PointHd_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/PointHd_impl.h $ // $Id: PointHd_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Ray_d.h cgal-5.5.1/include/CGAL/Kernel_d/Ray_d.h --- cgal-5.5/include/CGAL/Kernel_d/Ray_d.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Ray_d.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Ray_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Ray_d.h $ // $Id: Ray_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Segment_d.h cgal-5.5.1/include/CGAL/Kernel_d/Segment_d.h --- cgal-5.5/include/CGAL/Kernel_d/Segment_d.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Segment_d.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Segment_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Segment_d.h $ // $Id: Segment_d.h 152a084 2021-09-21T13:34:58+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/simple_objects.h cgal-5.5.1/include/CGAL/Kernel_d/simple_objects.h --- cgal-5.5/include/CGAL/Kernel_d/simple_objects.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/simple_objects.h 2022-10-07 19:05:34.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/simple_objects.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/simple_objects.h $ // $Id: simple_objects.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Sphere_d.h cgal-5.5.1/include/CGAL/Kernel_d/Sphere_d.h --- cgal-5.5/include/CGAL/Kernel_d/Sphere_d.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Sphere_d.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Sphere_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Sphere_d.h $ // $Id: Sphere_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Tuple_d.h cgal-5.5.1/include/CGAL/Kernel_d/Tuple_d.h --- cgal-5.5/include/CGAL/Kernel_d/Tuple_d.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Tuple_d.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Tuple_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Tuple_d.h $ // $Id: Tuple_d.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/VectorCd.h cgal-5.5.1/include/CGAL/Kernel_d/VectorCd.h --- cgal-5.5/include/CGAL/Kernel_d/VectorCd.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/VectorCd.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/VectorCd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/VectorCd.h $ // $Id: VectorCd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/VectorCd_impl.h cgal-5.5.1/include/CGAL/Kernel_d/VectorCd_impl.h --- cgal-5.5/include/CGAL/Kernel_d/VectorCd_impl.h 2022-07-13 19:05:30.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/VectorCd_impl.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/VectorCd_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/VectorCd_impl.h $ // $Id: VectorCd_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Vector_d.h cgal-5.5.1/include/CGAL/Kernel_d/Vector_d.h --- cgal-5.5/include/CGAL/Kernel_d/Vector_d.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Vector_d.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Vector_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Vector_d.h $ // $Id: Vector_d.h 127d76c 2020-06-10T17:57:54+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/Vector__.h cgal-5.5.1/include/CGAL/Kernel_d/Vector__.h --- cgal-5.5/include/CGAL/Kernel_d/Vector__.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/Vector__.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/Vector__.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/Vector__.h $ // $Id: Vector__.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/VectorHd.h cgal-5.5.1/include/CGAL/Kernel_d/VectorHd.h --- cgal-5.5/include/CGAL/Kernel_d/VectorHd.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/VectorHd.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/VectorHd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/VectorHd.h $ // $Id: VectorHd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_d/VectorHd_impl.h cgal-5.5.1/include/CGAL/Kernel_d/VectorHd_impl.h --- cgal-5.5/include/CGAL/Kernel_d/VectorHd_impl.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_d/VectorHd_impl.h 2022-10-07 19:05:33.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Kernel_d/VectorHd_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Kernel_d/VectorHd_impl.h $ // $Id: VectorHd_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_profiler.h cgal-5.5.1/include/CGAL/Kernel_profiler.h --- cgal-5.5/include/CGAL/Kernel_profiler.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_profiler.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Kernel_profiler.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Kernel_profiler.h $ // $Id: Kernel_profiler.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/kernel_to_kernel.h cgal-5.5.1/include/CGAL/kernel_to_kernel.h --- cgal-5.5/include/CGAL/kernel_to_kernel.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/kernel_to_kernel.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/kernel_to_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/kernel_to_kernel.h $ // $Id: kernel_to_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_traits_fwd.h cgal-5.5.1/include/CGAL/Kernel_traits_fwd.h --- cgal-5.5/include/CGAL/Kernel_traits_fwd.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_traits_fwd.h 2022-10-07 19:05:12.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/Kernel_traits_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/Kernel_traits_fwd.h $ // $Id: Kernel_traits_fwd.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Kernel_traits.h cgal-5.5.1/include/CGAL/Kernel_traits.h --- cgal-5.5/include/CGAL/Kernel_traits.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Kernel_traits.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Kernel_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Kernel_traits.h $ // $Id: Kernel_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/K_neighbor_search.h cgal-5.5.1/include/CGAL/K_neighbor_search.h --- cgal-5.5/include/CGAL/K_neighbor_search.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/K_neighbor_search.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/K_neighbor_search.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/K_neighbor_search.h $ // $Id: K_neighbor_search.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/known_bit_size_integers.h cgal-5.5.1/include/CGAL/known_bit_size_integers.h --- cgal-5.5/include/CGAL/known_bit_size_integers.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/known_bit_size_integers.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/known_bit_size_integers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/known_bit_size_integers.h $ // $Id: known_bit_size_integers.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Labeled_image_mesh_domain_3.h cgal-5.5.1/include/CGAL/Labeled_image_mesh_domain_3.h --- cgal-5.5/include/CGAL/Labeled_image_mesh_domain_3.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Labeled_image_mesh_domain_3.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Labeled_image_mesh_domain_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Labeled_image_mesh_domain_3.h $ // $Id: Labeled_image_mesh_domain_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Labeled_mesh_domain_3.h cgal-5.5.1/include/CGAL/Labeled_mesh_domain_3.h --- cgal-5.5/include/CGAL/Labeled_mesh_domain_3.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Labeled_mesh_domain_3.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h $ // $Id: Labeled_mesh_domain_3.h 61e3637 2022-04-25T14:04:11+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Largest_empty_iso_rectangle_2.h cgal-5.5.1/include/CGAL/Largest_empty_iso_rectangle_2.h --- cgal-5.5/include/CGAL/Largest_empty_iso_rectangle_2.h 2022-07-13 19:05:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Largest_empty_iso_rectangle_2.h 2022-10-07 19:05:12.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Inscribed_areas/include/CGAL/Largest_empty_iso_rectangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Inscribed_areas/include/CGAL/Largest_empty_iso_rectangle_2.h $ // $Id: Largest_empty_iso_rectangle_2.h 0fcbaf5 2020-05-24T11:15:12+02:00 Marc Glisse // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Lazy_exact_nt.h cgal-5.5.1/include/CGAL/Lazy_exact_nt.h --- cgal-5.5/include/CGAL/Lazy_exact_nt.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Lazy_exact_nt.h 2022-10-07 19:05:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Lazy_exact_nt.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Lazy_exact_nt.h $ // $Id: Lazy_exact_nt.h 52b0779 2021-02-17T00:25:16+01:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Lazy.h cgal-5.5.1/include/CGAL/Lazy.h --- cgal-5.5/include/CGAL/Lazy.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Lazy.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Lazy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Lazy.h $ // $Id: Lazy.h 97e99cb 2022-04-27T16:32:08+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Lazy_kernel.h cgal-5.5.1/include/CGAL/Lazy_kernel.h --- cgal-5.5/include/CGAL/Lazy_kernel.h 2022-07-13 19:05:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Lazy_kernel.h 2022-10-07 19:05:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Filtered_kernel/include/CGAL/Lazy_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Filtered_kernel/include/CGAL/Lazy_kernel.h $ // $Id: Lazy_kernel.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/LEDA_arithmetic_kernel.h cgal-5.5.1/include/CGAL/LEDA_arithmetic_kernel.h --- cgal-5.5/include/CGAL/LEDA_arithmetic_kernel.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/LEDA_arithmetic_kernel.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arithmetic_kernel/include/CGAL/LEDA_arithmetic_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arithmetic_kernel/include/CGAL/LEDA_arithmetic_kernel.h $ // $Id: LEDA_arithmetic_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/LEDA_basic.h cgal-5.5.1/include/CGAL/LEDA_basic.h --- cgal-5.5/include/CGAL/LEDA_basic.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/LEDA_basic.h 2022-10-07 19:05:34.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/LEDA/include/CGAL/LEDA_basic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/LEDA/include/CGAL/LEDA_basic.h $ // $Id: LEDA_basic.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/leda_bigfloat.h cgal-5.5.1/include/CGAL/leda_bigfloat.h --- cgal-5.5/include/CGAL/leda_bigfloat.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/leda_bigfloat.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/leda_bigfloat.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/leda_bigfloat.h $ // $Id: leda_bigfloat.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/leda_bigfloat_interval.h cgal-5.5.1/include/CGAL/leda_bigfloat_interval.h --- cgal-5.5/include/CGAL/leda_bigfloat_interval.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/leda_bigfloat_interval.h 2022-10-07 19:05:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/leda_bigfloat_interval.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/leda_bigfloat_interval.h $ // $Id: leda_bigfloat_interval.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/leda_coercion_traits.h cgal-5.5.1/include/CGAL/leda_coercion_traits.h --- cgal-5.5/include/CGAL/leda_coercion_traits.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/leda_coercion_traits.h 2022-10-07 19:05:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/leda_coercion_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/leda_coercion_traits.h $ // $Id: leda_coercion_traits.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/leda_integer.h cgal-5.5.1/include/CGAL/leda_integer.h --- cgal-5.5/include/CGAL/leda_integer.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/leda_integer.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/leda_integer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/leda_integer.h $ // $Id: leda_integer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/leda_rational.h cgal-5.5.1/include/CGAL/leda_rational.h --- cgal-5.5/include/CGAL/leda_rational.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/leda_rational.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/leda_rational.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/leda_rational.h $ // $Id: leda_rational.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/leda_real.h cgal-5.5.1/include/CGAL/leda_real.h --- cgal-5.5/include/CGAL/leda_real.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/leda_real.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/leda_real.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/leda_real.h $ // $Id: leda_real.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Level_interval.h cgal-5.5.1/include/CGAL/Level_interval.h --- cgal-5.5/include/CGAL/Level_interval.h 2022-07-13 19:05:19.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Level_interval.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interval_skip_list/include/CGAL/Level_interval.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interval_skip_list/include/CGAL/Level_interval.h $ // $Id: Level_interval.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/AABB_tree.h cgal-5.5.1/include/CGAL/license/AABB_tree.h --- cgal-5.5/include/CGAL/license/AABB_tree.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/AABB_tree.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/AABB_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/AABB_tree.h $ // $Id: AABB_tree.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Advancing_front_surface_reconstruction.h cgal-5.5.1/include/CGAL/license/Advancing_front_surface_reconstruction.h --- cgal-5.5/include/CGAL/license/Advancing_front_surface_reconstruction.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Advancing_front_surface_reconstruction.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Advancing_front_surface_reconstruction.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Advancing_front_surface_reconstruction.h $ // $Id: Advancing_front_surface_reconstruction.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Alpha_shapes_2.h cgal-5.5.1/include/CGAL/license/Alpha_shapes_2.h --- cgal-5.5/include/CGAL/license/Alpha_shapes_2.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Alpha_shapes_2.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Alpha_shapes_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Alpha_shapes_2.h $ // $Id: Alpha_shapes_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Alpha_shapes_3.h cgal-5.5.1/include/CGAL/license/Alpha_shapes_3.h --- cgal-5.5/include/CGAL/license/Alpha_shapes_3.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Alpha_shapes_3.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Alpha_shapes_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Alpha_shapes_3.h $ // $Id: Alpha_shapes_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Alpha_wrap_3.h cgal-5.5.1/include/CGAL/license/Alpha_wrap_3.h --- cgal-5.5/include/CGAL/license/Alpha_wrap_3.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Alpha_wrap_3.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Alpha_wrap_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Alpha_wrap_3.h $ // $Id: Alpha_wrap_3.h c8ad168 2022-03-18T21:31:41+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Apollonius_graph_2.h cgal-5.5.1/include/CGAL/license/Apollonius_graph_2.h --- cgal-5.5/include/CGAL/license/Apollonius_graph_2.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Apollonius_graph_2.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Apollonius_graph_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Apollonius_graph_2.h $ // $Id: Apollonius_graph_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Arrangement_on_surface_2.h cgal-5.5.1/include/CGAL/license/Arrangement_on_surface_2.h --- cgal-5.5/include/CGAL/license/Arrangement_on_surface_2.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Arrangement_on_surface_2.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Arrangement_on_surface_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Arrangement_on_surface_2.h $ // $Id: Arrangement_on_surface_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Barycentric_coordinates_2.h cgal-5.5.1/include/CGAL/license/Barycentric_coordinates_2.h --- cgal-5.5/include/CGAL/license/Barycentric_coordinates_2.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Barycentric_coordinates_2.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Barycentric_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Barycentric_coordinates_2.h $ // $Id: Barycentric_coordinates_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Boolean_set_operations_2.h cgal-5.5.1/include/CGAL/license/Boolean_set_operations_2.h --- cgal-5.5/include/CGAL/license/Boolean_set_operations_2.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Boolean_set_operations_2.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Boolean_set_operations_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Boolean_set_operations_2.h $ // $Id: Boolean_set_operations_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Bounding_volumes.h cgal-5.5.1/include/CGAL/license/Bounding_volumes.h --- cgal-5.5/include/CGAL/license/Bounding_volumes.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Bounding_volumes.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Bounding_volumes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Bounding_volumes.h $ // $Id: Bounding_volumes.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Box_intersection_d.h cgal-5.5.1/include/CGAL/license/Box_intersection_d.h --- cgal-5.5/include/CGAL/license/Box_intersection_d.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Box_intersection_d.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Box_intersection_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Box_intersection_d.h $ // $Id: Box_intersection_d.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Circular_kernel_2.h cgal-5.5.1/include/CGAL/license/Circular_kernel_2.h --- cgal-5.5/include/CGAL/license/Circular_kernel_2.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Circular_kernel_2.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Circular_kernel_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Circular_kernel_2.h $ // $Id: Circular_kernel_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Circular_kernel_3.h cgal-5.5.1/include/CGAL/license/Circular_kernel_3.h --- cgal-5.5/include/CGAL/license/Circular_kernel_3.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Circular_kernel_3.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Circular_kernel_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Circular_kernel_3.h $ // $Id: Circular_kernel_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Classification.h cgal-5.5.1/include/CGAL/license/Classification.h --- cgal-5.5/include/CGAL/license/Classification.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Classification.h 2022-10-07 19:05:13.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Classification.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Classification.h $ // $Id: Classification.h 3edff7b 2021-06-17T10:49:45+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Cone_spanners_2.h cgal-5.5.1/include/CGAL/license/Cone_spanners_2.h --- cgal-5.5/include/CGAL/license/Cone_spanners_2.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Cone_spanners_2.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Cone_spanners_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Cone_spanners_2.h $ // $Id: Cone_spanners_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Convex_decomposition_3.h cgal-5.5.1/include/CGAL/license/Convex_decomposition_3.h --- cgal-5.5/include/CGAL/license/Convex_decomposition_3.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Convex_decomposition_3.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Convex_decomposition_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Convex_decomposition_3.h $ // $Id: Convex_decomposition_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Convex_hull_2.h cgal-5.5.1/include/CGAL/license/Convex_hull_2.h --- cgal-5.5/include/CGAL/license/Convex_hull_2.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Convex_hull_2.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Convex_hull_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Convex_hull_2.h $ // $Id: Convex_hull_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Convex_hull_3.h cgal-5.5.1/include/CGAL/license/Convex_hull_3.h --- cgal-5.5/include/CGAL/license/Convex_hull_3.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Convex_hull_3.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Convex_hull_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Convex_hull_3.h $ // $Id: Convex_hull_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Convex_hull_d.h cgal-5.5.1/include/CGAL/license/Convex_hull_d.h --- cgal-5.5/include/CGAL/license/Convex_hull_d.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Convex_hull_d.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Convex_hull_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Convex_hull_d.h $ // $Id: Convex_hull_d.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Envelope_2.h cgal-5.5.1/include/CGAL/license/Envelope_2.h --- cgal-5.5/include/CGAL/license/Envelope_2.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Envelope_2.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Envelope_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Envelope_2.h $ // $Id: Envelope_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Envelope_3.h cgal-5.5.1/include/CGAL/license/Envelope_3.h --- cgal-5.5/include/CGAL/license/Envelope_3.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Envelope_3.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Envelope_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Envelope_3.h $ // $Id: Envelope_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/GraphicsView.h cgal-5.5.1/include/CGAL/license/GraphicsView.h --- cgal-5.5/include/CGAL/license/GraphicsView.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/GraphicsView.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/GraphicsView.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/GraphicsView.h $ // $Id: GraphicsView.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Heat_method_3.h cgal-5.5.1/include/CGAL/license/Heat_method_3.h --- cgal-5.5/include/CGAL/license/Heat_method_3.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Heat_method_3.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Heat_method_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Heat_method_3.h $ // $Id: Heat_method_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Hyperbolic_triangulation_2.h cgal-5.5.1/include/CGAL/license/Hyperbolic_triangulation_2.h --- cgal-5.5/include/CGAL/license/Hyperbolic_triangulation_2.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Hyperbolic_triangulation_2.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Hyperbolic_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Hyperbolic_triangulation_2.h $ // $Id: Hyperbolic_triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Inscribed_areas.h cgal-5.5.1/include/CGAL/license/Inscribed_areas.h --- cgal-5.5/include/CGAL/license/Inscribed_areas.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Inscribed_areas.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Inscribed_areas.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Inscribed_areas.h $ // $Id: Inscribed_areas.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Interpolation.h cgal-5.5.1/include/CGAL/license/Interpolation.h --- cgal-5.5/include/CGAL/license/Interpolation.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Interpolation.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Interpolation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Interpolation.h $ // $Id: Interpolation.h 8bc8f70 2021-06-17T11:44:41+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Interval_skip_list.h cgal-5.5.1/include/CGAL/license/Interval_skip_list.h --- cgal-5.5/include/CGAL/license/Interval_skip_list.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Interval_skip_list.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Interval_skip_list.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Interval_skip_list.h $ // $Id: Interval_skip_list.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Jet_fitting_3.h cgal-5.5.1/include/CGAL/license/Jet_fitting_3.h --- cgal-5.5/include/CGAL/license/Jet_fitting_3.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Jet_fitting_3.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Jet_fitting_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Jet_fitting_3.h $ // $Id: Jet_fitting_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/lgpl.h cgal-5.5.1/include/CGAL/license/lgpl.h --- cgal-5.5/include/CGAL/license/lgpl.h 2022-07-13 19:05:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/lgpl.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/lgpl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/lgpl.h $ // $Id: lgpl.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Matrix_search.h cgal-5.5.1/include/CGAL/license/Matrix_search.h --- cgal-5.5/include/CGAL/license/Matrix_search.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Matrix_search.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Matrix_search.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Matrix_search.h $ // $Id: Matrix_search.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Mesh_2.h cgal-5.5.1/include/CGAL/license/Mesh_2.h --- cgal-5.5/include/CGAL/license/Mesh_2.h 2022-07-13 19:05:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Mesh_2.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Mesh_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Mesh_2.h $ // $Id: Mesh_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Mesh_3.h cgal-5.5.1/include/CGAL/license/Mesh_3.h --- cgal-5.5/include/CGAL/license/Mesh_3.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Mesh_3.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Mesh_3.h $ // $Id: Mesh_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Minkowski_sum_2.h cgal-5.5.1/include/CGAL/license/Minkowski_sum_2.h --- cgal-5.5/include/CGAL/license/Minkowski_sum_2.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Minkowski_sum_2.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Minkowski_sum_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Minkowski_sum_2.h $ // $Id: Minkowski_sum_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Minkowski_sum_3.h cgal-5.5.1/include/CGAL/license/Minkowski_sum_3.h --- cgal-5.5/include/CGAL/license/Minkowski_sum_3.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Minkowski_sum_3.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Minkowski_sum_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Minkowski_sum_3.h $ // $Id: Minkowski_sum_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Nef_2.h cgal-5.5.1/include/CGAL/license/Nef_2.h --- cgal-5.5/include/CGAL/license/Nef_2.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Nef_2.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Nef_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Nef_2.h $ // $Id: Nef_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Nef_3.h cgal-5.5.1/include/CGAL/license/Nef_3.h --- cgal-5.5/include/CGAL/license/Nef_3.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Nef_3.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Nef_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Nef_3.h $ // $Id: Nef_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Nef_S2.h cgal-5.5.1/include/CGAL/license/Nef_S2.h --- cgal-5.5/include/CGAL/license/Nef_S2.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Nef_S2.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Nef_S2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Nef_S2.h $ // $Id: Nef_S2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Optimal_bounding_box.h cgal-5.5.1/include/CGAL/license/Optimal_bounding_box.h --- cgal-5.5/include/CGAL/license/Optimal_bounding_box.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Optimal_bounding_box.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Optimal_bounding_box.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Optimal_bounding_box.h $ // $Id: Optimal_bounding_box.h 844cd55 2019-12-09T15:43:30+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Optimal_transportation_reconstruction_2.h cgal-5.5.1/include/CGAL/license/Optimal_transportation_reconstruction_2.h --- cgal-5.5/include/CGAL/license/Optimal_transportation_reconstruction_2.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Optimal_transportation_reconstruction_2.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Optimal_transportation_reconstruction_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Optimal_transportation_reconstruction_2.h $ // $Id: Optimal_transportation_reconstruction_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Orthtree.h cgal-5.5.1/include/CGAL/license/Orthtree.h --- cgal-5.5/include/CGAL/license/Orthtree.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Orthtree.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Orthtree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Orthtree.h $ // $Id: Orthtree.h 8bc8f70 2021-06-17T11:44:41+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Partition_2.h cgal-5.5.1/include/CGAL/license/Partition_2.h --- cgal-5.5/include/CGAL/license/Partition_2.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Partition_2.h 2022-10-07 19:05:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Partition_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Partition_2.h $ // $Id: Partition_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Periodic_2_triangulation_2.h cgal-5.5.1/include/CGAL/license/Periodic_2_triangulation_2.h --- cgal-5.5/include/CGAL/license/Periodic_2_triangulation_2.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Periodic_2_triangulation_2.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Periodic_2_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Periodic_2_triangulation_2.h $ // $Id: Periodic_2_triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Periodic_3_mesh_3.h cgal-5.5.1/include/CGAL/license/Periodic_3_mesh_3.h --- cgal-5.5/include/CGAL/license/Periodic_3_mesh_3.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Periodic_3_mesh_3.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Periodic_3_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Periodic_3_mesh_3.h $ // $Id: Periodic_3_mesh_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Periodic_3_triangulation_3.h cgal-5.5.1/include/CGAL/license/Periodic_3_triangulation_3.h --- cgal-5.5/include/CGAL/license/Periodic_3_triangulation_3.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Periodic_3_triangulation_3.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Periodic_3_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Periodic_3_triangulation_3.h $ // $Id: Periodic_3_triangulation_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Periodic_4_hyperbolic_triangulation_2.h cgal-5.5.1/include/CGAL/license/Periodic_4_hyperbolic_triangulation_2.h --- cgal-5.5/include/CGAL/license/Periodic_4_hyperbolic_triangulation_2.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Periodic_4_hyperbolic_triangulation_2.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Periodic_4_hyperbolic_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Periodic_4_hyperbolic_triangulation_2.h $ // $Id: Periodic_4_hyperbolic_triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Point_set_2.h cgal-5.5.1/include/CGAL/license/Point_set_2.h --- cgal-5.5/include/CGAL/license/Point_set_2.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Point_set_2.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Point_set_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Point_set_2.h $ // $Id: Point_set_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Point_set_3.h cgal-5.5.1/include/CGAL/license/Point_set_3.h --- cgal-5.5/include/CGAL/license/Point_set_3.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Point_set_3.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Point_set_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Point_set_3.h $ // $Id: Point_set_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Point_set_processing_3.h cgal-5.5.1/include/CGAL/license/Point_set_processing_3.h --- cgal-5.5/include/CGAL/license/Point_set_processing_3.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Point_set_processing_3.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Point_set_processing_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Point_set_processing_3.h $ // $Id: Point_set_processing_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Poisson_surface_reconstruction_3.h cgal-5.5.1/include/CGAL/license/Poisson_surface_reconstruction_3.h --- cgal-5.5/include/CGAL/license/Poisson_surface_reconstruction_3.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Poisson_surface_reconstruction_3.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Poisson_surface_reconstruction_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Poisson_surface_reconstruction_3.h $ // $Id: Poisson_surface_reconstruction_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygonal_surface_reconstruction.h cgal-5.5.1/include/CGAL/license/Polygonal_surface_reconstruction.h --- cgal-5.5/include/CGAL/license/Polygonal_surface_reconstruction.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygonal_surface_reconstruction.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygonal_surface_reconstruction.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygonal_surface_reconstruction.h $ // $Id: Polygonal_surface_reconstruction.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/collision_detection.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/collision_detection.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/collision_detection.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/collision_detection.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/collision_detection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/collision_detection.h $ // $Id: collision_detection.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/Compute_normal.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/Compute_normal.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/Compute_normal.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/Compute_normal.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/Compute_normal.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/Compute_normal.h $ // $Id: Compute_normal.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/connected_components.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/connected_components.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/connected_components.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/connected_components.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/connected_components.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/connected_components.h $ // $Id: connected_components.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/corefinement.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/corefinement.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/corefinement.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/corefinement.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/corefinement.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/corefinement.h $ // $Id: corefinement.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/core.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/core.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/core.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/core.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/core.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/core.h $ // $Id: core.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/detect_features.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/detect_features.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/detect_features.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/detect_features.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/detect_features.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/detect_features.h $ // $Id: detect_features.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/distance.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/distance.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/distance.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/distance.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/distance.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/distance.h $ // $Id: distance.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/locate.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/locate.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/locate.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/locate.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/locate.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/locate.h $ // $Id: locate.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/measure.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/measure.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/measure.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/measure.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/measure.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/measure.h $ // $Id: measure.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h $ // $Id: meshing_hole_filling.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/miscellaneous.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/miscellaneous.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/miscellaneous.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/miscellaneous.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/miscellaneous.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/miscellaneous.h $ // $Id: miscellaneous.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/orientation.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/orientation.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/orientation.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/orientation.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/orientation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/orientation.h $ // $Id: orientation.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/Polyhedral_envelope.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/Polyhedral_envelope.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/Polyhedral_envelope.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/Polyhedral_envelope.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/Polyhedral_envelope.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/Polyhedral_envelope.h $ // $Id: Polyhedral_envelope.h 6b9bd51 2020-11-12T14:45:14+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/predicate.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/predicate.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/predicate.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/predicate.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/predicate.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/predicate.h $ // $Id: predicate.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing/repair.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/repair.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing/repair.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing/repair.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing/repair.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing/repair.h $ // $Id: repair.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polygon_mesh_processing.h cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing.h --- cgal-5.5/include/CGAL/license/Polygon_mesh_processing.h 2022-07-13 19:05:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polygon_mesh_processing.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polygon_mesh_processing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polygon_mesh_processing.h $ // $Id: Polygon_mesh_processing.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polyhedron.h cgal-5.5.1/include/CGAL/license/Polyhedron.h --- cgal-5.5/include/CGAL/license/Polyhedron.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polyhedron.h 2022-10-07 19:05:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polyhedron.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polyhedron.h $ // $Id: Polyhedron.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polyline_simplification_2.h cgal-5.5.1/include/CGAL/license/Polyline_simplification_2.h --- cgal-5.5/include/CGAL/license/Polyline_simplification_2.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polyline_simplification_2.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polyline_simplification_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polyline_simplification_2.h $ // $Id: Polyline_simplification_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Polytope_distance_d.h cgal-5.5.1/include/CGAL/license/Polytope_distance_d.h --- cgal-5.5/include/CGAL/license/Polytope_distance_d.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Polytope_distance_d.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Polytope_distance_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Polytope_distance_d.h $ // $Id: Polytope_distance_d.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Principal_component_analysis.h cgal-5.5.1/include/CGAL/license/Principal_component_analysis.h --- cgal-5.5/include/CGAL/license/Principal_component_analysis.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Principal_component_analysis.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Principal_component_analysis.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Principal_component_analysis.h $ // $Id: Principal_component_analysis.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/QP_solver.h cgal-5.5.1/include/CGAL/license/QP_solver.h --- cgal-5.5/include/CGAL/license/QP_solver.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/QP_solver.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/QP_solver.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/QP_solver.h $ // $Id: QP_solver.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Ridges_3.h cgal-5.5.1/include/CGAL/license/Ridges_3.h --- cgal-5.5/include/CGAL/license/Ridges_3.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Ridges_3.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Ridges_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Ridges_3.h $ // $Id: Ridges_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Scale_space_reconstruction_3.h cgal-5.5.1/include/CGAL/license/Scale_space_reconstruction_3.h --- cgal-5.5/include/CGAL/license/Scale_space_reconstruction_3.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Scale_space_reconstruction_3.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Scale_space_reconstruction_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Scale_space_reconstruction_3.h $ // $Id: Scale_space_reconstruction_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/SearchStructures.h cgal-5.5.1/include/CGAL/license/SearchStructures.h --- cgal-5.5/include/CGAL/license/SearchStructures.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/SearchStructures.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/SearchStructures.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/SearchStructures.h $ // $Id: SearchStructures.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Segment_Delaunay_graph_2.h cgal-5.5.1/include/CGAL/license/Segment_Delaunay_graph_2.h --- cgal-5.5/include/CGAL/license/Segment_Delaunay_graph_2.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Segment_Delaunay_graph_2.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Segment_Delaunay_graph_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Segment_Delaunay_graph_2.h $ // $Id: Segment_Delaunay_graph_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Segment_Delaunay_graph_Linf_2.h cgal-5.5.1/include/CGAL/license/Segment_Delaunay_graph_Linf_2.h --- cgal-5.5/include/CGAL/license/Segment_Delaunay_graph_Linf_2.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Segment_Delaunay_graph_Linf_2.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Segment_Delaunay_graph_Linf_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Segment_Delaunay_graph_Linf_2.h $ // $Id: Segment_Delaunay_graph_Linf_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Set_movable_separability_2.h cgal-5.5.1/include/CGAL/license/Set_movable_separability_2.h --- cgal-5.5/include/CGAL/license/Set_movable_separability_2.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Set_movable_separability_2.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Set_movable_separability_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Set_movable_separability_2.h $ // $Id: Set_movable_separability_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Shape_detection.h cgal-5.5.1/include/CGAL/license/Shape_detection.h --- cgal-5.5/include/CGAL/license/Shape_detection.h 2022-07-13 19:05:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Shape_detection.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Shape_detection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Shape_detection.h $ // $Id: Shape_detection.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Shape_regularization.h cgal-5.5.1/include/CGAL/license/Shape_regularization.h --- cgal-5.5/include/CGAL/license/Shape_regularization.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Shape_regularization.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Shape_regularization.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Shape_regularization.h $ // $Id: Shape_regularization.h 542f67b 2021-06-11T12:59:00+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Skin_surface_3.h cgal-5.5.1/include/CGAL/license/Skin_surface_3.h --- cgal-5.5/include/CGAL/license/Skin_surface_3.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Skin_surface_3.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Skin_surface_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Skin_surface_3.h $ // $Id: Skin_surface_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Snap_rounding_2.h cgal-5.5.1/include/CGAL/license/Snap_rounding_2.h --- cgal-5.5/include/CGAL/license/Snap_rounding_2.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Snap_rounding_2.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Snap_rounding_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Snap_rounding_2.h $ // $Id: Snap_rounding_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Spatial_searching.h cgal-5.5.1/include/CGAL/license/Spatial_searching.h --- cgal-5.5/include/CGAL/license/Spatial_searching.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Spatial_searching.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Spatial_searching.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Spatial_searching.h $ // $Id: Spatial_searching.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Straight_skeleton_2.h cgal-5.5.1/include/CGAL/license/Straight_skeleton_2.h --- cgal-5.5/include/CGAL/license/Straight_skeleton_2.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Straight_skeleton_2.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Straight_skeleton_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Straight_skeleton_2.h $ // $Id: Straight_skeleton_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Stream_lines_2.h cgal-5.5.1/include/CGAL/license/Stream_lines_2.h --- cgal-5.5/include/CGAL/license/Stream_lines_2.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Stream_lines_2.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Stream_lines_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Stream_lines_2.h $ // $Id: Stream_lines_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_mesh_approximation.h cgal-5.5.1/include/CGAL/license/Surface_mesh_approximation.h --- cgal-5.5/include/CGAL/license/Surface_mesh_approximation.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_mesh_approximation.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_mesh_approximation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_mesh_approximation.h $ // $Id: Surface_mesh_approximation.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_mesh_deformation.h cgal-5.5.1/include/CGAL/license/Surface_mesh_deformation.h --- cgal-5.5/include/CGAL/license/Surface_mesh_deformation.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_mesh_deformation.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_mesh_deformation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_mesh_deformation.h $ // $Id: Surface_mesh_deformation.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_mesher.h cgal-5.5.1/include/CGAL/license/Surface_mesher.h --- cgal-5.5/include/CGAL/license/Surface_mesher.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_mesher.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_mesher.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_mesher.h $ // $Id: Surface_mesher.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_mesh.h cgal-5.5.1/include/CGAL/license/Surface_mesh.h --- cgal-5.5/include/CGAL/license/Surface_mesh.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_mesh.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_mesh.h $ // $Id: Surface_mesh.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_mesh_parameterization.h cgal-5.5.1/include/CGAL/license/Surface_mesh_parameterization.h --- cgal-5.5/include/CGAL/license/Surface_mesh_parameterization.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_mesh_parameterization.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_mesh_parameterization.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_mesh_parameterization.h $ // $Id: Surface_mesh_parameterization.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_mesh_segmentation.h cgal-5.5.1/include/CGAL/license/Surface_mesh_segmentation.h --- cgal-5.5/include/CGAL/license/Surface_mesh_segmentation.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_mesh_segmentation.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_mesh_segmentation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_mesh_segmentation.h $ // $Id: Surface_mesh_segmentation.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_mesh_shortest_path.h cgal-5.5.1/include/CGAL/license/Surface_mesh_shortest_path.h --- cgal-5.5/include/CGAL/license/Surface_mesh_shortest_path.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_mesh_shortest_path.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_mesh_shortest_path.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_mesh_shortest_path.h $ // $Id: Surface_mesh_shortest_path.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_mesh_simplification.h cgal-5.5.1/include/CGAL/license/Surface_mesh_simplification.h --- cgal-5.5/include/CGAL/license/Surface_mesh_simplification.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_mesh_simplification.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_mesh_simplification.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_mesh_simplification.h $ // $Id: Surface_mesh_simplification.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_mesh_skeletonization.h cgal-5.5.1/include/CGAL/license/Surface_mesh_skeletonization.h --- cgal-5.5/include/CGAL/license/Surface_mesh_skeletonization.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_mesh_skeletonization.h 2022-10-07 19:05:16.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_mesh_skeletonization.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_mesh_skeletonization.h $ // $Id: Surface_mesh_skeletonization.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_mesh_topology.h cgal-5.5.1/include/CGAL/license/Surface_mesh_topology.h --- cgal-5.5/include/CGAL/license/Surface_mesh_topology.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_mesh_topology.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_mesh_topology.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_mesh_topology.h $ // $Id: Surface_mesh_topology.h 90457b3 2019-11-26T14:21:39+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Surface_sweep_2.h cgal-5.5.1/include/CGAL/license/Surface_sweep_2.h --- cgal-5.5/include/CGAL/license/Surface_sweep_2.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Surface_sweep_2.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Surface_sweep_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Surface_sweep_2.h $ // $Id: Surface_sweep_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/TDS_2.h cgal-5.5.1/include/CGAL/license/TDS_2.h --- cgal-5.5/include/CGAL/license/TDS_2.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/TDS_2.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/TDS_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/TDS_2.h $ // $Id: TDS_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/TDS_3.h cgal-5.5.1/include/CGAL/license/TDS_3.h --- cgal-5.5/include/CGAL/license/TDS_3.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/TDS_3.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/TDS_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/TDS_3.h $ // $Id: TDS_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Tetrahedral_remeshing.h cgal-5.5.1/include/CGAL/license/Tetrahedral_remeshing.h --- cgal-5.5/include/CGAL/license/Tetrahedral_remeshing.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Tetrahedral_remeshing.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Tetrahedral_remeshing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Tetrahedral_remeshing.h $ // $Id: Tetrahedral_remeshing.h 825f77b 2020-04-10T14:14:30+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Three.h cgal-5.5.1/include/CGAL/license/Three.h --- cgal-5.5/include/CGAL/license/Three.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Three.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Three.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Three.h $ // $Id: Three.h 3edff7b 2021-06-17T10:49:45+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Triangulation_2.h cgal-5.5.1/include/CGAL/license/Triangulation_2.h --- cgal-5.5/include/CGAL/license/Triangulation_2.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Triangulation_2.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Triangulation_2.h $ // $Id: Triangulation_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Triangulation_3.h cgal-5.5.1/include/CGAL/license/Triangulation_3.h --- cgal-5.5/include/CGAL/license/Triangulation_3.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Triangulation_3.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Triangulation_3.h $ // $Id: Triangulation_3.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Triangulation.h cgal-5.5.1/include/CGAL/license/Triangulation.h --- cgal-5.5/include/CGAL/license/Triangulation.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Triangulation.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Triangulation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Triangulation.h $ // $Id: Triangulation.h 8bc8f70 2021-06-17T11:44:41+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Triangulation_on_sphere_2.h cgal-5.5.1/include/CGAL/license/Triangulation_on_sphere_2.h --- cgal-5.5/include/CGAL/license/Triangulation_on_sphere_2.h 2022-07-13 19:05:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Triangulation_on_sphere_2.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Triangulation_on_sphere_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Triangulation_on_sphere_2.h $ // $Id: Triangulation_on_sphere_2.h 3edff7b 2021-06-17T10:49:45+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Visibility_2.h cgal-5.5.1/include/CGAL/license/Visibility_2.h --- cgal-5.5/include/CGAL/license/Visibility_2.h 2022-07-13 19:05:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Visibility_2.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Visibility_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Visibility_2.h $ // $Id: Visibility_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license/Voronoi_diagram_2.h cgal-5.5.1/include/CGAL/license/Voronoi_diagram_2.h --- cgal-5.5/include/CGAL/license/Voronoi_diagram_2.h 2022-07-13 19:05:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license/Voronoi_diagram_2.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license/Voronoi_diagram_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license/Voronoi_diagram_2.h $ // $Id: Voronoi_diagram_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/license.h cgal-5.5.1/include/CGAL/license.h --- cgal-5.5/include/CGAL/license.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/license.h 2022-10-07 19:05:13.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/license.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/license.h $ // $Id: license.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Lightweight_vector_3.h cgal-5.5.1/include/CGAL/Lightweight_vector_3.h --- cgal-5.5/include/CGAL/Lightweight_vector_3.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Lightweight_vector_3.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Poisson_surface_reconstruction_3/include/CGAL/Lightweight_vector_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Poisson_surface_reconstruction_3/include/CGAL/Lightweight_vector_3.h $ // $Id: Lightweight_vector_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Line_2.h cgal-5.5.1/include/CGAL/Line_2.h --- cgal-5.5/include/CGAL/Line_2.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Line_2.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Line_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Line_2.h $ // $Id: Line_2.h e7357ac 2021-07-19T14:53:27+02:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Line_3.h cgal-5.5.1/include/CGAL/Line_3.h --- cgal-5.5/include/CGAL/Line_3.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Line_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Line_3.h $ // $Id: Line_3.h 8fa0f55 2021-05-27T10:27:38+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_algebraCd.h cgal-5.5.1/include/CGAL/Linear_algebraCd.h --- cgal-5.5/include/CGAL/Linear_algebraCd.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_algebraCd.h 2022-10-07 19:05:34.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Linear_algebraCd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Linear_algebraCd.h $ // $Id: Linear_algebraCd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_algebraHd.h cgal-5.5.1/include/CGAL/Linear_algebraHd.h --- cgal-5.5/include/CGAL/Linear_algebraHd.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_algebraHd.h 2022-10-07 19:05:34.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/Linear_algebraHd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/Linear_algebraHd.h $ // $Id: Linear_algebraHd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Line_arc_2.h cgal-5.5.1/include/CGAL/Line_arc_2.h --- cgal-5.5/include/CGAL/Line_arc_2.h 2022-07-13 19:04:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Line_arc_2.h 2022-10-07 19:04:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_2/include/CGAL/Line_arc_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_2/include/CGAL/Line_arc_2.h $ // $Id: Line_arc_2.h 059bc60 2020-07-22T15:13:09+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Line_arc_3.h cgal-5.5.1/include/CGAL/Line_arc_3.h --- cgal-5.5/include/CGAL/Line_arc_3.h 2022-07-13 19:04:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Line_arc_3.h 2022-10-07 19:04:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Circular_kernel_3/include/CGAL/Line_arc_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Circular_kernel_3/include/CGAL/Line_arc_3.h $ // $Id: Line_arc_3.h acdf4c6 2020-07-22T15:23:09+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_base.h cgal-5.5.1/include/CGAL/Linear_cell_complex_base.h --- cgal-5.5/include/CGAL/Linear_cell_complex_base.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_base.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_base.h $ // $Id: Linear_cell_complex_base.h 849b477 2022-02-11T07:38:46+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_bgl_min_items.h cgal-5.5.1/include/CGAL/Linear_cell_complex_bgl_min_items.h --- cgal-5.5/include/CGAL/Linear_cell_complex_bgl_min_items.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_bgl_min_items.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_bgl_min_items.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_bgl_min_items.h $ // $Id: Linear_cell_complex_bgl_min_items.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_constructors.h cgal-5.5.1/include/CGAL/Linear_cell_complex_constructors.h --- cgal-5.5/include/CGAL/Linear_cell_complex_constructors.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_constructors.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_constructors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_constructors.h $ // $Id: Linear_cell_complex_constructors.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_for_bgl_combinatorial_map_helper.h cgal-5.5.1/include/CGAL/Linear_cell_complex_for_bgl_combinatorial_map_helper.h --- cgal-5.5/include/CGAL/Linear_cell_complex_for_bgl_combinatorial_map_helper.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_for_bgl_combinatorial_map_helper.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_for_bgl_combinatorial_map_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_for_bgl_combinatorial_map_helper.h $ // $Id: Linear_cell_complex_for_bgl_combinatorial_map_helper.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_for_combinatorial_map.h cgal-5.5.1/include/CGAL/Linear_cell_complex_for_combinatorial_map.h --- cgal-5.5/include/CGAL/Linear_cell_complex_for_combinatorial_map.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_for_combinatorial_map.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_for_combinatorial_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_for_combinatorial_map.h $ // $Id: Linear_cell_complex_for_combinatorial_map.h 54142fd 2022-01-27T15:16:16+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_for_generalized_map.h cgal-5.5.1/include/CGAL/Linear_cell_complex_for_generalized_map.h --- cgal-5.5/include/CGAL/Linear_cell_complex_for_generalized_map.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_for_generalized_map.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_for_generalized_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_for_generalized_map.h $ // $Id: Linear_cell_complex_for_generalized_map.h 54142fd 2022-01-27T15:16:16+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_fwd.h cgal-5.5.1/include/CGAL/Linear_cell_complex_fwd.h --- cgal-5.5/include/CGAL/Linear_cell_complex_fwd.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_fwd.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_fwd.h $ // $Id: Linear_cell_complex_fwd.h 46f5325 2022-01-27T10:36:22+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_incremental_builder.h cgal-5.5.1/include/CGAL/Linear_cell_complex_incremental_builder.h --- cgal-5.5/include/CGAL/Linear_cell_complex_incremental_builder.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_incremental_builder.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_incremental_builder.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_incremental_builder.h $ // $Id: Linear_cell_complex_incremental_builder.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_min_items.h cgal-5.5.1/include/CGAL/Linear_cell_complex_min_items.h --- cgal-5.5/include/CGAL/Linear_cell_complex_min_items.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_min_items.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_min_items.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_min_items.h $ // $Id: Linear_cell_complex_min_items.h 46f5325 2022-01-27T10:36:22+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_operations.h cgal-5.5.1/include/CGAL/Linear_cell_complex_operations.h --- cgal-5.5/include/CGAL/Linear_cell_complex_operations.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_operations.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_operations.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_operations.h $ // $Id: Linear_cell_complex_operations.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Linear_cell_complex_traits.h cgal-5.5.1/include/CGAL/Linear_cell_complex_traits.h --- cgal-5.5/include/CGAL/Linear_cell_complex_traits.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Linear_cell_complex_traits.h 2022-10-07 19:05:36.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Linear_cell_complex/include/CGAL/Linear_cell_complex_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Linear_cell_complex/include/CGAL/Linear_cell_complex_traits.h $ // $Id: Linear_cell_complex_traits.h 0308d1a 2020-03-27T18:35:15+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_2.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_2.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_2.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_2.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_2.h $ // $Id: linear_least_squares_fitting_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_3.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_3.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_3.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_3.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_3.h $ // $Id: linear_least_squares_fitting_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_circles_2.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_circles_2.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_circles_2.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_circles_2.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_circles_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_circles_2.h $ // $Id: linear_least_squares_fitting_circles_2.h e07672a 2022-01-26T21:04:59+05:30 G Yuvan Shankar // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_cuboids_3.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_cuboids_3.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_cuboids_3.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_cuboids_3.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_cuboids_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_cuboids_3.h $ // $Id: linear_least_squares_fitting_cuboids_3.h 3efe2ec 2021-03-31T09:40:19+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_points_2.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_points_2.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_points_2.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_points_2.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_points_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_points_2.h $ // $Id: linear_least_squares_fitting_points_2.h e07672a 2022-01-26T21:04:59+05:30 G Yuvan Shankar // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_points_3.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_points_3.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_points_3.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_points_3.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_points_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_points_3.h $ // $Id: linear_least_squares_fitting_points_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_rectangles_2.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_rectangles_2.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_rectangles_2.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_rectangles_2.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_rectangles_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_rectangles_2.h $ // $Id: linear_least_squares_fitting_rectangles_2.h e07672a 2022-01-26T21:04:59+05:30 G Yuvan Shankar // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_segments_2.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_segments_2.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_segments_2.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_segments_2.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_2.h $ // $Id: linear_least_squares_fitting_segments_2.h 4e7edc7 2022-01-27T11:03:42+01:00 Sebastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_segments_3.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_segments_3.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_segments_3.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_segments_3.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_3.h $ // $Id: linear_least_squares_fitting_segments_3.h 3efe2ec 2021-03-31T09:40:19+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_spheres_3.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_spheres_3.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_spheres_3.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_spheres_3.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_spheres_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_spheres_3.h $ // $Id: linear_least_squares_fitting_spheres_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_tetrahedra_3.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_tetrahedra_3.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_tetrahedra_3.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_tetrahedra_3.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_tetrahedra_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_tetrahedra_3.h $ // $Id: linear_least_squares_fitting_tetrahedra_3.h 3efe2ec 2021-03-31T09:40:19+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_triangles_2.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_triangles_2.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_triangles_2.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_triangles_2.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_2.h $ // $Id: linear_least_squares_fitting_triangles_2.h e07672a 2022-01-26T21:04:59+05:30 G Yuvan Shankar // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/linear_least_squares_fitting_triangles_3.h cgal-5.5.1/include/CGAL/linear_least_squares_fitting_triangles_3.h --- cgal-5.5/include/CGAL/linear_least_squares_fitting_triangles_3.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/linear_least_squares_fitting_triangles_3.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_3.h $ // $Id: linear_least_squares_fitting_triangles_3.h 3efe2ec 2021-03-31T09:40:19+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/link_to_face_graph.h cgal-5.5.1/include/CGAL/link_to_face_graph.h --- cgal-5.5/include/CGAL/link_to_face_graph.h 2022-07-13 19:07:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/link_to_face_graph.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/link_to_face_graph.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/link_to_face_graph.h $ // $Id: link_to_face_graph.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/lloyd_optimize_mesh_2.h cgal-5.5.1/include/CGAL/lloyd_optimize_mesh_2.h --- cgal-5.5/include/CGAL/lloyd_optimize_mesh_2.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/lloyd_optimize_mesh_2.h 2022-10-07 19:05:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/lloyd_optimize_mesh_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/lloyd_optimize_mesh_2.h $ // $Id: lloyd_optimize_mesh_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/lloyd_optimize_mesh_3.h cgal-5.5.1/include/CGAL/lloyd_optimize_mesh_3.h --- cgal-5.5/include/CGAL/lloyd_optimize_mesh_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/lloyd_optimize_mesh_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/lloyd_optimize_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/lloyd_optimize_mesh_3.h $ // $Id: lloyd_optimize_mesh_3.h 1c3e09f 2022-01-10T15:32:38+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Location_policy.h cgal-5.5.1/include/CGAL/Location_policy.h --- cgal-5.5/include/CGAL/Location_policy.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Location_policy.h 2022-10-07 19:06:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Location_policy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Location_policy.h $ // $Id: Location_policy.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/long_double.h cgal-5.5.1/include/CGAL/long_double.h --- cgal-5.5/include/CGAL/long_double.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/long_double.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/long_double.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/long_double.h $ // $Id: long_double.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/long_long.h cgal-5.5.1/include/CGAL/long_long.h --- cgal-5.5/include/CGAL/long_long.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/long_long.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/long_long.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/long_long.h $ // $Id: long_long.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/make_mesh_3.h cgal-5.5.1/include/CGAL/make_mesh_3.h --- cgal-5.5/include/CGAL/make_mesh_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/make_mesh_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/make_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/make_mesh_3.h $ // $Id: make_mesh_3.h 3e03d50 2021-05-05T15:32:22+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/make_periodic_3_mesh_3.h cgal-5.5.1/include/CGAL/make_periodic_3_mesh_3.h --- cgal-5.5/include/CGAL/make_periodic_3_mesh_3.h 2022-07-13 19:06:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/make_periodic_3_mesh_3.h 2022-10-07 19:06:02.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_mesh_3/include/CGAL/make_periodic_3_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_mesh_3/include/CGAL/make_periodic_3_mesh_3.h $ // $Id: make_periodic_3_mesh_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/make_piecewise_smooth_surface_mesh.h cgal-5.5.1/include/CGAL/make_piecewise_smooth_surface_mesh.h --- cgal-5.5/include/CGAL/make_piecewise_smooth_surface_mesh.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/make_piecewise_smooth_surface_mesh.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/make_piecewise_smooth_surface_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/make_piecewise_smooth_surface_mesh.h $ // $Id: make_piecewise_smooth_surface_mesh.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/make_skin_surface_mesh_3.h cgal-5.5.1/include/CGAL/make_skin_surface_mesh_3.h --- cgal-5.5/include/CGAL/make_skin_surface_mesh_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/make_skin_surface_mesh_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/make_skin_surface_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/make_skin_surface_mesh_3.h $ // $Id: make_skin_surface_mesh_3.h 2d37774 2021-04-26T11:30:25+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/make_surface_mesh.h cgal-5.5.1/include/CGAL/make_surface_mesh.h --- cgal-5.5/include/CGAL/make_surface_mesh.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/make_surface_mesh.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/make_surface_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/make_surface_mesh.h $ // $Id: make_surface_mesh.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/make_union_of_balls_3.h cgal-5.5.1/include/CGAL/make_union_of_balls_3.h --- cgal-5.5/include/CGAL/make_union_of_balls_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/make_union_of_balls_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/make_union_of_balls_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/make_union_of_balls_3.h $ // $Id: make_union_of_balls_3.h 152a084 2021-09-21T13:34:58+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Manhattan_distance_iso_box_point.h cgal-5.5.1/include/CGAL/Manhattan_distance_iso_box_point.h --- cgal-5.5/include/CGAL/Manhattan_distance_iso_box_point.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Manhattan_distance_iso_box_point.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Manhattan_distance_iso_box_point.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Manhattan_distance_iso_box_point.h $ // $Id: Manhattan_distance_iso_box_point.h d6398b5 2022-02-02T09:27:30+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/marching_tetrahedra_3.h cgal-5.5.1/include/CGAL/marching_tetrahedra_3.h --- cgal-5.5/include/CGAL/marching_tetrahedra_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/marching_tetrahedra_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/marching_tetrahedra_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/marching_tetrahedra_3.h $ // $Id: marching_tetrahedra_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Marching_tetrahedra_observer_default_3.h cgal-5.5.1/include/CGAL/Marching_tetrahedra_observer_default_3.h --- cgal-5.5/include/CGAL/Marching_tetrahedra_observer_default_3.h 2022-07-13 19:06:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Marching_tetrahedra_observer_default_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/Marching_tetrahedra_observer_default_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/Marching_tetrahedra_observer_default_3.h $ // $Id: Marching_tetrahedra_observer_default_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h cgal-5.5.1/include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h --- cgal-5.5/include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h 2022-07-13 19:06:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h $ // $Id: Marching_tetrahedra_traits_skin_surface_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mean_curvature_flow_skeletonization.h cgal-5.5.1/include/CGAL/Mean_curvature_flow_skeletonization.h --- cgal-5.5/include/CGAL/Mean_curvature_flow_skeletonization.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mean_curvature_flow_skeletonization.h 2022-10-07 19:06:50.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_skeletonization/include/CGAL/Mean_curvature_flow_skeletonization.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_skeletonization/include/CGAL/Mean_curvature_flow_skeletonization.h $ // $Id: Mean_curvature_flow_skeletonization.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/memory.h cgal-5.5.1/include/CGAL/memory.h --- cgal-5.5/include/CGAL/memory.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/memory.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/memory.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/memory.h $ // $Id: memory.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Memory_sizer.h cgal-5.5.1/include/CGAL/Memory_sizer.h --- cgal-5.5/include/CGAL/Memory_sizer.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Memory_sizer.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Profiling_tools/include/CGAL/Memory_sizer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Profiling_tools/include/CGAL/Memory_sizer.h $ // $Id: Memory_sizer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Clusters.h cgal-5.5.1/include/CGAL/Mesh_2/Clusters.h --- cgal-5.5/include/CGAL/Mesh_2/Clusters.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Clusters.h 2022-10-07 19:05:37.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Clusters.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Clusters.h $ // $Id: Clusters.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Do_not_refine_edges.h cgal-5.5.1/include/CGAL/Mesh_2/Do_not_refine_edges.h --- cgal-5.5/include/CGAL/Mesh_2/Do_not_refine_edges.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Do_not_refine_edges.h 2022-10-07 19:05:37.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Do_not_refine_edges.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Do_not_refine_edges.h $ // $Id: Do_not_refine_edges.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Face_badness.h cgal-5.5.1/include/CGAL/Mesh_2/Face_badness.h --- cgal-5.5/include/CGAL/Mesh_2/Face_badness.h 2022-07-13 19:05:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Face_badness.h 2022-10-07 19:05:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Face_badness.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Face_badness.h $ // $Id: Face_badness.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h cgal-5.5.1/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h --- cgal-5.5/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h 2022-10-07 19:05:38.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h $ // $Id: Lipschitz_sizing_field_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Lloyd_move_2.h cgal-5.5.1/include/CGAL/Mesh_2/Lloyd_move_2.h --- cgal-5.5/include/CGAL/Mesh_2/Lloyd_move_2.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Lloyd_move_2.h 2022-10-07 19:05:38.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Lloyd_move_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Lloyd_move_2.h $ // $Id: Lloyd_move_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h cgal-5.5.1/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h --- cgal-5.5/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h 2022-10-07 19:05:38.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h $ // $Id: Mesh_global_optimizer_2.h 0ac4bf6 2021-09-10T11:28:13+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Mesh_sizing_field.h cgal-5.5.1/include/CGAL/Mesh_2/Mesh_sizing_field.h --- cgal-5.5/include/CGAL/Mesh_2/Mesh_sizing_field.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Mesh_sizing_field.h 2022-10-07 19:05:38.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Mesh_sizing_field.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Mesh_sizing_field.h $ // $Id: Mesh_sizing_field.h 0ac4bf6 2021-09-10T11:28:13+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Output_stream.h cgal-5.5.1/include/CGAL/Mesh_2/Output_stream.h --- cgal-5.5/include/CGAL/Mesh_2/Output_stream.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Output_stream.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Mesh_2/Output_stream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Mesh_2/Output_stream.h $ // $Id: Output_stream.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Refine_edges.h cgal-5.5.1/include/CGAL/Mesh_2/Refine_edges.h --- cgal-5.5/include/CGAL/Mesh_2/Refine_edges.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Refine_edges.h 2022-10-07 19:05:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Refine_edges.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Refine_edges.h $ // $Id: Refine_edges.h e3934f1 2021-05-12T15:20:27+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Refine_edges_visitor.h cgal-5.5.1/include/CGAL/Mesh_2/Refine_edges_visitor.h --- cgal-5.5/include/CGAL/Mesh_2/Refine_edges_visitor.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Refine_edges_visitor.h 2022-10-07 19:05:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Refine_edges_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Refine_edges_visitor.h $ // $Id: Refine_edges_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Refine_edges_with_clusters.h cgal-5.5.1/include/CGAL/Mesh_2/Refine_edges_with_clusters.h --- cgal-5.5/include/CGAL/Mesh_2/Refine_edges_with_clusters.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Refine_edges_with_clusters.h 2022-10-07 19:05:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Refine_edges_with_clusters.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Refine_edges_with_clusters.h $ // $Id: Refine_edges_with_clusters.h e3934f1 2021-05-12T15:20:27+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Refine_faces.h cgal-5.5.1/include/CGAL/Mesh_2/Refine_faces.h --- cgal-5.5/include/CGAL/Mesh_2/Refine_faces.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Refine_faces.h 2022-10-07 19:05:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Refine_faces.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Refine_faces.h $ // $Id: Refine_faces.h e3934f1 2021-05-12T15:20:27+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Sizing_field_2.h cgal-5.5.1/include/CGAL/Mesh_2/Sizing_field_2.h --- cgal-5.5/include/CGAL/Mesh_2/Sizing_field_2.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Sizing_field_2.h 2022-10-07 19:05:38.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Sizing_field_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Sizing_field_2.h $ // $Id: Sizing_field_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_2/Uniform_sizing_field_2.h cgal-5.5.1/include/CGAL/Mesh_2/Uniform_sizing_field_2.h --- cgal-5.5/include/CGAL/Mesh_2/Uniform_sizing_field_2.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_2/Uniform_sizing_field_2.h 2022-10-07 19:05:38.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Mesh_2/Uniform_sizing_field_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Mesh_2/Uniform_sizing_field_2.h $ // $Id: Uniform_sizing_field_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/C3T3_helpers.h cgal-5.5.1/include/CGAL/Mesh_3/C3T3_helpers.h --- cgal-5.5/include/CGAL/Mesh_3/C3T3_helpers.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/C3T3_helpers.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h $ // $Id: C3T3_helpers.h a9318b3 2021-10-15T09:48:54+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h cgal-5.5.1/include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h --- cgal-5.5/include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h $ // $Id: Cell_criteria_visitor_with_balls.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Concurrent_mesher_config.h cgal-5.5.1/include/CGAL/Mesh_3/Concurrent_mesher_config.h --- cgal-5.5/include/CGAL/Mesh_3/Concurrent_mesher_config.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Concurrent_mesher_config.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Concurrent_mesher_config.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Concurrent_mesher_config.h $ // $Id: Concurrent_mesher_config.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/config.h cgal-5.5.1/include/CGAL/Mesh_3/config.h --- cgal-5.5/include/CGAL/Mesh_3/config.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/config.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/config.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/config.h $ // $Id: config.h 4dda7b6 2020-05-27T15:53:05+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/dihedral_angle_3.h cgal-5.5.1/include/CGAL/Mesh_3/dihedral_angle_3.h --- cgal-5.5/include/CGAL/Mesh_3/dihedral_angle_3.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/dihedral_angle_3.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/dihedral_angle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/dihedral_angle_3.h $ // $Id: dihedral_angle_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Dump_c3t3.h cgal-5.5.1/include/CGAL/Mesh_3/Dump_c3t3.h --- cgal-5.5/include/CGAL/Mesh_3/Dump_c3t3.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Dump_c3t3.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Dump_c3t3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Dump_c3t3.h $ // $Id: Dump_c3t3.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/experimental/AABB_filtered_projection_traits.h cgal-5.5.1/include/CGAL/Mesh_3/experimental/AABB_filtered_projection_traits.h --- cgal-5.5/include/CGAL/Mesh_3/experimental/AABB_filtered_projection_traits.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/experimental/AABB_filtered_projection_traits.h 2022-10-07 19:05:41.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/experimental/AABB_filtered_projection_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/experimental/AABB_filtered_projection_traits.h $ // $Id: AABB_filtered_projection_traits.h 1af4f93 2021-10-08T16:24:51+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/experimental/Facet_patch_id_map.h cgal-5.5.1/include/CGAL/Mesh_3/experimental/Facet_patch_id_map.h --- cgal-5.5/include/CGAL/Mesh_3/experimental/Facet_patch_id_map.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/experimental/Facet_patch_id_map.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/experimental/Facet_patch_id_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/experimental/Facet_patch_id_map.h $ // $Id: Facet_patch_id_map.h 5835698 2021-02-10T15:42:29+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/experimental/Facet_topological_criterion_with_adjacency.h cgal-5.5.1/include/CGAL/Mesh_3/experimental/Facet_topological_criterion_with_adjacency.h --- cgal-5.5/include/CGAL/Mesh_3/experimental/Facet_topological_criterion_with_adjacency.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/experimental/Facet_topological_criterion_with_adjacency.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/experimental/Facet_topological_criterion_with_adjacency.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/experimental/Facet_topological_criterion_with_adjacency.h $ // $Id: Facet_topological_criterion_with_adjacency.h 58b10a3 2020-03-26T18:58:50+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/experimental/Get_curve_index.h cgal-5.5.1/include/CGAL/Mesh_3/experimental/Get_curve_index.h --- cgal-5.5/include/CGAL/Mesh_3/experimental/Get_curve_index.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/experimental/Get_curve_index.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/experimental/Get_curve_index.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/experimental/Get_curve_index.h $ // $Id: Get_curve_index.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/experimental/Get_facet_patch_id.h cgal-5.5.1/include/CGAL/Mesh_3/experimental/Get_facet_patch_id.h --- cgal-5.5/include/CGAL/Mesh_3/experimental/Get_facet_patch_id.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/experimental/Get_facet_patch_id.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/experimental/Get_facet_patch_id.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/experimental/Get_facet_patch_id.h $ // $Id: Get_facet_patch_id.h a2abc9b 2022-02-15T15:29:56+01:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_experimental.h cgal-5.5.1/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_experimental.h --- cgal-5.5/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_experimental.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_experimental.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_experimental.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_experimental.h $ // $Id: Lipschitz_sizing_experimental.h 2c14df7 2022-02-15T15:29:31+01:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_parameters.h cgal-5.5.1/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_parameters.h --- cgal-5.5/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_parameters.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_parameters.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_parameters.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_parameters.h $ // $Id: Lipschitz_sizing_parameters.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_polyhedron.h cgal-5.5.1/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_polyhedron.h --- cgal-5.5/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_polyhedron.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_polyhedron.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_polyhedron.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/experimental/Lipschitz_sizing_polyhedron.h $ // $Id: Lipschitz_sizing_polyhedron.h 1faa0e2 2021-04-28T10:55:26+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/experimental/Sizing_field_minimum.h cgal-5.5.1/include/CGAL/Mesh_3/experimental/Sizing_field_minimum.h --- cgal-5.5/include/CGAL/Mesh_3/experimental/Sizing_field_minimum.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/experimental/Sizing_field_minimum.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/experimental/Sizing_field_minimum.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/experimental/Sizing_field_minimum.h $ // $Id: Sizing_field_minimum.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h cgal-5.5.1/include/CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h --- cgal-5.5/include/CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h $ // $Id: Sizing_field_with_aabb_tree.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h cgal-5.5.1/include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h --- cgal-5.5/include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h $ // $Id: Facet_criteria_visitor_with_balls.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h cgal-5.5.1/include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h --- cgal-5.5/include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h $ // $Id: Facet_on_same_surface_criterion.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/generate_label_weights.h cgal-5.5.1/include/CGAL/Mesh_3/generate_label_weights.h --- cgal-5.5/include/CGAL/Mesh_3/generate_label_weights.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/generate_label_weights.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/generate_label_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/generate_label_weights.h $ // $Id: generate_label_weights.h 5913be0 2022-03-22T12:13:42+01:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Has_features.h cgal-5.5.1/include/CGAL/Mesh_3/Has_features.h --- cgal-5.5/include/CGAL/Mesh_3/Has_features.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Has_features.h 2022-10-07 19:05:40.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Has_features.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Has_features.h $ // $Id: Has_features.h 4dda7b6 2020-05-27T15:53:05+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Image_plus_weights_to_labeled_function_wrapper.h cgal-5.5.1/include/CGAL/Mesh_3/Image_plus_weights_to_labeled_function_wrapper.h --- cgal-5.5/include/CGAL/Mesh_3/Image_plus_weights_to_labeled_function_wrapper.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Image_plus_weights_to_labeled_function_wrapper.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Image_plus_weights_to_labeled_function_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Image_plus_weights_to_labeled_function_wrapper.h $ // $Id: Image_plus_weights_to_labeled_function_wrapper.h ac7b637 2021-10-05T10:27:03+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h cgal-5.5.1/include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h --- cgal-5.5/include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h $ // $Id: Image_to_labeled_function_wrapper.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h cgal-5.5.1/include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h --- cgal-5.5/include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h $ // $Id: Implicit_surface_mesher_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/initialize_triangulation_from_gray_image.h cgal-5.5.1/include/CGAL/Mesh_3/initialize_triangulation_from_gray_image.h --- cgal-5.5/include/CGAL/Mesh_3/initialize_triangulation_from_gray_image.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/initialize_triangulation_from_gray_image.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/initialize_triangulation_from_gray_image.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/initialize_triangulation_from_gray_image.h $ // $Id: initialize_triangulation_from_gray_image.h 7c9e452 2021-02-12T17:20:46+01:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h cgal-5.5.1/include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h --- cgal-5.5/include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h $ // $Id: initialize_triangulation_from_labeled_image.h fba3033 2021-04-12T15:33:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/internal/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h cgal-5.5.1/include/CGAL/Mesh_3/internal/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h --- cgal-5.5/include/CGAL/Mesh_3/internal/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/internal/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/internal/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/internal/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h $ // $Id: Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/internal/check_weights.h cgal-5.5.1/include/CGAL/Mesh_3/internal/check_weights.h --- cgal-5.5/include/CGAL/Mesh_3/internal/check_weights.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/internal/check_weights.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/internal/check_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/internal/check_weights.h $ // $Id: check_weights.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/internal/Graph_manipulations.h cgal-5.5.1/include/CGAL/Mesh_3/internal/Graph_manipulations.h --- cgal-5.5/include/CGAL/Mesh_3/internal/Graph_manipulations.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/internal/Graph_manipulations.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/internal/Graph_manipulations.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/internal/Graph_manipulations.h $ // $Id: Graph_manipulations.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/internal/Handle_IO_for_pair_of_int.h cgal-5.5.1/include/CGAL/Mesh_3/internal/Handle_IO_for_pair_of_int.h --- cgal-5.5/include/CGAL/Mesh_3/internal/Handle_IO_for_pair_of_int.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/internal/Handle_IO_for_pair_of_int.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/internal/Handle_IO_for_pair_of_int.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/internal/Handle_IO_for_pair_of_int.h $ // $Id: Handle_IO_for_pair_of_int.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/internal/helpers.h cgal-5.5.1/include/CGAL/Mesh_3/internal/helpers.h --- cgal-5.5/include/CGAL/Mesh_3/internal/helpers.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/internal/helpers.h 2022-10-07 19:05:42.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/internal/helpers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/internal/helpers.h $ // $Id: helpers.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/internal/indices_management.h cgal-5.5.1/include/CGAL/Mesh_3/internal/indices_management.h --- cgal-5.5/include/CGAL/Mesh_3/internal/indices_management.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/internal/indices_management.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/internal/indices_management.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/internal/indices_management.h $ // $Id: indices_management.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/io_signature.h cgal-5.5.1/include/CGAL/Mesh_3/io_signature.h --- cgal-5.5/include/CGAL/Mesh_3/io_signature.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/io_signature.h 2022-10-07 19:05:42.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/io_signature.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/io_signature.h $ // $Id: io_signature.h b64a171 2020-06-16T17:47:00+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Is_mesh_domain_field_3.h cgal-5.5.1/include/CGAL/Mesh_3/Is_mesh_domain_field_3.h --- cgal-5.5/include/CGAL/Mesh_3/Is_mesh_domain_field_3.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Is_mesh_domain_field_3.h 2022-10-07 19:05:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Is_mesh_domain_field_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Is_mesh_domain_field_3.h $ // $Id: Is_mesh_domain_field_3.h 393ae7d 2021-05-12T15:03:53+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Lloyd_move.h cgal-5.5.1/include/CGAL/Mesh_3/Lloyd_move.h --- cgal-5.5/include/CGAL/Mesh_3/Lloyd_move.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Lloyd_move.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Lloyd_move.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Lloyd_move.h $ // $Id: Lloyd_move.h 2d73ef3 2020-12-04T17:18:04+01:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h cgal-5.5.1/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h --- cgal-5.5/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h 2022-10-07 19:05:41.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h $ // $Id: Mesh_complex_3_in_triangulation_3_base.h 5896af7 2021-07-13T11:49:51+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_fwd.h cgal-5.5.1/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_fwd.h --- cgal-5.5/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_fwd.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_fwd.h 2022-10-07 19:05:12.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_fwd.h $ // $Id: Mesh_complex_3_in_triangulation_3_fwd.h c863ee6 2021-05-04T17:28:52+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Mesher_3.h cgal-5.5.1/include/CGAL/Mesh_3/Mesher_3.h --- cgal-5.5/include/CGAL/Mesh_3/Mesher_3.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Mesher_3.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Mesher_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Mesher_3.h $ // $Id: Mesher_3.h 932639e 2021-09-30T11:24:21+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Mesher_level_default_implementations.h cgal-5.5.1/include/CGAL/Mesh_3/Mesher_level_default_implementations.h --- cgal-5.5/include/CGAL/Mesh_3/Mesher_level_default_implementations.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Mesher_level_default_implementations.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Mesher_level_default_implementations.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Mesher_level_default_implementations.h $ // $Id: Mesher_level_default_implementations.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Mesher_level.h cgal-5.5.1/include/CGAL/Mesh_3/Mesher_level.h --- cgal-5.5/include/CGAL/Mesh_3/Mesher_level.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Mesher_level.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Mesher_level.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Mesher_level.h $ // $Id: Mesher_level.h 5439dbd 2021-08-24T18:04:50+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Mesh_global_optimizer.h cgal-5.5.1/include/CGAL/Mesh_3/Mesh_global_optimizer.h --- cgal-5.5/include/CGAL/Mesh_3/Mesh_global_optimizer.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Mesh_global_optimizer.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Mesh_global_optimizer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Mesh_global_optimizer.h $ // $Id: Mesh_global_optimizer.h fc7f672 2022-02-24T15:41:47+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Mesh_sizing_field.h cgal-5.5.1/include/CGAL/Mesh_3/Mesh_sizing_field.h --- cgal-5.5/include/CGAL/Mesh_3/Mesh_sizing_field.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Mesh_sizing_field.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Mesh_sizing_field.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Mesh_sizing_field.h $ // $Id: Mesh_sizing_field.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/mesh_standard_cell_criteria.h cgal-5.5.1/include/CGAL/Mesh_3/mesh_standard_cell_criteria.h --- cgal-5.5/include/CGAL/Mesh_3/mesh_standard_cell_criteria.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/mesh_standard_cell_criteria.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/mesh_standard_cell_criteria.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/mesh_standard_cell_criteria.h $ // $Id: mesh_standard_cell_criteria.h 6fe18d8 2021-01-20T15:32:23+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/mesh_standard_criteria.h cgal-5.5.1/include/CGAL/Mesh_3/mesh_standard_criteria.h --- cgal-5.5/include/CGAL/Mesh_3/mesh_standard_criteria.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/mesh_standard_criteria.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/mesh_standard_criteria.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/mesh_standard_criteria.h $ // $Id: mesh_standard_criteria.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/mesh_standard_facet_criteria.h cgal-5.5.1/include/CGAL/Mesh_3/mesh_standard_facet_criteria.h --- cgal-5.5/include/CGAL/Mesh_3/mesh_standard_facet_criteria.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/mesh_standard_facet_criteria.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/mesh_standard_facet_criteria.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/mesh_standard_facet_criteria.h $ // $Id: mesh_standard_facet_criteria.h 58b10a3 2020-03-26T18:58:50+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h cgal-5.5.1/include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h --- cgal-5.5/include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h $ // $Id: Mesh_surface_cell_base_3.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/min_dihedral_angle.h cgal-5.5.1/include/CGAL/Mesh_3/min_dihedral_angle.h --- cgal-5.5/include/CGAL/Mesh_3/min_dihedral_angle.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/min_dihedral_angle.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/min_dihedral_angle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/min_dihedral_angle.h $ // $Id: min_dihedral_angle.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Null_exuder_visitor.h cgal-5.5.1/include/CGAL/Mesh_3/Null_exuder_visitor.h --- cgal-5.5/include/CGAL/Mesh_3/Null_exuder_visitor.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Null_exuder_visitor.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Null_exuder_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Null_exuder_visitor.h $ // $Id: Null_exuder_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Null_global_optimizer_visitor.h cgal-5.5.1/include/CGAL/Mesh_3/Null_global_optimizer_visitor.h --- cgal-5.5/include/CGAL/Mesh_3/Null_global_optimizer_visitor.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Null_global_optimizer_visitor.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Null_global_optimizer_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Null_global_optimizer_visitor.h $ // $Id: Null_global_optimizer_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Null_perturber_visitor.h cgal-5.5.1/include/CGAL/Mesh_3/Null_perturber_visitor.h --- cgal-5.5/include/CGAL/Mesh_3/Null_perturber_visitor.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Null_perturber_visitor.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Null_perturber_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Null_perturber_visitor.h $ // $Id: Null_perturber_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Odt_move.h cgal-5.5.1/include/CGAL/Mesh_3/Odt_move.h --- cgal-5.5/include/CGAL/Mesh_3/Odt_move.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Odt_move.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Odt_move.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Odt_move.h $ // $Id: Odt_move.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/parameters_defaults.h cgal-5.5.1/include/CGAL/Mesh_3/parameters_defaults.h --- cgal-5.5/include/CGAL/Mesh_3/parameters_defaults.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/parameters_defaults.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/parameters_defaults.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/parameters_defaults.h $ // $Id: parameters_defaults.h 1c3e09f 2022-01-10T15:32:38+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Poisson_refine_cells_3.h cgal-5.5.1/include/CGAL/Mesh_3/Poisson_refine_cells_3.h --- cgal-5.5/include/CGAL/Mesh_3/Poisson_refine_cells_3.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Poisson_refine_cells_3.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Poisson_surface_reconstruction_3/include/CGAL/Mesh_3/Poisson_refine_cells_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Poisson_surface_reconstruction_3/include/CGAL/Mesh_3/Poisson_refine_cells_3.h $ // $Id: Poisson_refine_cells_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h cgal-5.5.1/include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h --- cgal-5.5/include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h $ // $Id: polyhedral_to_labeled_function_wrapper.h 0fa0c4f 2019-12-05T11:05:35+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/polylines_to_protect.h cgal-5.5.1/include/CGAL/Mesh_3/polylines_to_protect.h --- cgal-5.5/include/CGAL/Mesh_3/polylines_to_protect.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/polylines_to_protect.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/polylines_to_protect.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/polylines_to_protect.h $ // $Id: polylines_to_protect.h 74540b0 2022-04-26T15:32:02+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Polyline_with_context.h cgal-5.5.1/include/CGAL/Mesh_3/Polyline_with_context.h --- cgal-5.5/include/CGAL/Mesh_3/Polyline_with_context.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Polyline_with_context.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Polyline_with_context.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Polyline_with_context.h $ // $Id: Polyline_with_context.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Profile_counter.h cgal-5.5.1/include/CGAL/Mesh_3/Profile_counter.h --- cgal-5.5/include/CGAL/Mesh_3/Profile_counter.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Profile_counter.h 2022-10-07 19:05:41.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Profile_counter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Profile_counter.h $ // $Id: Profile_counter.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Profiling_tools.h cgal-5.5.1/include/CGAL/Mesh_3/Profiling_tools.h --- cgal-5.5/include/CGAL/Mesh_3/Profiling_tools.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Profiling_tools.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Profiling_tools.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Profiling_tools.h $ // $Id: Profiling_tools.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Protect_edges_sizing_field.h cgal-5.5.1/include/CGAL/Mesh_3/Protect_edges_sizing_field.h --- cgal-5.5/include/CGAL/Mesh_3/Protect_edges_sizing_field.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Protect_edges_sizing_field.h 2022-10-07 19:05:41.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Protect_edges_sizing_field.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Protect_edges_sizing_field.h $ // $Id: Protect_edges_sizing_field.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/radius_ratio.h cgal-5.5.1/include/CGAL/Mesh_3/radius_ratio.h --- cgal-5.5/include/CGAL/Mesh_3/radius_ratio.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/radius_ratio.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/radius_ratio.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/radius_ratio.h $ // $Id: radius_ratio.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Refine_cells_3.h cgal-5.5.1/include/CGAL/Mesh_3/Refine_cells_3.h --- cgal-5.5/include/CGAL/Mesh_3/Refine_cells_3.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Refine_cells_3.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Refine_cells_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Refine_cells_3.h $ // $Id: Refine_cells_3.h 59a0da4 2021-05-19T17:23:53+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Refine_facets_3.h cgal-5.5.1/include/CGAL/Mesh_3/Refine_facets_3.h --- cgal-5.5/include/CGAL/Mesh_3/Refine_facets_3.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Refine_facets_3.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h $ // $Id: Refine_facets_3.h f8a2878 2021-07-13T11:38:43+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Refine_facets_manifold_base.h cgal-5.5.1/include/CGAL/Mesh_3/Refine_facets_manifold_base.h --- cgal-5.5/include/CGAL/Mesh_3/Refine_facets_manifold_base.h 2022-07-13 19:05:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Refine_facets_manifold_base.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h $ // $Id: Refine_facets_manifold_base.h 17ac255 2021-05-18T15:43:59+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Refine_tets_visitor.h cgal-5.5.1/include/CGAL/Mesh_3/Refine_tets_visitor.h --- cgal-5.5/include/CGAL/Mesh_3/Refine_tets_visitor.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Refine_tets_visitor.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Refine_tets_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Refine_tets_visitor.h $ // $Id: Refine_tets_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Robust_intersection_kernel.h cgal-5.5.1/include/CGAL/Mesh_3/Robust_intersection_kernel.h --- cgal-5.5/include/CGAL/Mesh_3/Robust_intersection_kernel.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Robust_intersection_kernel.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Robust_intersection_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Robust_intersection_kernel.h $ // $Id: Robust_intersection_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Robust_intersection_traits_3.h cgal-5.5.1/include/CGAL/Mesh_3/Robust_intersection_traits_3.h --- cgal-5.5/include/CGAL/Mesh_3/Robust_intersection_traits_3.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Robust_intersection_traits_3.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Robust_intersection_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Robust_intersection_traits_3.h $ // $Id: Robust_intersection_traits_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h cgal-5.5.1/include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h --- cgal-5.5/include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h $ // $Id: search_for_connected_components_in_labeled_image.h c32e2b1 2022-07-11T10:17:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Sizing_grid.h cgal-5.5.1/include/CGAL/Mesh_3/Sizing_grid.h --- cgal-5.5/include/CGAL/Mesh_3/Sizing_grid.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Sizing_grid.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Sizing_grid.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Sizing_grid.h $ // $Id: Sizing_grid.h e9d41d7 2020-04-21T10:03:00+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/sliver_criteria.h cgal-5.5.1/include/CGAL/Mesh_3/sliver_criteria.h --- cgal-5.5/include/CGAL/Mesh_3/sliver_criteria.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/sliver_criteria.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/sliver_criteria.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/sliver_criteria.h $ // $Id: sliver_criteria.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Sliver_perturber.h cgal-5.5.1/include/CGAL/Mesh_3/Sliver_perturber.h --- cgal-5.5/include/CGAL/Mesh_3/Sliver_perturber.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Sliver_perturber.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Sliver_perturber.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Sliver_perturber.h $ // $Id: Sliver_perturber.h f26de8e 2021-11-30T13:20:15+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Slivers_exuder_cell_attributes_traits.h cgal-5.5.1/include/CGAL/Mesh_3/Slivers_exuder_cell_attributes_traits.h --- cgal-5.5/include/CGAL/Mesh_3/Slivers_exuder_cell_attributes_traits.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Slivers_exuder_cell_attributes_traits.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Slivers_exuder_cell_attributes_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Slivers_exuder_cell_attributes_traits.h $ // $Id: Slivers_exuder_cell_attributes_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Slivers_exuder.h cgal-5.5.1/include/CGAL/Mesh_3/Slivers_exuder.h --- cgal-5.5/include/CGAL/Mesh_3/Slivers_exuder.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Slivers_exuder.h 2022-10-07 19:05:41.000000000 +0000 @@ -5,7 +5,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Slivers_exuder.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Slivers_exuder.h $ // $Id: Slivers_exuder.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h cgal-5.5.1/include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h --- cgal-5.5/include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h $ // $Id: squared_distance_Point_3_Triangle_3.h 5deb509 2021-04-12T14:42:44+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/tet_soup_to_c3t3.h cgal-5.5.1/include/CGAL/Mesh_3/tet_soup_to_c3t3.h --- cgal-5.5/include/CGAL/Mesh_3/tet_soup_to_c3t3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/tet_soup_to_c3t3.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/tet_soup_to_c3t3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/tet_soup_to_c3t3.h $ // $Id: tet_soup_to_c3t3.h 086299c 2021-01-08T10:39:24+01:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Triangle_accessor_primitive.h cgal-5.5.1/include/CGAL/Mesh_3/Triangle_accessor_primitive.h --- cgal-5.5/include/CGAL/Mesh_3/Triangle_accessor_primitive.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Triangle_accessor_primitive.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Triangle_accessor_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Triangle_accessor_primitive.h $ // $Id: Triangle_accessor_primitive.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Triangulation_helpers.h cgal-5.5.1/include/CGAL/Mesh_3/Triangulation_helpers.h --- cgal-5.5/include/CGAL/Mesh_3/Triangulation_helpers.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Triangulation_helpers.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Triangulation_helpers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Triangulation_helpers.h $ // $Id: Triangulation_helpers.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Triangulation_sizing_field.h cgal-5.5.1/include/CGAL/Mesh_3/Triangulation_sizing_field.h --- cgal-5.5/include/CGAL/Mesh_3/Triangulation_sizing_field.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Triangulation_sizing_field.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Triangulation_sizing_field.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Triangulation_sizing_field.h $ // $Id: Triangulation_sizing_field.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Uniform_sizing_field.h cgal-5.5.1/include/CGAL/Mesh_3/Uniform_sizing_field.h --- cgal-5.5/include/CGAL/Mesh_3/Uniform_sizing_field.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Uniform_sizing_field.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Uniform_sizing_field.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Uniform_sizing_field.h $ // $Id: Uniform_sizing_field.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/utilities.h cgal-5.5.1/include/CGAL/Mesh_3/utilities.h --- cgal-5.5/include/CGAL/Mesh_3/utilities.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/utilities.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/utilities.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/utilities.h $ // $Id: utilities.h 4dda7b6 2020-05-27T15:53:05+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/vertex_perturbation.h cgal-5.5.1/include/CGAL/Mesh_3/vertex_perturbation.h --- cgal-5.5/include/CGAL/Mesh_3/vertex_perturbation.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/vertex_perturbation.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/vertex_perturbation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/vertex_perturbation.h $ // $Id: vertex_perturbation.h 315a0b5 2020-01-29T16:27:53+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_3/Worksharing_data_structures.h cgal-5.5.1/include/CGAL/Mesh_3/Worksharing_data_structures.h --- cgal-5.5/include/CGAL/Mesh_3/Worksharing_data_structures.h 2022-07-13 19:05:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_3/Worksharing_data_structures.h 2022-10-07 19:05:41.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_3/Worksharing_data_structures.h $ -// $Id: Worksharing_data_structures.h 4fc2f59 2020-07-31T16:17:56+02:00 Laurent Rineau +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_3/Worksharing_data_structures.h $ +// $Id: Worksharing_data_structures.h 8fddaa6 2022-10-03T17:15:27+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Clement Jamin @@ -739,7 +739,8 @@ { int num_flushed_items = 0; - std::vector tasks; + std::vector tasks; + tasks.reserve(m_tls_work_buffers.size()); for (TLS_WorkBuffer::iterator it_buffer = m_tls_work_buffers.begin() ; it_buffer != m_tls_work_buffers.end() ; @@ -753,7 +754,7 @@ } } - for (std::vector::const_iterator it = tasks.begin() ; + for (auto it = tasks.begin() ; it != tasks.end() ; ++it) { enqueue_task(*it, task_group); @@ -772,16 +773,15 @@ typedef WorkBatch WorkBuffer; typedef tbb::enumerable_thread_specific TLS_WorkBuffer; - WorkBatchTask *create_task(const WorkBuffer &wb) const + WorkBatchTask create_task(const WorkBuffer &wb) const { - auto ptr = tbb::scalable_allocator().allocate(1); - return new(ptr) WorkBatchTask(wb); + return { wb }; } - void enqueue_task(WorkBatchTask *task, + void enqueue_task(const WorkBatchTask& task, tbb::task_group &task_group) const { - task_group.run(*task); + task_group.run(task); } void add_batch_and_enqueue_task(const WorkBuffer &wb, diff -Nru cgal-5.5/include/CGAL/Mesh_cell_base_3.h cgal-5.5.1/include/CGAL/Mesh_cell_base_3.h --- cgal-5.5/include/CGAL/Mesh_cell_base_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_cell_base_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_cell_base_3.h $ // $Id: Mesh_cell_base_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_cell_criteria_3.h cgal-5.5.1/include/CGAL/Mesh_cell_criteria_3.h --- cgal-5.5/include/CGAL/Mesh_cell_criteria_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_cell_criteria_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_cell_criteria_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_cell_criteria_3.h $ // $Id: Mesh_cell_criteria_3.h 393ae7d 2021-05-12T15:03:53+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_complex_3_in_triangulation_3.h cgal-5.5.1/include/CGAL/Mesh_complex_3_in_triangulation_3.h --- cgal-5.5/include/CGAL/Mesh_complex_3_in_triangulation_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_complex_3_in_triangulation_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_complex_3_in_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_complex_3_in_triangulation_3.h $ // $Id: Mesh_complex_3_in_triangulation_3.h 591141b 2021-09-27T14:57:10+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_constant_domain_field_3.h cgal-5.5.1/include/CGAL/Mesh_constant_domain_field_3.h --- cgal-5.5/include/CGAL/Mesh_constant_domain_field_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_constant_domain_field_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_constant_domain_field_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_constant_domain_field_3.h $ // $Id: Mesh_constant_domain_field_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_criteria_3.h cgal-5.5.1/include/CGAL/Mesh_criteria_3.h --- cgal-5.5/include/CGAL/Mesh_criteria_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_criteria_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_criteria_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_criteria_3.h $ // $Id: Mesh_criteria_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_domain_with_polyline_features_3.h cgal-5.5.1/include/CGAL/Mesh_domain_with_polyline_features_3.h --- cgal-5.5/include/CGAL/Mesh_domain_with_polyline_features_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_domain_with_polyline_features_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h $ -// $Id: Mesh_domain_with_polyline_features_3.h 8166579 2021-10-11T19:58:07+02:00 Mael Rouxel-Labbé +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h $ +// $Id: Mesh_domain_with_polyline_features_3.h 67a5a69 2022-08-25T10:29:04+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -373,16 +373,23 @@ if(nearest_is_a_segment) { - if(compare_distance(p, seg, nearest_segment) == CGAL::SMALLER) - { - nearest_segment = seg; - result = previous; - } if(compare_distance(p, *it, nearest_segment) == CGAL::SMALLER) { nearest_vertex = it; nearest_is_a_segment = false; result = it; + if (possibly(angle(*previous, *it, p) == CGAL::ACUTE) && + compare_distance(p, seg, *nearest_vertex) == CGAL::SMALLER) + { + nearest_segment = seg; + nearest_is_a_segment = true; + result = previous; + } + } + else if(compare_distance(p, seg, nearest_segment) == CGAL::SMALLER) + { + nearest_segment = seg; + result = previous; } } else { @@ -391,7 +398,9 @@ nearest_vertex = it; result = it; } - if(compare_distance(p, seg, *nearest_vertex) == CGAL::SMALLER) + if ((nearest_vertex != it || + possibly(angle(*previous, *it, p) == CGAL::ACUTE)) && + compare_distance(p, seg, *nearest_vertex) == CGAL::SMALLER) { nearest_segment = seg; nearest_is_a_segment = true; diff -Nru cgal-5.5/include/CGAL/Mesh_edge_criteria_3.h cgal-5.5.1/include/CGAL/Mesh_edge_criteria_3.h --- cgal-5.5/include/CGAL/Mesh_edge_criteria_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_edge_criteria_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_edge_criteria_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_edge_criteria_3.h $ // $Id: Mesh_edge_criteria_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesher_level_default_implementations.h cgal-5.5.1/include/CGAL/Mesher_level_default_implementations.h --- cgal-5.5/include/CGAL/Mesher_level_default_implementations.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesher_level_default_implementations.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Mesher_level_default_implementations.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Mesher_level_default_implementations.h $ // $Id: Mesher_level_default_implementations.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesher_level.h cgal-5.5.1/include/CGAL/Mesher_level.h --- cgal-5.5/include/CGAL/Mesher_level.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesher_level.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Mesher_level.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Mesher_level.h $ // $Id: Mesher_level.h 5439dbd 2021-08-24T18:04:50+02:00 Jane Tournois // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesher_level_visitors.h cgal-5.5.1/include/CGAL/Mesher_level_visitors.h --- cgal-5.5/include/CGAL/Mesher_level_visitors.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesher_level_visitors.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Mesher_level_visitors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Mesher_level_visitors.h $ // $Id: Mesher_level_visitors.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_error_code.h cgal-5.5.1/include/CGAL/Mesh_error_code.h --- cgal-5.5/include/CGAL/Mesh_error_code.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_error_code.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_error_code.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_error_code.h $ // $Id: Mesh_error_code.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Meshes/Double_map_container.h cgal-5.5.1/include/CGAL/Meshes/Double_map_container.h --- cgal-5.5/include/CGAL/Meshes/Double_map_container.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Meshes/Double_map_container.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Meshes/Double_map_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Meshes/Double_map_container.h $ // $Id: Double_map_container.h 6fe18d8 2021-01-20T15:32:23+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Meshes/Filtered_deque_container.h cgal-5.5.1/include/CGAL/Meshes/Filtered_deque_container.h --- cgal-5.5/include/CGAL/Meshes/Filtered_deque_container.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Meshes/Filtered_deque_container.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Meshes/Filtered_deque_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Meshes/Filtered_deque_container.h $ // $Id: Filtered_deque_container.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Meshes/Filtered_multimap_container.h cgal-5.5.1/include/CGAL/Meshes/Filtered_multimap_container.h --- cgal-5.5/include/CGAL/Meshes/Filtered_multimap_container.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Meshes/Filtered_multimap_container.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Meshes/Filtered_multimap_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Meshes/Filtered_multimap_container.h $ // $Id: Filtered_multimap_container.h 4fc2f59 2020-07-31T16:17:56+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Meshes/Filtered_queue_container.h cgal-5.5.1/include/CGAL/Meshes/Filtered_queue_container.h --- cgal-5.5/include/CGAL/Meshes/Filtered_queue_container.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Meshes/Filtered_queue_container.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Meshes/Filtered_queue_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Meshes/Filtered_queue_container.h $ // $Id: Filtered_queue_container.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Meshes/Simple_map_container.h cgal-5.5.1/include/CGAL/Meshes/Simple_map_container.h --- cgal-5.5/include/CGAL/Meshes/Simple_map_container.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Meshes/Simple_map_container.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Meshes/Simple_map_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Meshes/Simple_map_container.h $ // $Id: Simple_map_container.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Meshes/Simple_queue_container.h cgal-5.5.1/include/CGAL/Meshes/Simple_queue_container.h --- cgal-5.5/include/CGAL/Meshes/Simple_queue_container.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Meshes/Simple_queue_container.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Meshes/Simple_queue_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Meshes/Simple_queue_container.h $ // $Id: Simple_queue_container.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Meshes/Simple_set_container.h cgal-5.5.1/include/CGAL/Meshes/Simple_set_container.h --- cgal-5.5/include/CGAL/Meshes/Simple_set_container.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Meshes/Simple_set_container.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Meshes/Simple_set_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Meshes/Simple_set_container.h $ // $Id: Simple_set_container.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Meshes/Triangulation_mesher_level_traits_2.h cgal-5.5.1/include/CGAL/Meshes/Triangulation_mesher_level_traits_2.h --- cgal-5.5/include/CGAL/Meshes/Triangulation_mesher_level_traits_2.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Meshes/Triangulation_mesher_level_traits_2.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Meshes/Triangulation_mesher_level_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Meshes/Triangulation_mesher_level_traits_2.h $ // $Id: Triangulation_mesher_level_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Meshes/Triangulation_mesher_level_traits_3.h cgal-5.5.1/include/CGAL/Meshes/Triangulation_mesher_level_traits_3.h --- cgal-5.5/include/CGAL/Meshes/Triangulation_mesher_level_traits_3.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Meshes/Triangulation_mesher_level_traits_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Meshes/Triangulation_mesher_level_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Meshes/Triangulation_mesher_level_traits_3.h $ // $Id: Triangulation_mesher_level_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_facet_criteria_3.h cgal-5.5.1/include/CGAL/Mesh_facet_criteria_3.h --- cgal-5.5/include/CGAL/Mesh_facet_criteria_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_facet_criteria_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_facet_criteria_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_facet_criteria_3.h $ // $Id: Mesh_facet_criteria_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_facet_topology.h cgal-5.5.1/include/CGAL/Mesh_facet_topology.h --- cgal-5.5/include/CGAL/Mesh_facet_topology.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_facet_topology.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_facet_topology.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_facet_topology.h $ // $Id: Mesh_facet_topology.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_optimization_return_code.h cgal-5.5.1/include/CGAL/Mesh_optimization_return_code.h --- cgal-5.5/include/CGAL/Mesh_optimization_return_code.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_optimization_return_code.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesher_level/include/CGAL/Mesh_optimization_return_code.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesher_level/include/CGAL/Mesh_optimization_return_code.h $ // $Id: Mesh_optimization_return_code.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_polyhedron_3.h cgal-5.5.1/include/CGAL/Mesh_polyhedron_3.h --- cgal-5.5/include/CGAL/Mesh_polyhedron_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_polyhedron_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_polyhedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_polyhedron_3.h $ // $Id: Mesh_polyhedron_3.h 0f4559a 2021-04-06T17:39:54+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/mesh_segmentation.h cgal-5.5.1/include/CGAL/mesh_segmentation.h --- cgal-5.5/include/CGAL/mesh_segmentation.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/mesh_segmentation.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h $ // $Id: mesh_segmentation.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/mesh_skin_surface_3.h cgal-5.5.1/include/CGAL/mesh_skin_surface_3.h --- cgal-5.5/include/CGAL/mesh_skin_surface_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/mesh_skin_surface_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/mesh_skin_surface_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/mesh_skin_surface_3.h $ // $Id: mesh_skin_surface_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_triangulation_3.h cgal-5.5.1/include/CGAL/Mesh_triangulation_3.h --- cgal-5.5/include/CGAL/Mesh_triangulation_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_triangulation_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_triangulation_3.h $ // $Id: Mesh_triangulation_3.h 91d862d 2021-12-23T11:58:19+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/mesh_union_of_balls_3.h cgal-5.5.1/include/CGAL/mesh_union_of_balls_3.h --- cgal-5.5/include/CGAL/mesh_union_of_balls_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/mesh_union_of_balls_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/mesh_union_of_balls_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/mesh_union_of_balls_3.h $ // $Id: mesh_union_of_balls_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mesh_vertex_base_3.h cgal-5.5.1/include/CGAL/Mesh_vertex_base_3.h --- cgal-5.5/include/CGAL/Mesh_vertex_base_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mesh_vertex_base_3.h 2022-10-07 19:05:42.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Mesh_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Mesh_vertex_base_3.h $ // $Id: Mesh_vertex_base_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_annulus_d.h cgal-5.5.1/include/CGAL/Min_annulus_d.h --- cgal-5.5/include/CGAL/Min_annulus_d.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_annulus_d.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_annulus_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_annulus_d.h $ // $Id: Min_annulus_d.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h cgal-5.5.1/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h --- cgal-5.5/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h $ // $Id: Min_circle_2_adapterC2.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h cgal-5.5.1/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h --- cgal-5.5/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h $ // $Id: Min_circle_2_adapterH2.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_circle_2/Min_circle_2_impl.h cgal-5.5.1/include/CGAL/Min_circle_2/Min_circle_2_impl.h --- cgal-5.5/include/CGAL/Min_circle_2/Min_circle_2_impl.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_circle_2/Min_circle_2_impl.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_impl.h $ // $Id: Min_circle_2_impl.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_circle_2/Optimisation_circle_2.h cgal-5.5.1/include/CGAL/Min_circle_2/Optimisation_circle_2.h --- cgal-5.5/include/CGAL/Min_circle_2/Optimisation_circle_2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_circle_2/Optimisation_circle_2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_circle_2/Optimisation_circle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_circle_2/Optimisation_circle_2.h $ // $Id: Optimisation_circle_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h cgal-5.5.1/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h --- cgal-5.5/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h $ // $Id: Optimisation_circle_2_impl.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_circle_2.h cgal-5.5.1/include/CGAL/Min_circle_2.h --- cgal-5.5/include/CGAL/Min_circle_2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_circle_2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_circle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_circle_2.h $ // $Id: Min_circle_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_circle_2_traits_2.h cgal-5.5.1/include/CGAL/Min_circle_2_traits_2.h --- cgal-5.5/include/CGAL/Min_circle_2_traits_2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_circle_2_traits_2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_circle_2_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_circle_2_traits_2.h $ // $Id: Min_circle_2_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h cgal-5.5.1/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h --- cgal-5.5/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h $ // $Id: Min_ellipse_2_adapterC2.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h cgal-5.5.1/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h --- cgal-5.5/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h $ // $Id: Min_ellipse_2_adapterH2.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h cgal-5.5.1/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h --- cgal-5.5/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h $ // $Id: Min_ellipse_2_impl.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h cgal-5.5.1/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h --- cgal-5.5/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h $ // $Id: Optimisation_ellipse_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h cgal-5.5.1/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h --- cgal-5.5/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h $ // $Id: Optimisation_ellipse_2_impl.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_ellipse_2.h cgal-5.5.1/include/CGAL/Min_ellipse_2.h --- cgal-5.5/include/CGAL/Min_ellipse_2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_ellipse_2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_ellipse_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_ellipse_2.h $ // $Id: Min_ellipse_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_ellipse_2_traits_2.h cgal-5.5.1/include/CGAL/Min_ellipse_2_traits_2.h --- cgal-5.5/include/CGAL/Min_ellipse_2_traits_2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_ellipse_2_traits_2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_ellipse_2_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_ellipse_2_traits_2.h $ // $Id: Min_ellipse_2_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/minimum_enclosing_quadrilateral_2.h cgal-5.5.1/include/CGAL/minimum_enclosing_quadrilateral_2.h --- cgal-5.5/include/CGAL/minimum_enclosing_quadrilateral_2.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/minimum_enclosing_quadrilateral_2.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/minimum_enclosing_quadrilateral_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/minimum_enclosing_quadrilateral_2.h $ // $Id: minimum_enclosing_quadrilateral_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h cgal-5.5.1/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h --- cgal-5.5/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h $ // $Id: Minimum_enclosing_quadrilateral_traits_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_collision_detector_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_collision_detector_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_collision_detector_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_collision_detector_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_collision_detector_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_collision_detector_2.h $ // $Id: AABB_collision_detector_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_node_with_join.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_node_with_join.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_node_with_join.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_node_with_join.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_node_with_join.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_node_with_join.h $ // $Id: AABB_node_with_join.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_segment_2_primitive.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_segment_2_primitive.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_segment_2_primitive.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_segment_2_primitive.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_segment_2_primitive.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_segment_2_primitive.h $ // $Id: AABB_segment_2_primitive.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_traits_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_traits_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_traits_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_traits_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_traits_2.h $ // $Id: AABB_traits_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_traversal_traits_with_join.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_traversal_traits_with_join.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_traversal_traits_with_join.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_traversal_traits_with_join.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_traversal_traits_with_join.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_traversal_traits_with_join.h $ // $Id: AABB_traversal_traits_with_join.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_tree_with_join.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_tree_with_join.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/AABB_tree_with_join.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/AABB_tree_with_join.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_tree_with_join.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/AABB_tree_with_join.h $ // $Id: AABB_tree_with_join.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Approx_offset_base_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Approx_offset_base_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Approx_offset_base_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Approx_offset_base_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Approx_offset_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Approx_offset_base_2.h $ // $Id: Approx_offset_base_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h $ // $Id: Arr_labeled_traits_2.h 3863b96 2020-04-06T02:01:25+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Decomposition_strategy_adapter.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Decomposition_strategy_adapter.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Decomposition_strategy_adapter.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Decomposition_strategy_adapter.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Decomposition_strategy_adapter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Decomposition_strategy_adapter.h $ // $Id: Decomposition_strategy_adapter.h 414103f 2022-02-21T17:17:34+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Exact_offset_base_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Exact_offset_base_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Exact_offset_base_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Exact_offset_base_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Exact_offset_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Exact_offset_base_2.h $ // $Id: Exact_offset_base_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Hole_filter_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Hole_filter_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Hole_filter_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Hole_filter_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Hole_filter_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Hole_filter_2.h $ // $Id: Hole_filter_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Labels.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Labels.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Labels.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Labels.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Labels.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Labels.h $ // $Id: Labels.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Minkowski_sum_by_reduced_convolution_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Minkowski_sum_by_reduced_convolution_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Minkowski_sum_by_reduced_convolution_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Minkowski_sum_by_reduced_convolution_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Minkowski_sum_by_reduced_convolution_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Minkowski_sum_by_reduced_convolution_2.h $ // $Id: Minkowski_sum_by_reduced_convolution_2.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h $ // $Id: Minkowski_sum_conv_2.h 414103f 2022-02-21T17:17:34+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h $ // $Id: Minkowski_sum_decomp_2.h 414103f 2022-02-21T17:17:34+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Offset_conv_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Offset_conv_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Offset_conv_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Offset_conv_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Offset_conv_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Offset_conv_2.h $ // $Id: Offset_conv_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Offset_decomp_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Offset_decomp_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Offset_decomp_2.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Offset_decomp_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Offset_decomp_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Offset_decomp_2.h $ // $Id: Offset_decomp_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Polygon_convex_decomposition.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Polygon_convex_decomposition.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Polygon_convex_decomposition.h 2022-07-13 19:05:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Polygon_convex_decomposition.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Polygon_convex_decomposition.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Polygon_convex_decomposition.h $ // $Id: Polygon_convex_decomposition.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h $ // $Id: Union_of_curve_cycles_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Union_of_cycles_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Union_of_cycles_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Union_of_cycles_2.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Union_of_cycles_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Union_of_cycles_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Union_of_cycles_2.h $ // $Id: Union_of_cycles_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_2/Union_of_segment_cycles_2.h cgal-5.5.1/include/CGAL/Minkowski_sum_2/Union_of_segment_cycles_2.h --- cgal-5.5/include/CGAL/Minkowski_sum_2/Union_of_segment_cycles_2.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_2/Union_of_segment_cycles_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Union_of_segment_cycles_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Minkowski_sum_2/Union_of_segment_cycles_2.h $ // $Id: Union_of_segment_cycles_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/minkowski_sum_2.h cgal-5.5.1/include/CGAL/minkowski_sum_2.h --- cgal-5.5/include/CGAL/minkowski_sum_2.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/minkowski_sum_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/minkowski_sum_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/minkowski_sum_2.h $ // $Id: minkowski_sum_2.h 4e48b0b 2021-11-03T15:10:16+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_3/bipartite_nary_union_sorted_combined.h cgal-5.5.1/include/CGAL/Minkowski_sum_3/bipartite_nary_union_sorted_combined.h --- cgal-5.5/include/CGAL/Minkowski_sum_3/bipartite_nary_union_sorted_combined.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_3/bipartite_nary_union_sorted_combined.h 2022-10-07 19:05:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_3/include/CGAL/Minkowski_sum_3/bipartite_nary_union_sorted_combined.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_3/include/CGAL/Minkowski_sum_3/bipartite_nary_union_sorted_combined.h $ // $Id: bipartite_nary_union_sorted_combined.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_3/Gaussian_map.h cgal-5.5.1/include/CGAL/Minkowski_sum_3/Gaussian_map.h --- cgal-5.5/include/CGAL/Minkowski_sum_3/Gaussian_map.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_3/Gaussian_map.h 2022-10-07 19:05:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_3/include/CGAL/Minkowski_sum_3/Gaussian_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_3/include/CGAL/Minkowski_sum_3/Gaussian_map.h $ // $Id: Gaussian_map.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h cgal-5.5.1/include/CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h --- cgal-5.5/include/CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h 2022-10-07 19:05:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_3/include/CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_3/include/CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h $ // $Id: Gaussian_map_to_nef_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Minkowski_sum_3/PointMark.h cgal-5.5.1/include/CGAL/Minkowski_sum_3/PointMark.h --- cgal-5.5/include/CGAL/Minkowski_sum_3/PointMark.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Minkowski_sum_3/PointMark.h 2022-10-07 19:05:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_3/include/CGAL/Minkowski_sum_3/PointMark.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_3/include/CGAL/Minkowski_sum_3/PointMark.h $ // $Id: PointMark.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/minkowski_sum_3.h cgal-5.5.1/include/CGAL/minkowski_sum_3.h --- cgal-5.5/include/CGAL/minkowski_sum_3.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/minkowski_sum_3.h 2022-10-07 19:05:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_3/include/CGAL/minkowski_sum_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_3/include/CGAL/minkowski_sum_3.h $ // $Id: minkowski_sum_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/min_max_n.h cgal-5.5.1/include/CGAL/min_max_n.h --- cgal-5.5/include/CGAL/min_max_n.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/min_max_n.h 2022-10-07 19:06:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/min_max_n.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/min_max_n.h $ // $Id: min_max_n.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/min_quadrilateral_2.h cgal-5.5.1/include/CGAL/min_quadrilateral_2.h --- cgal-5.5/include/CGAL/min_quadrilateral_2.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/min_quadrilateral_2.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/min_quadrilateral_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/min_quadrilateral_2.h $ // $Id: min_quadrilateral_2.h d678d0f 2021-02-02T11:12:16+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_quadrilateral_traits_2.h cgal-5.5.1/include/CGAL/Min_quadrilateral_traits_2.h --- cgal-5.5/include/CGAL/Min_quadrilateral_traits_2.h 2022-07-13 19:04:39.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_quadrilateral_traits_2.h 2022-10-07 19:04:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_quadrilateral_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_quadrilateral_traits_2.h $ // $Id: Min_quadrilateral_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_annulus_d_traits_2.h cgal-5.5.1/include/CGAL/Min_sphere_annulus_d_traits_2.h --- cgal-5.5/include/CGAL/Min_sphere_annulus_d_traits_2.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_annulus_d_traits_2.h 2022-10-07 19:04:46.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_2.h $ // $Id: Min_sphere_annulus_d_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_annulus_d_traits_3.h cgal-5.5.1/include/CGAL/Min_sphere_annulus_d_traits_3.h --- cgal-5.5/include/CGAL/Min_sphere_annulus_d_traits_3.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_annulus_d_traits_3.h 2022-10-07 19:04:46.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_3.h $ // $Id: Min_sphere_annulus_d_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_annulus_d_traits_d.h cgal-5.5.1/include/CGAL/Min_sphere_annulus_d_traits_d.h --- cgal-5.5/include/CGAL/Min_sphere_annulus_d_traits_d.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_annulus_d_traits_d.h 2022-10-07 19:04:46.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_d.h $ // $Id: Min_sphere_annulus_d_traits_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h cgal-5.5.1/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h --- cgal-5.5/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h $ // $Id: Min_sphere_d_impl.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h cgal-5.5.1/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h --- cgal-5.5/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h $ // $Id: Optimisation_sphere_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_d.h cgal-5.5.1/include/CGAL/Min_sphere_d.h --- cgal-5.5/include/CGAL/Min_sphere_d.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_d.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_d.h $ // $Id: Min_sphere_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_points_d_traits_2.h cgal-5.5.1/include/CGAL/Min_sphere_of_points_d_traits_2.h --- cgal-5.5/include/CGAL/Min_sphere_of_points_d_traits_2.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_points_d_traits_2.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_2.h $ // $Id: Min_sphere_of_points_d_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_points_d_traits_3.h cgal-5.5.1/include/CGAL/Min_sphere_of_points_d_traits_3.h --- cgal-5.5/include/CGAL/Min_sphere_of_points_d_traits_3.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_points_d_traits_3.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_3.h $ // $Id: Min_sphere_of_points_d_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_points_d_traits_d.h cgal-5.5.1/include/CGAL/Min_sphere_of_points_d_traits_d.h --- cgal-5.5/include/CGAL/Min_sphere_of_points_d_traits_d.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_points_d_traits_d.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_d.h $ // $Id: Min_sphere_of_points_d_traits_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h --- cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h $ // $Id: Min_sphere_of_spheres_d_configure.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h --- cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h $ // $Id: Min_sphere_of_spheres_d_impl.h a522818 2021-03-21T19:06:01+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h --- cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h $ // $Id: Min_sphere_of_spheres_d_pair.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h --- cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h $ // $Id: Min_sphere_of_spheres_d_pivot_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h --- cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h $ // $Id: Min_sphere_of_spheres_d_support_set.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h --- cgal-5.5/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h $ // $Id: Min_sphere_of_spheres_d_support_set_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_spheres_d.h cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d.h --- cgal-5.5/include/CGAL/Min_sphere_of_spheres_d.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d.h $ // $Id: Min_sphere_of_spheres_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_spheres_d_traits_2.h cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d_traits_2.h --- cgal-5.5/include/CGAL/Min_sphere_of_spheres_d_traits_2.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d_traits_2.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_2.h $ // $Id: Min_sphere_of_spheres_d_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_spheres_d_traits_3.h cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d_traits_3.h --- cgal-5.5/include/CGAL/Min_sphere_of_spheres_d_traits_3.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d_traits_3.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_3.h $ // $Id: Min_sphere_of_spheres_d_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Min_sphere_of_spheres_d_traits_d.h cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d_traits_d.h --- cgal-5.5/include/CGAL/Min_sphere_of_spheres_d_traits_d.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Min_sphere_of_spheres_d_traits_d.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_d.h $ // $Id: Min_sphere_of_spheres_d_traits_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mixed_integer_program_traits.h cgal-5.5.1/include/CGAL/Mixed_integer_program_traits.h --- cgal-5.5/include/CGAL/Mixed_integer_program_traits.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mixed_integer_program_traits.h 2022-10-07 19:06:38.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/Mixed_integer_program_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/Mixed_integer_program_traits.h $ // $Id: Mixed_integer_program_traits.h a5b03d5 2022-04-30T14:09:18+02:00 albert-github // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Modifiable_priority_queue.h cgal-5.5.1/include/CGAL/Modifiable_priority_queue.h --- cgal-5.5/include/CGAL/Modifiable_priority_queue.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Modifiable_priority_queue.h 2022-10-07 19:06:25.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Modifiable_priority_queue.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Modifiable_priority_queue.h $ // $Id: Modifiable_priority_queue.h 87233c6 2022-03-18T20:02:29+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Modifier_base.h cgal-5.5.1/include/CGAL/Modifier_base.h --- cgal-5.5/include/CGAL/Modifier_base.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Modifier_base.h 2022-10-07 19:05:46.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Modifier/include/CGAL/Modifier_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Modifier/include/CGAL/Modifier_base.h $ // $Id: Modifier_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Modular_arithmetic/Residue_type.h cgal-5.5.1/include/CGAL/Modular_arithmetic/Residue_type.h --- cgal-5.5/include/CGAL/Modular_arithmetic/Residue_type.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Modular_arithmetic/Residue_type.h 2022-10-07 19:05:46.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Modular_arithmetic/include/CGAL/Modular_arithmetic/Residue_type.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Modular_arithmetic/include/CGAL/Modular_arithmetic/Residue_type.h $ // $Id: Residue_type.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Modular_traits.h cgal-5.5.1/include/CGAL/Modular_traits.h --- cgal-5.5/include/CGAL/Modular_traits.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Modular_traits.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Modular_arithmetic/include/CGAL/Modular_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Modular_arithmetic/include/CGAL/Modular_traits.h $ // $Id: Modular_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Monge_via_jet_fitting.h cgal-5.5.1/include/CGAL/Monge_via_jet_fitting.h --- cgal-5.5/include/CGAL/Monge_via_jet_fitting.h 2022-07-13 19:05:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Monge_via_jet_fitting.h 2022-10-07 19:05:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Jet_fitting_3/include/CGAL/Monge_via_jet_fitting.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Jet_fitting_3/include/CGAL/Monge_via_jet_fitting.h $ // $Id: Monge_via_jet_fitting.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/monotone_matrix_search.h cgal-5.5.1/include/CGAL/monotone_matrix_search.h --- cgal-5.5/include/CGAL/monotone_matrix_search.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/monotone_matrix_search.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Matrix_search/include/CGAL/monotone_matrix_search.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Matrix_search/include/CGAL/monotone_matrix_search.h $ // $Id: monotone_matrix_search.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/more_functions_on_signs.h cgal-5.5.1/include/CGAL/more_functions_on_signs.h --- cgal-5.5/include/CGAL/more_functions_on_signs.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/more_functions_on_signs.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/more_functions_on_signs.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/more_functions_on_signs.h $ // $Id: more_functions_on_signs.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/mpfi_coercion_traits.h cgal-5.5.1/include/CGAL/mpfi_coercion_traits.h --- cgal-5.5/include/CGAL/mpfi_coercion_traits.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/mpfi_coercion_traits.h 2022-10-07 19:05:55.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/mpfi_coercion_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/mpfi_coercion_traits.h $ // $Id: mpfi_coercion_traits.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/MP_Float_arithmetic_kernel.h cgal-5.5.1/include/CGAL/MP_Float_arithmetic_kernel.h --- cgal-5.5/include/CGAL/MP_Float_arithmetic_kernel.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/MP_Float_arithmetic_kernel.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arithmetic_kernel/include/CGAL/MP_Float_arithmetic_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arithmetic_kernel/include/CGAL/MP_Float_arithmetic_kernel.h $ // $Id: MP_Float_arithmetic_kernel.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/MP_Float.h cgal-5.5.1/include/CGAL/MP_Float.h --- cgal-5.5/include/CGAL/MP_Float.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/MP_Float.h 2022-10-07 19:05:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/MP_Float.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/MP_Float.h $ // $Id: MP_Float.h 45b5fd4 2022-07-06T12:58:49+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/MP_Float_impl.h cgal-5.5.1/include/CGAL/MP_Float_impl.h --- cgal-5.5/include/CGAL/MP_Float_impl.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/MP_Float_impl.h 2022-10-07 19:05:54.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/MP_Float_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/MP_Float_impl.h $ // $Id: MP_Float_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/mpfr_coercion_traits.h cgal-5.5.1/include/CGAL/mpfr_coercion_traits.h --- cgal-5.5/include/CGAL/mpfr_coercion_traits.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/mpfr_coercion_traits.h 2022-10-07 19:05:55.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/mpfr_coercion_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/mpfr_coercion_traits.h $ // $Id: mpfr_coercion_traits.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/mpq_class.h cgal-5.5.1/include/CGAL/mpq_class.h --- cgal-5.5/include/CGAL/mpq_class.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/mpq_class.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/mpq_class.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/mpq_class.h $ // $Id: mpq_class.h fa6818b 2021-04-06T19:43:42+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/mpz_class.h cgal-5.5.1/include/CGAL/mpz_class.h --- cgal-5.5/include/CGAL/mpz_class.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/mpz_class.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/mpz_class.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/mpz_class.h $ // $Id: mpz_class.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Mpzf.h cgal-5.5.1/include/CGAL/Mpzf.h --- cgal-5.5/include/CGAL/Mpzf.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Mpzf.h 2022-10-07 19:05:54.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Mpzf.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Mpzf.h $ // $Id: Mpzf.h 6481cb2 2021-08-13T16:44:53+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/mst_orient_normals.h cgal-5.5.1/include/CGAL/mst_orient_normals.h --- cgal-5.5/include/CGAL/mst_orient_normals.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/mst_orient_normals.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/mst_orient_normals.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/mst_orient_normals.h $ // $Id: mst_orient_normals.h b0e4eeb 2022-05-13T15:53:02+02:00 Sebastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Multiscale_sort.h cgal-5.5.1/include/CGAL/Multiscale_sort.h --- cgal-5.5/include/CGAL/Multiscale_sort.h 2022-07-13 19:06:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Multiscale_sort.h 2022-10-07 19:06:41.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_sorting/include/CGAL/Multiscale_sort.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_sorting/include/CGAL/Multiscale_sort.h $ // $Id: Multiscale_sort.h 5c41b10 2020-01-02T10:26:44+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/multiset_assertions.h cgal-5.5.1/include/CGAL/multiset_assertions.h --- cgal-5.5/include/CGAL/multiset_assertions.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/multiset_assertions.h 2022-10-07 19:06:26.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/multiset_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/multiset_assertions.h $ // $Id: multiset_assertions.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Multiset.h cgal-5.5.1/include/CGAL/Multiset.h --- cgal-5.5/include/CGAL/Multiset.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Multiset.h 2022-10-07 19:06:25.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Multiset.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Multiset.h $ // $Id: Multiset.h 5ecd852 2021-04-26T21:37:02+01:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Multi_surface_3.h cgal-5.5.1/include/CGAL/Multi_surface_3.h --- cgal-5.5/include/CGAL/Multi_surface_3.h 2022-07-13 19:06:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Multi_surface_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Multi_surface_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Multi_surface_3.h $ // $Id: Multi_surface_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/mutex.h cgal-5.5.1/include/CGAL/mutex.h --- cgal-5.5/include/CGAL/mutex.h 2022-07-13 19:05:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/mutex.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/mutex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/mutex.h $ // $Id: mutex.h 6481cb2 2021-08-13T16:44:53+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial diff -Nru cgal-5.5/include/CGAL/Named_function_parameters.h cgal-5.5.1/include/CGAL/Named_function_parameters.h --- cgal-5.5/include/CGAL/Named_function_parameters.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Named_function_parameters.h 2022-10-07 19:06:25.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Named_function_parameters.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Named_function_parameters.h $ // $Id: Named_function_parameters.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/natural_neighbor_coordinates_2.h cgal-5.5.1/include/CGAL/natural_neighbor_coordinates_2.h --- cgal-5.5/include/CGAL/natural_neighbor_coordinates_2.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/natural_neighbor_coordinates_2.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/natural_neighbor_coordinates_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/natural_neighbor_coordinates_2.h $ // $Id: natural_neighbor_coordinates_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/natural_neighbor_coordinates_3.h cgal-5.5.1/include/CGAL/natural_neighbor_coordinates_3.h --- cgal-5.5/include/CGAL/natural_neighbor_coordinates_3.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/natural_neighbor_coordinates_3.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/natural_neighbor_coordinates_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/natural_neighbor_coordinates_3.h $ // $Id: natural_neighbor_coordinates_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/nearest_neighbor_delaunay_2.h cgal-5.5.1/include/CGAL/nearest_neighbor_delaunay_2.h --- cgal-5.5/include/CGAL/nearest_neighbor_delaunay_2.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/nearest_neighbor_delaunay_2.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_2/include/CGAL/nearest_neighbor_delaunay_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_2/include/CGAL/nearest_neighbor_delaunay_2.h $ // $Id: nearest_neighbor_delaunay_2.h 7e62c02 2021-04-12T14:02:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Needs_parens_as_product.h cgal-5.5.1/include/CGAL/Needs_parens_as_product.h --- cgal-5.5/include/CGAL/Needs_parens_as_product.h 2022-07-13 19:04:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Needs_parens_as_product.h 2022-10-07 19:04:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/Needs_parens_as_product.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/Needs_parens_as_product.h $ // $Id: Needs_parens_as_product.h a88a84b 2021-08-13T15:46:50+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/Bounding_box_2.h cgal-5.5.1/include/CGAL/Nef_2/Bounding_box_2.h --- cgal-5.5/include/CGAL/Nef_2/Bounding_box_2.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/Bounding_box_2.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/Bounding_box_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/Bounding_box_2.h $ // $Id: Bounding_box_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/Constrained_triang_traits.h cgal-5.5.1/include/CGAL/Nef_2/Constrained_triang_traits.h --- cgal-5.5/include/CGAL/Nef_2/Constrained_triang_traits.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/Constrained_triang_traits.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/Constrained_triang_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/Constrained_triang_traits.h $ // $Id: Constrained_triang_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/debug.h cgal-5.5.1/include/CGAL/Nef_2/debug.h --- cgal-5.5/include/CGAL/Nef_2/debug.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/debug.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/debug.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/debug.h $ // $Id: debug.h ce7d06d 2020-12-05T08:12:56+00:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/geninfo.h cgal-5.5.1/include/CGAL/Nef_2/geninfo.h --- cgal-5.5/include/CGAL/Nef_2/geninfo.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/geninfo.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/geninfo.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/geninfo.h $ // $Id: geninfo.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/gen_point_location.h cgal-5.5.1/include/CGAL/Nef_2/gen_point_location.h --- cgal-5.5/include/CGAL/Nef_2/gen_point_location.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/gen_point_location.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/gen_point_location.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/gen_point_location.h $ // $Id: gen_point_location.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/HDS_items.h cgal-5.5.1/include/CGAL/Nef_2/HDS_items.h --- cgal-5.5/include/CGAL/Nef_2/HDS_items.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/HDS_items.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/HDS_items.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/HDS_items.h $ // $Id: HDS_items.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/iterator_tools.h cgal-5.5.1/include/CGAL/Nef_2/iterator_tools.h --- cgal-5.5/include/CGAL/Nef_2/iterator_tools.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/iterator_tools.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/iterator_tools.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/iterator_tools.h $ // $Id: iterator_tools.h 9d16a42 2020-06-15T17:07:35+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/Line_to_epoint.h cgal-5.5.1/include/CGAL/Nef_2/Line_to_epoint.h --- cgal-5.5/include/CGAL/Nef_2/Line_to_epoint.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/Line_to_epoint.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/Line_to_epoint.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/Line_to_epoint.h $ // $Id: Line_to_epoint.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/Object_handle.h cgal-5.5.1/include/CGAL/Nef_2/Object_handle.h --- cgal-5.5/include/CGAL/Nef_2/Object_handle.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/Object_handle.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/Object_handle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/Object_handle.h $ // $Id: Object_handle.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/Object_index.h cgal-5.5.1/include/CGAL/Nef_2/Object_index.h --- cgal-5.5/include/CGAL/Nef_2/Object_index.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/Object_index.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/Object_index.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/Object_index.h $ // $Id: Object_index.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/PM_checker.h cgal-5.5.1/include/CGAL/Nef_2/PM_checker.h --- cgal-5.5/include/CGAL/Nef_2/PM_checker.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/PM_checker.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/PM_checker.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/PM_checker.h $ // $Id: PM_checker.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/PM_const_decorator.h cgal-5.5.1/include/CGAL/Nef_2/PM_const_decorator.h --- cgal-5.5/include/CGAL/Nef_2/PM_const_decorator.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/PM_const_decorator.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/PM_const_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/PM_const_decorator.h $ // $Id: PM_const_decorator.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/PM_decorator.h cgal-5.5.1/include/CGAL/Nef_2/PM_decorator.h --- cgal-5.5/include/CGAL/Nef_2/PM_decorator.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/PM_decorator.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/PM_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/PM_decorator.h $ // $Id: PM_decorator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/PM_explorer.h cgal-5.5.1/include/CGAL/Nef_2/PM_explorer.h --- cgal-5.5/include/CGAL/Nef_2/PM_explorer.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/PM_explorer.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/PM_explorer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/PM_explorer.h $ // $Id: PM_explorer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/PM_io_parser.h cgal-5.5.1/include/CGAL/Nef_2/PM_io_parser.h --- cgal-5.5/include/CGAL/Nef_2/PM_io_parser.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/PM_io_parser.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/PM_io_parser.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/PM_io_parser.h $ // $Id: PM_io_parser.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/PM_overlayer.h cgal-5.5.1/include/CGAL/Nef_2/PM_overlayer.h --- cgal-5.5/include/CGAL/Nef_2/PM_overlayer.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/PM_overlayer.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/PM_overlayer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/PM_overlayer.h $ // $Id: PM_overlayer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/PM_persistent_PL.h cgal-5.5.1/include/CGAL/Nef_2/PM_persistent_PL.h --- cgal-5.5/include/CGAL/Nef_2/PM_persistent_PL.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/PM_persistent_PL.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/PM_persistent_PL.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/PM_persistent_PL.h $ // $Id: PM_persistent_PL.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/PM_point_locator.h cgal-5.5.1/include/CGAL/Nef_2/PM_point_locator.h --- cgal-5.5/include/CGAL/Nef_2/PM_point_locator.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/PM_point_locator.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/PM_point_locator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/PM_point_locator.h $ // $Id: PM_point_locator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/Polynomial.h cgal-5.5.1/include/CGAL/Nef_2/Polynomial.h --- cgal-5.5/include/CGAL/Nef_2/Polynomial.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/Polynomial.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/Polynomial.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/Polynomial.h $ // $Id: Polynomial.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/Polynomial_impl.h cgal-5.5.1/include/CGAL/Nef_2/Polynomial_impl.h --- cgal-5.5/include/CGAL/Nef_2/Polynomial_impl.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/Polynomial_impl.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/Polynomial_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/Polynomial_impl.h $ // $Id: Polynomial_impl.h 03e1e07 2021-12-27T11:36:27+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_2/Segment_overlay_traits.h cgal-5.5.1/include/CGAL/Nef_2/Segment_overlay_traits.h --- cgal-5.5/include/CGAL/Nef_2/Segment_overlay_traits.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_2/Segment_overlay_traits.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_2/Segment_overlay_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_2/Segment_overlay_traits.h $ // $Id: Segment_overlay_traits.h f3f6beb 2021-05-12T07:37:49+01:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Binary_operation.h cgal-5.5.1/include/CGAL/Nef_3/Binary_operation.h --- cgal-5.5/include/CGAL/Nef_3/Binary_operation.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Binary_operation.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Binary_operation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Binary_operation.h $ // $Id: Binary_operation.h d5b6911 2022-06-03T16:08:58+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/binop_intersection_tests.h cgal-5.5.1/include/CGAL/Nef_3/binop_intersection_tests.h --- cgal-5.5/include/CGAL/Nef_3/binop_intersection_tests.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/binop_intersection_tests.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/binop_intersection_tests.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/binop_intersection_tests.h $ // $Id: binop_intersection_tests.h ddce635 2022-04-06T23:10:06+01:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/bounded_side_3.h cgal-5.5.1/include/CGAL/Nef_3/bounded_side_3.h --- cgal-5.5/include/CGAL/Nef_3/bounded_side_3.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/bounded_side_3.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/bounded_side_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/bounded_side_3.h $ // $Id: bounded_side_3.h 7cb53ab 2021-11-03T17:30:26+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Bounding_box_3.h cgal-5.5.1/include/CGAL/Nef_3/Bounding_box_3.h --- cgal-5.5/include/CGAL/Nef_3/Bounding_box_3.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Bounding_box_3.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Bounding_box_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Bounding_box_3.h $ // $Id: Bounding_box_3.h b1c09a5 2020-07-20T16:52:24+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Combine_with_halfspace.h cgal-5.5.1/include/CGAL/Nef_3/Combine_with_halfspace.h --- cgal-5.5/include/CGAL/Nef_3/Combine_with_halfspace.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Combine_with_halfspace.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Combine_with_halfspace.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Combine_with_halfspace.h $ // $Id: Combine_with_halfspace.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Default_items.h cgal-5.5.1/include/CGAL/Nef_3/Default_items.h --- cgal-5.5/include/CGAL/Nef_3/Default_items.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Default_items.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Default_items.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Default_items.h $ // $Id: Default_items.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Edge_edge_overlay.h cgal-5.5.1/include/CGAL/Nef_3/Edge_edge_overlay.h --- cgal-5.5/include/CGAL/Nef_3/Edge_edge_overlay.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Edge_edge_overlay.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Edge_edge_overlay.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Edge_edge_overlay.h $ // $Id: Edge_edge_overlay.h 521c72d 2021-10-04T13:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xy_3.h cgal-5.5.1/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xy_3.h --- cgal-5.5/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xy_3.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xy_3.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xy_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xy_3.h $ // $Id: Exact_triangulation_euclidean_traits_xy_3.h 5ea5e93 2021-01-20T15:17:41+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xz_3.h cgal-5.5.1/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xz_3.h --- cgal-5.5/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xz_3.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xz_3.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xz_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xz_3.h $ // $Id: Exact_triangulation_euclidean_traits_xz_3.h 5ea5e93 2021-01-20T15:17:41+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_yz_3.h cgal-5.5.1/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_yz_3.h --- cgal-5.5/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_yz_3.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_yz_3.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_yz_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_yz_3.h $ // $Id: Exact_triangulation_euclidean_traits_yz_3.h 5ea5e93 2021-01-20T15:17:41+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Halfedge.h cgal-5.5.1/include/CGAL/Nef_3/Halfedge.h --- cgal-5.5/include/CGAL/Nef_3/Halfedge.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Halfedge.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Halfedge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Halfedge.h $ // $Id: Halfedge.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Halffacet.h cgal-5.5.1/include/CGAL/Nef_3/Halffacet.h --- cgal-5.5/include/CGAL/Nef_3/Halffacet.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Halffacet.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Halffacet.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Halffacet.h $ // $Id: Halffacet.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/ID_support_handler.h cgal-5.5.1/include/CGAL/Nef_3/ID_support_handler.h --- cgal-5.5/include/CGAL/Nef_3/ID_support_handler.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/ID_support_handler.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/ID_support_handler.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/ID_support_handler.h $ // $Id: ID_support_handler.h 2a5fcdc 2022-04-13T12:59:21+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Infimaximal_box.h cgal-5.5.1/include/CGAL/Nef_3/Infimaximal_box.h --- cgal-5.5/include/CGAL/Nef_3/Infimaximal_box.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Infimaximal_box.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Infimaximal_box.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Infimaximal_box.h $ // $Id: Infimaximal_box.h e9d41d7 2020-04-21T10:03:00+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/K3_tree.h cgal-5.5.1/include/CGAL/Nef_3/K3_tree.h --- cgal-5.5/include/CGAL/Nef_3/K3_tree.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/K3_tree.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/K3_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/K3_tree.h $ // $Id: K3_tree.h 68d896b 2022-04-13T11:53:02+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Mark_bounded_volumes.h cgal-5.5.1/include/CGAL/Nef_3/Mark_bounded_volumes.h --- cgal-5.5/include/CGAL/Nef_3/Mark_bounded_volumes.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Mark_bounded_volumes.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Mark_bounded_volumes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Mark_bounded_volumes.h $ // $Id: Mark_bounded_volumes.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Nef_box.h cgal-5.5.1/include/CGAL/Nef_3/Nef_box.h --- cgal-5.5/include/CGAL/Nef_3/Nef_box.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Nef_box.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Nef_box.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Nef_box.h $ // $Id: Nef_box.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/OGL_helper.h cgal-5.5.1/include/CGAL/Nef_3/OGL_helper.h --- cgal-5.5/include/CGAL/Nef_3/OGL_helper.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/OGL_helper.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/OGL_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/OGL_helper.h $ // $Id: OGL_helper.h e0e4874 2021-09-15T15:48:35+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Pluecker_line_3.h cgal-5.5.1/include/CGAL/Nef_3/Pluecker_line_3.h --- cgal-5.5/include/CGAL/Nef_3/Pluecker_line_3.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Pluecker_line_3.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Pluecker_line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Pluecker_line_3.h $ // $Id: Pluecker_line_3.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h cgal-5.5.1/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h --- cgal-5.5/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/polygon_mesh_to_nef_3.h $ // $Id: polygon_mesh_to_nef_3.h f1f201b 2022-06-29T10:47:14+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/quotient_coordinates_to_homogeneous_point.h cgal-5.5.1/include/CGAL/Nef_3/quotient_coordinates_to_homogeneous_point.h --- cgal-5.5/include/CGAL/Nef_3/quotient_coordinates_to_homogeneous_point.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/quotient_coordinates_to_homogeneous_point.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/quotient_coordinates_to_homogeneous_point.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/quotient_coordinates_to_homogeneous_point.h $ // $Id: quotient_coordinates_to_homogeneous_point.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SFace.h cgal-5.5.1/include/CGAL/Nef_3/SFace.h --- cgal-5.5/include/CGAL/Nef_3/SFace.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SFace.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SFace.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SFace.h $ // $Id: SFace.h 2d4a857 2022-03-12T12:06:17+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SHalfedge.h cgal-5.5.1/include/CGAL/Nef_3/SHalfedge.h --- cgal-5.5/include/CGAL/Nef_3/SHalfedge.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SHalfedge.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SHalfedge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SHalfedge.h $ // $Id: SHalfedge.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SHalfloop.h cgal-5.5.1/include/CGAL/Nef_3/SHalfloop.h --- cgal-5.5/include/CGAL/Nef_3/SHalfloop.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SHalfloop.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SHalfloop.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SHalfloop.h $ // $Id: SHalfloop.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/shell_to_nef_3.h cgal-5.5.1/include/CGAL/Nef_3/shell_to_nef_3.h --- cgal-5.5/include/CGAL/Nef_3/shell_to_nef_3.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/shell_to_nef_3.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/shell_to_nef_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/shell_to_nef_3.h $ // $Id: shell_to_nef_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SM_visualizor.h cgal-5.5.1/include/CGAL/Nef_3/SM_visualizor.h --- cgal-5.5/include/CGAL/Nef_3/SM_visualizor.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SM_visualizor.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SM_visualizor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SM_visualizor.h $ // $Id: SM_visualizor.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_const_decorator.h cgal-5.5.1/include/CGAL/Nef_3/SNC_const_decorator.h --- cgal-5.5/include/CGAL/Nef_3/SNC_const_decorator.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_const_decorator.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_const_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_const_decorator.h $ // $Id: SNC_const_decorator.h 142fac6 2021-06-25T09:47:59+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_constructor.h cgal-5.5.1/include/CGAL/Nef_3/SNC_constructor.h --- cgal-5.5/include/CGAL/Nef_3/SNC_constructor.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_constructor.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_constructor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_constructor.h $ // $Id: SNC_constructor.h 2067913 2022-03-29T17:46:56+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_decorator.h cgal-5.5.1/include/CGAL/Nef_3/SNC_decorator.h --- cgal-5.5/include/CGAL/Nef_3/SNC_decorator.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_decorator.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_decorator.h $ // $Id: SNC_decorator.h 1009acb 2022-03-10T18:24:07+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_decorator_traits.h cgal-5.5.1/include/CGAL/Nef_3/SNC_decorator_traits.h --- cgal-5.5/include/CGAL/Nef_3/SNC_decorator_traits.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_decorator_traits.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_decorator_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_decorator_traits.h $ // $Id: SNC_decorator_traits.h 252aab7 2022-03-19T12:16:25+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_external_structure.h cgal-5.5.1/include/CGAL/Nef_3/SNC_external_structure.h --- cgal-5.5/include/CGAL/Nef_3/SNC_external_structure.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_external_structure.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_external_structure.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_external_structure.h $ // $Id: SNC_external_structure.h 9567522 2022-04-19T17:02:20+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_FM_decorator.h cgal-5.5.1/include/CGAL/Nef_3/SNC_FM_decorator.h --- cgal-5.5/include/CGAL/Nef_3/SNC_FM_decorator.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_FM_decorator.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_FM_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_FM_decorator.h $ // $Id: SNC_FM_decorator.h 0a8ef64 2022-03-11T22:48:44+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_indexed_items.h cgal-5.5.1/include/CGAL/Nef_3/SNC_indexed_items.h --- cgal-5.5/include/CGAL/Nef_3/SNC_indexed_items.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_indexed_items.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_indexed_items.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_indexed_items.h $ // $Id: SNC_indexed_items.h 2a54687 2021-06-04T13:52:14+02:00 albert-github // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_intersection.h cgal-5.5.1/include/CGAL/Nef_3/SNC_intersection.h --- cgal-5.5/include/CGAL/Nef_3/SNC_intersection.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_intersection.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_intersection.h $ // $Id: SNC_intersection.h dc18d7a 2022-03-22T21:00:57+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_io_parser.h cgal-5.5.1/include/CGAL/Nef_3/SNC_io_parser.h --- cgal-5.5/include/CGAL/Nef_3/SNC_io_parser.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_io_parser.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_io_parser.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_io_parser.h $ // $Id: SNC_io_parser.h c552735 2021-09-29T11:46:49+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_items.h cgal-5.5.1/include/CGAL/Nef_3/SNC_items.h --- cgal-5.5/include/CGAL/Nef_3/SNC_items.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_items.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_items.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_items.h $ // $Id: SNC_items.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_iteration.h cgal-5.5.1/include/CGAL/Nef_3/SNC_iteration.h --- cgal-5.5/include/CGAL/Nef_3/SNC_iteration.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_iteration.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_iteration.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_iteration.h $ // $Id: SNC_iteration.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_k3_tree_traits.h cgal-5.5.1/include/CGAL/Nef_3/SNC_k3_tree_traits.h --- cgal-5.5/include/CGAL/Nef_3/SNC_k3_tree_traits.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_k3_tree_traits.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_k3_tree_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_k3_tree_traits.h $ // $Id: SNC_k3_tree_traits.h 263c168 2022-03-10T18:24:07+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_list.h cgal-5.5.1/include/CGAL/Nef_3/SNC_list.h --- cgal-5.5/include/CGAL/Nef_3/SNC_list.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_list.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_list.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_list.h $ // $Id: SNC_list.h e5f4796 2022-03-19T12:43:38+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_point_locator.h cgal-5.5.1/include/CGAL/Nef_3/SNC_point_locator.h --- cgal-5.5/include/CGAL/Nef_3/SNC_point_locator.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_point_locator.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_point_locator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_point_locator.h $ // $Id: SNC_point_locator.h 36f2260 2022-04-14T08:36:36+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_simplify.h cgal-5.5.1/include/CGAL/Nef_3/SNC_simplify.h --- cgal-5.5/include/CGAL/Nef_3/SNC_simplify.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_simplify.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_simplify.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_simplify.h $ // $Id: SNC_simplify.h 0357455 2022-03-18T18:25:40+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_SM_explorer.h cgal-5.5.1/include/CGAL/Nef_3/SNC_SM_explorer.h --- cgal-5.5/include/CGAL/Nef_3/SNC_SM_explorer.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_SM_explorer.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_SM_explorer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_SM_explorer.h $ // $Id: SNC_SM_explorer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_SM_overlayer.h cgal-5.5.1/include/CGAL/Nef_3/SNC_SM_overlayer.h --- cgal-5.5/include/CGAL/Nef_3/SNC_SM_overlayer.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_SM_overlayer.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_SM_overlayer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_SM_overlayer.h $ // $Id: SNC_SM_overlayer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_SM_visualizor.h cgal-5.5.1/include/CGAL/Nef_3/SNC_SM_visualizor.h --- cgal-5.5/include/CGAL/Nef_3/SNC_SM_visualizor.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_SM_visualizor.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_SM_visualizor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_SM_visualizor.h $ // $Id: SNC_SM_visualizor.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_sphere_map.h cgal-5.5.1/include/CGAL/Nef_3/SNC_sphere_map.h --- cgal-5.5/include/CGAL/Nef_3/SNC_sphere_map.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_sphere_map.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_sphere_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_sphere_map.h $ // $Id: SNC_sphere_map.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/SNC_structure.h cgal-5.5.1/include/CGAL/Nef_3/SNC_structure.h --- cgal-5.5/include/CGAL/Nef_3/SNC_structure.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/SNC_structure.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/SNC_structure.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/SNC_structure.h $ // $Id: SNC_structure.h 4c4aeb7 2022-03-29T17:47:51+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/vertex_cycle_to_nef_3.h cgal-5.5.1/include/CGAL/Nef_3/vertex_cycle_to_nef_3.h --- cgal-5.5/include/CGAL/Nef_3/vertex_cycle_to_nef_3.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/vertex_cycle_to_nef_3.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/vertex_cycle_to_nef_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/vertex_cycle_to_nef_3.h $ // $Id: vertex_cycle_to_nef_3.h 30e536b 2021-03-01T08:06:48+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Vertex.h cgal-5.5.1/include/CGAL/Nef_3/Vertex.h --- cgal-5.5/include/CGAL/Nef_3/Vertex.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Vertex.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Vertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Vertex.h $ // $Id: Vertex.h 2d4a857 2022-03-12T12:06:17+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_3/Volume.h cgal-5.5.1/include/CGAL/Nef_3/Volume.h --- cgal-5.5/include/CGAL/Nef_3/Volume.h 2022-07-13 19:05:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_3/Volume.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_3/Volume.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_3/Volume.h $ // $Id: Volume.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_nary_intersection_3.h cgal-5.5.1/include/CGAL/Nef_nary_intersection_3.h --- cgal-5.5/include/CGAL/Nef_nary_intersection_3.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_nary_intersection_3.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_nary_intersection_3.h $ -// $Id: Nef_nary_intersection_3.h a86712d 2020-06-07T15:25:18+02:00 Thomas Krijnen +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_nary_intersection_3.h $ +// $Id: Nef_nary_intersection_3.h 7b09c8e 2022-08-02T17:37:38+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -56,7 +56,7 @@ return empty; while(queue.size() > 1) intersect(); - inserted = 0; + inserted = 1; return queue.front(); } }; diff -Nru cgal-5.5/include/CGAL/Nef_nary_union_3.h cgal-5.5.1/include/CGAL/Nef_nary_union_3.h --- cgal-5.5/include/CGAL/Nef_nary_union_3.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_nary_union_3.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_nary_union_3.h $ -// $Id: Nef_nary_union_3.h a86712d 2020-06-07T15:25:18+02:00 Thomas Krijnen +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_nary_union_3.h $ +// $Id: Nef_nary_union_3.h 7b09c8e 2022-08-02T17:37:38+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -56,7 +56,7 @@ return empty; while(queue.size() > 1) unite(); - inserted = 0; + inserted = 1; return queue.front(); } }; diff -Nru cgal-5.5/include/CGAL/Nef_polyhedron_2.h cgal-5.5.1/include/CGAL/Nef_polyhedron_2.h --- cgal-5.5/include/CGAL/Nef_polyhedron_2.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_polyhedron_2.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_polyhedron_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_polyhedron_2.h $ // $Id: Nef_polyhedron_2.h 618b409 2021-01-18T15:40:40+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_polyhedron_3.h cgal-5.5.1/include/CGAL/Nef_polyhedron_3.h --- cgal-5.5/include/CGAL/Nef_polyhedron_3.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_polyhedron_3.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/Nef_polyhedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/Nef_polyhedron_3.h $ // $Id: Nef_polyhedron_3.h f1f201b 2022-06-29T10:47:14+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_polyhedron_S2.h cgal-5.5.1/include/CGAL/Nef_polyhedron_S2.h --- cgal-5.5/include/CGAL/Nef_polyhedron_S2.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_polyhedron_S2.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_polyhedron_S2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_polyhedron_S2.h $ // $Id: Nef_polyhedron_S2.h 5ecd852 2021-04-26T21:37:02+01:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_polynomial_fwd.h cgal-5.5.1/include/CGAL/Nef_polynomial_fwd.h --- cgal-5.5/include/CGAL/Nef_polynomial_fwd.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_polynomial_fwd.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_polynomial_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_polynomial_fwd.h $ // $Id: Nef_polynomial_fwd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_polynomial.h cgal-5.5.1/include/CGAL/Nef_polynomial.h --- cgal-5.5/include/CGAL/Nef_polynomial.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_polynomial.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/Nef_polynomial.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/Nef_polynomial.h $ // $Id: Nef_polynomial.h 9d16a42 2020-06-15T17:07:35+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/Generic_handle_map.h cgal-5.5.1/include/CGAL/Nef_S2/Generic_handle_map.h --- cgal-5.5/include/CGAL/Nef_S2/Generic_handle_map.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/Generic_handle_map.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/Generic_handle_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/Generic_handle_map.h $ // $Id: Generic_handle_map.h 77054d4 2021-05-10T18:26:29+01:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/ID_support_handler.h cgal-5.5.1/include/CGAL/Nef_S2/ID_support_handler.h --- cgal-5.5/include/CGAL/Nef_S2/ID_support_handler.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/ID_support_handler.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h $ // $Id: ID_support_handler.h 8770c7a 2022-05-10T12:06:32+01:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/leda_sphere_map.h cgal-5.5.1/include/CGAL/Nef_S2/leda_sphere_map.h --- cgal-5.5/include/CGAL/Nef_S2/leda_sphere_map.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/leda_sphere_map.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/leda_sphere_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/leda_sphere_map.h $ // $Id: leda_sphere_map.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/Normalizing.h cgal-5.5.1/include/CGAL/Nef_S2/Normalizing.h --- cgal-5.5/include/CGAL/Nef_S2/Normalizing.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/Normalizing.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/Normalizing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/Normalizing.h $ // $Id: Normalizing.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/OGL_base_object.h cgal-5.5.1/include/CGAL/Nef_S2/OGL_base_object.h --- cgal-5.5/include/CGAL/Nef_S2/OGL_base_object.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/OGL_base_object.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/OGL_base_object.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/OGL_base_object.h $ // $Id: OGL_base_object.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_checker.h cgal-5.5.1/include/CGAL/Nef_S2/SM_checker.h --- cgal-5.5/include/CGAL/Nef_S2/SM_checker.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_checker.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_checker.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_checker.h $ // $Id: SM_checker.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_const_decorator.h cgal-5.5.1/include/CGAL/Nef_S2/SM_const_decorator.h --- cgal-5.5/include/CGAL/Nef_S2/SM_const_decorator.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_const_decorator.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_const_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_const_decorator.h $ // $Id: SM_const_decorator.h 9c6712c 2021-02-08T19:32:33+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_constrained_triang_traits.h cgal-5.5.1/include/CGAL/Nef_S2/SM_constrained_triang_traits.h --- cgal-5.5/include/CGAL/Nef_S2/SM_constrained_triang_traits.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_constrained_triang_traits.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_constrained_triang_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_constrained_triang_traits.h $ // $Id: SM_constrained_triang_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_decorator.h cgal-5.5.1/include/CGAL/Nef_S2/SM_decorator.h --- cgal-5.5/include/CGAL/Nef_S2/SM_decorator.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_decorator.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_decorator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_decorator.h $ // $Id: SM_decorator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_decorator_traits.h cgal-5.5.1/include/CGAL/Nef_S2/SM_decorator_traits.h --- cgal-5.5/include/CGAL/Nef_S2/SM_decorator_traits.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_decorator_traits.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_decorator_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_decorator_traits.h $ // $Id: SM_decorator_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_io_parser.h cgal-5.5.1/include/CGAL/Nef_S2/SM_io_parser.h --- cgal-5.5/include/CGAL/Nef_S2/SM_io_parser.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_io_parser.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_io_parser.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_io_parser.h $ // $Id: SM_io_parser.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_items.h cgal-5.5.1/include/CGAL/Nef_S2/SM_items.h --- cgal-5.5/include/CGAL/Nef_S2/SM_items.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_items.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_items.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_items.h $ // $Id: SM_items.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_iteration.h cgal-5.5.1/include/CGAL/Nef_S2/SM_iteration.h --- cgal-5.5/include/CGAL/Nef_S2/SM_iteration.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_iteration.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_iteration.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_iteration.h $ // $Id: SM_iteration.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_list.h cgal-5.5.1/include/CGAL/Nef_S2/SM_list.h --- cgal-5.5/include/CGAL/Nef_S2/SM_list.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_list.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_list.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_list.h $ // $Id: SM_list.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_overlayer.h cgal-5.5.1/include/CGAL/Nef_S2/SM_overlayer.h --- cgal-5.5/include/CGAL/Nef_S2/SM_overlayer.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_overlayer.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_overlayer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_overlayer.h $ // $Id: SM_overlayer.h 6e8f312 2022-06-20T11:57:23+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_point_locator.h cgal-5.5.1/include/CGAL/Nef_S2/SM_point_locator.h --- cgal-5.5/include/CGAL/Nef_S2/SM_point_locator.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_point_locator.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_point_locator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_point_locator.h $ // $Id: SM_point_locator.h 2334ec5 2021-03-10T18:40:03+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_triangulator.h cgal-5.5.1/include/CGAL/Nef_S2/SM_triangulator.h --- cgal-5.5/include/CGAL/Nef_S2/SM_triangulator.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_triangulator.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_triangulator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_triangulator.h $ // $Id: SM_triangulator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/SM_visualizor.h cgal-5.5.1/include/CGAL/Nef_S2/SM_visualizor.h --- cgal-5.5/include/CGAL/Nef_S2/SM_visualizor.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/SM_visualizor.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/SM_visualizor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/SM_visualizor.h $ // $Id: SM_visualizor.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/Sphere_circle.h cgal-5.5.1/include/CGAL/Nef_S2/Sphere_circle.h --- cgal-5.5/include/CGAL/Nef_S2/Sphere_circle.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/Sphere_circle.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h $ // $Id: Sphere_circle.h 9cdf8ba 2022-04-02T18:10:06+01:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/Sphere_direction.h cgal-5.5.1/include/CGAL/Nef_S2/Sphere_direction.h --- cgal-5.5/include/CGAL/Nef_S2/Sphere_direction.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/Sphere_direction.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/Sphere_direction.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/Sphere_direction.h $ // $Id: Sphere_direction.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/Sphere_geometry.h cgal-5.5.1/include/CGAL/Nef_S2/Sphere_geometry.h --- cgal-5.5/include/CGAL/Nef_S2/Sphere_geometry.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/Sphere_geometry.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/Sphere_geometry.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/Sphere_geometry.h $ // $Id: Sphere_geometry.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/Sphere_geometry_OGL.h cgal-5.5.1/include/CGAL/Nef_S2/Sphere_geometry_OGL.h --- cgal-5.5/include/CGAL/Nef_S2/Sphere_geometry_OGL.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/Sphere_geometry_OGL.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/Sphere_geometry_OGL.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/Sphere_geometry_OGL.h $ // $Id: Sphere_geometry_OGL.h 521c72d 2021-10-04T13:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/Sphere_map.h cgal-5.5.1/include/CGAL/Nef_S2/Sphere_map.h --- cgal-5.5/include/CGAL/Nef_S2/Sphere_map.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/Sphere_map.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/Sphere_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/Sphere_map.h $ // $Id: Sphere_map.h 16bed97 2022-03-17T20:21:12+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/Sphere_point.h cgal-5.5.1/include/CGAL/Nef_S2/Sphere_point.h --- cgal-5.5/include/CGAL/Nef_S2/Sphere_point.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/Sphere_point.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/Sphere_point.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/Sphere_point.h $ // $Id: Sphere_point.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/sphere_predicates.h cgal-5.5.1/include/CGAL/Nef_S2/sphere_predicates.h --- cgal-5.5/include/CGAL/Nef_S2/sphere_predicates.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/sphere_predicates.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/sphere_predicates.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/sphere_predicates.h $ // $Id: sphere_predicates.h 31e4638 2020-11-11T18:47:25+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/Sphere_segment.h cgal-5.5.1/include/CGAL/Nef_S2/Sphere_segment.h --- cgal-5.5/include/CGAL/Nef_S2/Sphere_segment.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/Sphere_segment.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/Sphere_segment.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/Sphere_segment.h $ // $Id: Sphere_segment.h 9a50014 2022-03-17T14:08:23+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nef_S2/Sphere_triangle.h cgal-5.5.1/include/CGAL/Nef_S2/Sphere_triangle.h --- cgal-5.5/include/CGAL/Nef_S2/Sphere_triangle.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nef_S2/Sphere_triangle.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_S2/include/CGAL/Nef_S2/Sphere_triangle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_S2/include/CGAL/Nef_S2/Sphere_triangle.h $ // $Id: Sphere_triangle.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Nested_iterator.h cgal-5.5.1/include/CGAL/Nested_iterator.h --- cgal-5.5/include/CGAL/Nested_iterator.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Nested_iterator.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Nested_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Nested_iterator.h $ // $Id: Nested_iterator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Cartesian_base.h cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_base.h --- cgal-5.5/include/CGAL/NewKernel_d/Cartesian_base.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_base.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_base.h $ // $Id: Cartesian_base.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Cartesian_change_FT.h cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_change_FT.h --- cgal-5.5/include/CGAL/NewKernel_d/Cartesian_change_FT.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_change_FT.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_change_FT.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_change_FT.h $ // $Id: Cartesian_change_FT.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Cartesian_complete.h cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_complete.h --- cgal-5.5/include/CGAL/NewKernel_d/Cartesian_complete.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_complete.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_complete.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_complete.h $ // $Id: Cartesian_complete.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Cartesian_filter_K.h cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_filter_K.h --- cgal-5.5/include/CGAL/NewKernel_d/Cartesian_filter_K.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_filter_K.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_filter_K.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_filter_K.h $ // $Id: Cartesian_filter_K.h 634fe39 2020-12-30T19:56:58+01:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Cartesian_filter_NT.h cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_filter_NT.h --- cgal-5.5/include/CGAL/NewKernel_d/Cartesian_filter_NT.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_filter_NT.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_filter_NT.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_filter_NT.h $ // $Id: Cartesian_filter_NT.h 74c029c 2021-09-09T11:44:36+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Cartesian_LA_base.h cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_LA_base.h --- cgal-5.5/include/CGAL/NewKernel_d/Cartesian_LA_base.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_LA_base.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_LA_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_LA_base.h $ // $Id: Cartesian_LA_base.h bdc0ce3 2021-01-27T16:33:59+01:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Cartesian_LA_functors.h cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_LA_functors.h --- cgal-5.5/include/CGAL/NewKernel_d/Cartesian_LA_functors.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_LA_functors.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_LA_functors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_LA_functors.h $ // $Id: Cartesian_LA_functors.h 2d8f804 2021-02-15T21:06:12+01:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Cartesian_per_dimension.h cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_per_dimension.h --- cgal-5.5/include/CGAL/NewKernel_d/Cartesian_per_dimension.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_per_dimension.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_per_dimension.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_per_dimension.h $ // $Id: Cartesian_per_dimension.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Cartesian_static_filters.h cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_static_filters.h --- cgal-5.5/include/CGAL/NewKernel_d/Cartesian_static_filters.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Cartesian_static_filters.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_static_filters.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_static_filters.h $ // $Id: Cartesian_static_filters.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Coaffine.h cgal-5.5.1/include/CGAL/NewKernel_d/Coaffine.h --- cgal-5.5/include/CGAL/NewKernel_d/Coaffine.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Coaffine.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Coaffine.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Coaffine.h $ // $Id: Coaffine.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Define_kernel_types.h cgal-5.5.1/include/CGAL/NewKernel_d/Define_kernel_types.h --- cgal-5.5/include/CGAL/NewKernel_d/Define_kernel_types.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Define_kernel_types.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Define_kernel_types.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Define_kernel_types.h $ // $Id: Define_kernel_types.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Dimension_base.h cgal-5.5.1/include/CGAL/NewKernel_d/Dimension_base.h --- cgal-5.5/include/CGAL/NewKernel_d/Dimension_base.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Dimension_base.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Dimension_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Dimension_base.h $ // $Id: Dimension_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Filtered_predicate2.h cgal-5.5.1/include/CGAL/NewKernel_d/Filtered_predicate2.h --- cgal-5.5/include/CGAL/NewKernel_d/Filtered_predicate2.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Filtered_predicate2.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Filtered_predicate2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Filtered_predicate2.h $ // $Id: Filtered_predicate2.h 6bae0e3 2021-09-09T11:09:16+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/function_objects_cartesian.h cgal-5.5.1/include/CGAL/NewKernel_d/function_objects_cartesian.h --- cgal-5.5/include/CGAL/NewKernel_d/function_objects_cartesian.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/function_objects_cartesian.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h $ // $Id: function_objects_cartesian.h 634fe39 2020-12-30T19:56:58+01:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/functor_properties.h cgal-5.5.1/include/CGAL/NewKernel_d/functor_properties.h --- cgal-5.5/include/CGAL/NewKernel_d/functor_properties.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/functor_properties.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/functor_properties.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/functor_properties.h $ // $Id: functor_properties.h 634fe39 2020-12-30T19:56:58+01:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/functor_tags.h cgal-5.5.1/include/CGAL/NewKernel_d/functor_tags.h --- cgal-5.5/include/CGAL/NewKernel_d/functor_tags.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/functor_tags.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/functor_tags.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/functor_tags.h $ // $Id: functor_tags.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Kernel_2_interface.h cgal-5.5.1/include/CGAL/NewKernel_d/Kernel_2_interface.h --- cgal-5.5/include/CGAL/NewKernel_d/Kernel_2_interface.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Kernel_2_interface.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Kernel_2_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Kernel_2_interface.h $ // $Id: Kernel_2_interface.h cf54055 2021-02-14T01:16:52+01:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Kernel_3_interface.h cgal-5.5.1/include/CGAL/NewKernel_d/Kernel_3_interface.h --- cgal-5.5/include/CGAL/NewKernel_d/Kernel_3_interface.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Kernel_3_interface.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Kernel_3_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Kernel_3_interface.h $ // $Id: Kernel_3_interface.h cf54055 2021-02-14T01:16:52+01:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/KernelD_converter.h cgal-5.5.1/include/CGAL/NewKernel_d/KernelD_converter.h --- cgal-5.5/include/CGAL/NewKernel_d/KernelD_converter.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/KernelD_converter.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/KernelD_converter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/KernelD_converter.h $ // $Id: KernelD_converter.h 209513d 2020-07-31T15:58:38+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Kernel_d_interface.h cgal-5.5.1/include/CGAL/NewKernel_d/Kernel_d_interface.h --- cgal-5.5/include/CGAL/NewKernel_d/Kernel_d_interface.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Kernel_d_interface.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Kernel_d_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Kernel_d_interface.h $ // $Id: Kernel_d_interface.h 31a0557 2021-08-13T16:45:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Kernel_object_converter.h cgal-5.5.1/include/CGAL/NewKernel_d/Kernel_object_converter.h --- cgal-5.5/include/CGAL/NewKernel_d/Kernel_object_converter.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Kernel_object_converter.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Kernel_object_converter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Kernel_object_converter.h $ // $Id: Kernel_object_converter.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/LA_eigen/constructors.h cgal-5.5.1/include/CGAL/NewKernel_d/LA_eigen/constructors.h --- cgal-5.5/include/CGAL/NewKernel_d/LA_eigen/constructors.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/LA_eigen/constructors.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/LA_eigen/constructors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/LA_eigen/constructors.h $ // $Id: constructors.h 77ae994 2021-11-03T23:20:12+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/LA_eigen/LA.h cgal-5.5.1/include/CGAL/NewKernel_d/LA_eigen/LA.h --- cgal-5.5/include/CGAL/NewKernel_d/LA_eigen/LA.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/LA_eigen/LA.h 2022-10-07 19:05:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/LA_eigen/LA.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/LA_eigen/LA.h $ // $Id: LA.h 8a52dd3 2020-05-12T11:21:06+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Lazy_cartesian.h cgal-5.5.1/include/CGAL/NewKernel_d/Lazy_cartesian.h --- cgal-5.5/include/CGAL/NewKernel_d/Lazy_cartesian.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Lazy_cartesian.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Lazy_cartesian.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Lazy_cartesian.h $ // $Id: Lazy_cartesian.h 74c029c 2021-09-09T11:44:36+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/static_int.h cgal-5.5.1/include/CGAL/NewKernel_d/static_int.h --- cgal-5.5/include/CGAL/NewKernel_d/static_int.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/static_int.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/static_int.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/static_int.h $ // $Id: static_int.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/store_kernel.h cgal-5.5.1/include/CGAL/NewKernel_d/store_kernel.h --- cgal-5.5/include/CGAL/NewKernel_d/store_kernel.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/store_kernel.h 2022-10-07 19:05:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/store_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/store_kernel.h $ // $Id: store_kernel.h a03eff6 2020-04-08T16:03:18+02:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Types/Aff_transformation.h cgal-5.5.1/include/CGAL/NewKernel_d/Types/Aff_transformation.h --- cgal-5.5/include/CGAL/NewKernel_d/Types/Aff_transformation.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Types/Aff_transformation.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Types/Aff_transformation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Types/Aff_transformation.h $ // $Id: Aff_transformation.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Types/Hyperplane.h cgal-5.5.1/include/CGAL/NewKernel_d/Types/Hyperplane.h --- cgal-5.5/include/CGAL/NewKernel_d/Types/Hyperplane.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Types/Hyperplane.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Types/Hyperplane.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Types/Hyperplane.h $ // $Id: Hyperplane.h 634fe39 2020-12-30T19:56:58+01:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Types/Iso_box.h cgal-5.5.1/include/CGAL/NewKernel_d/Types/Iso_box.h --- cgal-5.5/include/CGAL/NewKernel_d/Types/Iso_box.h 2022-07-13 19:05:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Types/Iso_box.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Types/Iso_box.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Types/Iso_box.h $ // $Id: Iso_box.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Types/Line.h cgal-5.5.1/include/CGAL/NewKernel_d/Types/Line.h --- cgal-5.5/include/CGAL/NewKernel_d/Types/Line.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Types/Line.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Types/Line.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Types/Line.h $ // $Id: Line.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Types/Ray.h cgal-5.5.1/include/CGAL/NewKernel_d/Types/Ray.h --- cgal-5.5/include/CGAL/NewKernel_d/Types/Ray.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Types/Ray.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Types/Ray.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Types/Ray.h $ // $Id: Ray.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Types/Segment.h cgal-5.5.1/include/CGAL/NewKernel_d/Types/Segment.h --- cgal-5.5/include/CGAL/NewKernel_d/Types/Segment.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Types/Segment.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Types/Segment.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Types/Segment.h $ // $Id: Segment.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Types/Sphere.h cgal-5.5.1/include/CGAL/NewKernel_d/Types/Sphere.h --- cgal-5.5/include/CGAL/NewKernel_d/Types/Sphere.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Types/Sphere.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Types/Sphere.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Types/Sphere.h $ // $Id: Sphere.h 634fe39 2020-12-30T19:56:58+01:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Types/Weighted_point.h cgal-5.5.1/include/CGAL/NewKernel_d/Types/Weighted_point.h --- cgal-5.5/include/CGAL/NewKernel_d/Types/Weighted_point.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Types/Weighted_point.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Types/Weighted_point.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Types/Weighted_point.h $ // $Id: Weighted_point.h 53ed991 2020-08-27T15:39:08+02:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/utils.h cgal-5.5.1/include/CGAL/NewKernel_d/utils.h --- cgal-5.5/include/CGAL/NewKernel_d/utils.h 2022-07-13 19:05:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/utils.h 2022-10-07 19:05:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/utils.h $ // $Id: utils.h 9c28a54 2021-03-18T09:38:30+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/array.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/array.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/array.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/array.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/array.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/array.h $ // $Id: array.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/avx4.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/avx4.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/avx4.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/avx4.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/avx4.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/avx4.h $ // $Id: avx4.h e6c767d 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_iterator_to_vectors.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_iterator_to_vectors.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_iterator_to_vectors.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_iterator_to_vectors.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_iterator_to_vectors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_iterator_to_vectors.h $ // $Id: determinant_of_iterator_to_points_from_iterator_to_vectors.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_points.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_points.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_points.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_points.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_points.h $ // $Id: determinant_of_iterator_to_points_from_points.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_vectors_from_vectors.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_vectors_from_vectors.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_vectors_from_vectors.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_vectors_from_vectors.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_vectors_from_vectors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_vectors_from_vectors.h $ // $Id: determinant_of_iterator_to_vectors_from_vectors.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_points_from_vectors.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_points_from_vectors.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_points_from_vectors.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_points_from_vectors.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_points_from_vectors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_points_from_vectors.h $ // $Id: determinant_of_points_from_vectors.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim.h $ // $Id: determinant_of_vectors_small_dim.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim_internal.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim_internal.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim_internal.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim_internal.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim_internal.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim_internal.h $ // $Id: determinant_of_vectors_small_dim_internal.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/mix.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/mix.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/mix.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/mix.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/mix.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/mix.h $ // $Id: mix.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/sse2.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/sse2.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/sse2.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/sse2.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/sse2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/sse2.h $ // $Id: sse2.h e6c767d 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/v2int.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/v2int.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/v2int.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/v2int.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/v2int.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/v2int.h $ // $Id: v2int.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Vector/vector.h cgal-5.5.1/include/CGAL/NewKernel_d/Vector/vector.h --- cgal-5.5/include/CGAL/NewKernel_d/Vector/vector.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Vector/vector.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Vector/vector.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Vector/vector.h $ // $Id: vector.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h --- cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h $ // $Id: Cartesian_wrap.h 31a0557 2021-08-13T16:45:28+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h --- cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h $ // $Id: Hyperplane_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Point_d.h cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Point_d.h --- cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Point_d.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Point_d.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Point_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Point_d.h $ // $Id: Point_d.h cca0a19 2022-04-12T16:14:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Ref_count_obj.h cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Ref_count_obj.h --- cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Ref_count_obj.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Ref_count_obj.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Ref_count_obj.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Ref_count_obj.h $ // $Id: Ref_count_obj.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Segment_d.h cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Segment_d.h --- cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Segment_d.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Segment_d.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Segment_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Segment_d.h $ // $Id: Segment_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h --- cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h $ // $Id: Sphere_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Vector_d.h cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Vector_d.h --- cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Vector_d.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Vector_d.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Vector_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Vector_d.h $ // $Id: Vector_d.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Weighted_point_d.h cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Weighted_point_d.h --- cgal-5.5/include/CGAL/NewKernel_d/Wrapper/Weighted_point_d.h 2022-07-13 19:05:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NewKernel_d/Wrapper/Weighted_point_d.h 2022-10-07 19:05:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Weighted_point_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/NewKernel_d/Wrapper/Weighted_point_d.h $ // $Id: Weighted_point_d.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/No_intersection_surface_sweep_2.h cgal-5.5.1/include/CGAL/No_intersection_surface_sweep_2.h --- cgal-5.5/include/CGAL/No_intersection_surface_sweep_2.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/No_intersection_surface_sweep_2.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/No_intersection_surface_sweep_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/No_intersection_surface_sweep_2.h $ // $Id: No_intersection_surface_sweep_2.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/normal_vector_newell_3.h cgal-5.5.1/include/CGAL/normal_vector_newell_3.h --- cgal-5.5/include/CGAL/normal_vector_newell_3.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/normal_vector_newell_3.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/normal_vector_newell_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/normal_vector_newell_3.h $ // $Id: normal_vector_newell_3.h 5345986 2021-02-10T11:13:14+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/N_step_adaptor_derived.h cgal-5.5.1/include/CGAL/N_step_adaptor_derived.h --- cgal-5.5/include/CGAL/N_step_adaptor_derived.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/N_step_adaptor_derived.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/N_step_adaptor_derived.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/N_step_adaptor_derived.h $ // $Id: N_step_adaptor_derived.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/N_step_adaptor.h cgal-5.5.1/include/CGAL/N_step_adaptor.h --- cgal-5.5/include/CGAL/N_step_adaptor.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/N_step_adaptor.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/N_step_adaptor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/N_step_adaptor.h $ // $Id: N_step_adaptor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/NT_converter.h cgal-5.5.1/include/CGAL/NT_converter.h --- cgal-5.5/include/CGAL/NT_converter.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/NT_converter.h 2022-10-07 19:05:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/NT_converter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/NT_converter.h $ // $Id: NT_converter.h cd92000 2022-01-10T15:40:04+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Null_matrix.h cgal-5.5.1/include/CGAL/Null_matrix.h --- cgal-5.5/include/CGAL/Null_matrix.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Null_matrix.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Null_matrix.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Null_matrix.h $ // $Id: Null_matrix.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/number_type_basic.h cgal-5.5.1/include/CGAL/number_type_basic.h --- cgal-5.5/include/CGAL/number_type_basic.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/number_type_basic.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/number_type_basic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/number_type_basic.h $ // $Id: number_type_basic.h a88a84b 2021-08-13T15:46:50+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Number_type_checker.h cgal-5.5.1/include/CGAL/Number_type_checker.h --- cgal-5.5/include/CGAL/Number_type_checker.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Number_type_checker.h 2022-10-07 19:05:54.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Number_type_checker.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Number_type_checker.h $ // $Id: Number_type_checker.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/number_type_config.h cgal-5.5.1/include/CGAL/number_type_config.h --- cgal-5.5/include/CGAL/number_type_config.h 2022-07-13 19:05:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/number_type_config.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/number_type_config.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/number_type_config.h $ // $Id: number_type_config.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Number_types/internal/Exact_type_selector.h cgal-5.5.1/include/CGAL/Number_types/internal/Exact_type_selector.h --- cgal-5.5/include/CGAL/Number_types/internal/Exact_type_selector.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Number_types/internal/Exact_type_selector.h 2022-10-07 19:05:54.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Number_types/internal/Exact_type_selector.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Number_types/internal/Exact_type_selector.h $ // $Id: Exact_type_selector.h 4bd7049 2022-05-03T12:14:50+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Number_types/internal_functions_comparison_root_of_2.h cgal-5.5.1/include/CGAL/Number_types/internal_functions_comparison_root_of_2.h --- cgal-5.5/include/CGAL/Number_types/internal_functions_comparison_root_of_2.h 2022-07-13 19:05:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Number_types/internal_functions_comparison_root_of_2.h 2022-10-07 19:05:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/Number_types/internal_functions_comparison_root_of_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/Number_types/internal_functions_comparison_root_of_2.h $ // $Id: internal_functions_comparison_root_of_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/number_utils_classes.h cgal-5.5.1/include/CGAL/number_utils_classes.h --- cgal-5.5/include/CGAL/number_utils_classes.h 2022-07-13 19:04:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/number_utils_classes.h 2022-10-07 19:04:22.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/number_utils_classes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/number_utils_classes.h $ // $Id: number_utils_classes.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/number_utils.h cgal-5.5.1/include/CGAL/number_utils.h --- cgal-5.5/include/CGAL/number_utils.h 2022-07-13 19:04:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/number_utils.h 2022-10-07 19:04:22.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_foundations/include/CGAL/number_utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_foundations/include/CGAL/number_utils.h $ // $Id: number_utils.h e222e77 2021-05-18T18:16:44+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Object.h cgal-5.5.1/include/CGAL/Object.h --- cgal-5.5/include/CGAL/Object.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Object.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Object.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Object.h $ // $Id: Object.h b575892 2021-06-08T18:21:46+01:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Octree.h cgal-5.5.1/include/CGAL/Octree.h --- cgal-5.5/include/CGAL/Octree.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Octree.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Octree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Octree.h $ // $Id: Octree.h 4d761ed 2021-04-01T14:21:01+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/odt_optimize_mesh_3.h cgal-5.5.1/include/CGAL/odt_optimize_mesh_3.h --- cgal-5.5/include/CGAL/odt_optimize_mesh_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/odt_optimize_mesh_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/odt_optimize_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/odt_optimize_mesh_3.h $ // $Id: odt_optimize_mesh_3.h 1c3e09f 2022-01-10T15:32:38+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/offset_polygon_2.h cgal-5.5.1/include/CGAL/offset_polygon_2.h --- cgal-5.5/include/CGAL/offset_polygon_2.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/offset_polygon_2.h 2022-10-07 19:05:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/offset_polygon_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/offset_polygon_2.h $ // $Id: offset_polygon_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OFF_to_nef_3.h cgal-5.5.1/include/CGAL/OFF_to_nef_3.h --- cgal-5.5/include/CGAL/OFF_to_nef_3.h 2022-07-13 19:05:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OFF_to_nef_3.h 2022-10-07 19:05:49.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_3/include/CGAL/OFF_to_nef_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_3/include/CGAL/OFF_to_nef_3.h $ // $Id: OFF_to_nef_3.h 6d6dc0c 2020-06-24T17:41:20+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OpenGR/compute_registration_transformation.h cgal-5.5.1/include/CGAL/OpenGR/compute_registration_transformation.h --- cgal-5.5/include/CGAL/OpenGR/compute_registration_transformation.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OpenGR/compute_registration_transformation.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/OpenGR/compute_registration_transformation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/OpenGR/compute_registration_transformation.h $ // $Id: compute_registration_transformation.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OpenGR/register_point_sets.h cgal-5.5.1/include/CGAL/OpenGR/register_point_sets.h --- cgal-5.5/include/CGAL/OpenGR/register_point_sets.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OpenGR/register_point_sets.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/OpenGR/register_point_sets.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/OpenGR/register_point_sets.h $ // $Id: register_point_sets.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OpenNL/bicgstab.h cgal-5.5.1/include/CGAL/OpenNL/bicgstab.h --- cgal-5.5/include/CGAL/OpenNL/bicgstab.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OpenNL/bicgstab.h 2022-10-07 19:05:56.000000000 +0000 @@ -23,7 +23,7 @@ * - added comments and traces * - copied BICGSTAB algorithm WITH preconditioner from Graphite 1.9 code * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/OpenNL/include/CGAL/OpenNL/bicgstab.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/OpenNL/include/CGAL/OpenNL/bicgstab.h $ * $Id: bicgstab.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later */ diff -Nru cgal-5.5/include/CGAL/OpenNL/blas.h cgal-5.5.1/include/CGAL/OpenNL/blas.h --- cgal-5.5/include/CGAL/OpenNL/blas.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OpenNL/blas.h 2022-10-07 19:05:56.000000000 +0000 @@ -21,7 +21,7 @@ * Andreas Meyer 2007 changes for CGAL: * - replaced assert with CGAL_assertion/CGAL_error etc. * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/OpenNL/include/CGAL/OpenNL/blas.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/OpenNL/include/CGAL/OpenNL/blas.h $ * $Id: blas.h fcd0529 2019-10-20T00:47:56+02:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later */ diff -Nru cgal-5.5/include/CGAL/OpenNL/conjugate_gradient.h cgal-5.5.1/include/CGAL/OpenNL/conjugate_gradient.h --- cgal-5.5/include/CGAL/OpenNL/conjugate_gradient.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OpenNL/conjugate_gradient.h 2022-10-07 19:05:56.000000000 +0000 @@ -23,7 +23,7 @@ * - added comments * - copied Conjugate Gradient algorithm WITH preconditioner from Graphite 1.9 code * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/OpenNL/include/CGAL/OpenNL/conjugate_gradient.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/OpenNL/include/CGAL/OpenNL/conjugate_gradient.h $ * $Id: conjugate_gradient.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later */ diff -Nru cgal-5.5/include/CGAL/OpenNL/full_vector.h cgal-5.5.1/include/CGAL/OpenNL/full_vector.h --- cgal-5.5/include/CGAL/OpenNL/full_vector.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OpenNL/full_vector.h 2022-10-07 19:05:56.000000000 +0000 @@ -21,7 +21,7 @@ * - FullVector is now a model of the SparseLinearAlgebraTraits_d::Vector concept * - Coefficients are initialized with zeros * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/OpenNL/include/CGAL/OpenNL/full_vector.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/OpenNL/include/CGAL/OpenNL/full_vector.h $ * $Id: full_vector.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later */ diff -Nru cgal-5.5/include/CGAL/OpenNL/linear_solver.h cgal-5.5.1/include/CGAL/OpenNL/linear_solver.h --- cgal-5.5/include/CGAL/OpenNL/linear_solver.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OpenNL/linear_solver.h 2022-10-07 19:05:56.000000000 +0000 @@ -22,7 +22,7 @@ * - Added SymmetricLinearSolverTraits * - copied Jacobi preconditioner from Graphite 1.9 code * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/OpenNL/include/CGAL/OpenNL/linear_solver.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/OpenNL/include/CGAL/OpenNL/linear_solver.h $ * $Id: linear_solver.h fcd0529 2019-10-20T00:47:56+02:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later */ diff -Nru cgal-5.5/include/CGAL/OpenNL/preconditioner.h cgal-5.5.1/include/CGAL/OpenNL/preconditioner.h --- cgal-5.5/include/CGAL/OpenNL/preconditioner.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OpenNL/preconditioner.h 2022-10-07 19:05:56.000000000 +0000 @@ -20,7 +20,7 @@ * - copied Jacobi preconditioner from Graphite 1.9 code * - Added OpenNL namespace * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/OpenNL/include/CGAL/OpenNL/preconditioner.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/OpenNL/include/CGAL/OpenNL/preconditioner.h $ * $Id: preconditioner.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later */ diff -Nru cgal-5.5/include/CGAL/OpenNL/sparse_matrix.h cgal-5.5.1/include/CGAL/OpenNL/sparse_matrix.h --- cgal-5.5/include/CGAL/OpenNL/sparse_matrix.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OpenNL/sparse_matrix.h 2022-10-07 19:05:56.000000000 +0000 @@ -20,7 +20,7 @@ * - Added OpenNL namespace * - SparseMatrix is now a model of the SparseLinearAlgebraTraits_d::Matrix concept * - * $URL: https://github.com/CGAL/cgal/blob/v5.5/OpenNL/include/CGAL/OpenNL/sparse_matrix.h $ + * $URL: https://github.com/CGAL/cgal/blob/v5.5.1/OpenNL/include/CGAL/OpenNL/sparse_matrix.h $ * $Id: sparse_matrix.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot * SPDX-License-Identifier: LGPL-3.0-or-later */ diff -Nru cgal-5.5/include/CGAL/Optimal_bounding_box/internal/evolution.h cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/evolution.h --- cgal-5.5/include/CGAL/Optimal_bounding_box/internal/evolution.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/evolution.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/evolution.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/evolution.h $ // $Id: evolution.h 6fe47ed 2020-05-06T12:10:48+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimal_bounding_box/internal/fitness_function.h cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/fitness_function.h --- cgal-5.5/include/CGAL/Optimal_bounding_box/internal/fitness_function.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/fitness_function.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/fitness_function.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/fitness_function.h $ // $Id: fitness_function.h e9d41d7 2020-04-21T10:03:00+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimal_bounding_box/internal/helper.h cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/helper.h --- cgal-5.5/include/CGAL/Optimal_bounding_box/internal/helper.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/helper.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/helper.h $ // $Id: helper.h ba99311 2019-12-12T11:18:29+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimal_bounding_box/internal/nelder_mead_functions.h cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/nelder_mead_functions.h --- cgal-5.5/include/CGAL/Optimal_bounding_box/internal/nelder_mead_functions.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/nelder_mead_functions.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/nelder_mead_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/nelder_mead_functions.h $ // $Id: nelder_mead_functions.h f0f2799 2020-03-28T12:18:16+01:00 Mael // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimal_bounding_box/internal/optimize_2.h cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/optimize_2.h --- cgal-5.5/include/CGAL/Optimal_bounding_box/internal/optimize_2.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/optimize_2.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/optimize_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/optimize_2.h $ // $Id: optimize_2.h 93ee230 2021-08-23T22:25:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimal_bounding_box/internal/population.h cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/population.h --- cgal-5.5/include/CGAL/Optimal_bounding_box/internal/population.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimal_bounding_box/internal/population.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/population.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/internal/population.h $ // $Id: population.h e9d41d7 2020-04-21T10:03:00+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimal_bounding_box/oriented_bounding_box.h cgal-5.5.1/include/CGAL/Optimal_bounding_box/oriented_bounding_box.h --- cgal-5.5/include/CGAL/Optimal_bounding_box/oriented_bounding_box.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimal_bounding_box/oriented_bounding_box.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/oriented_bounding_box.h $ -// $Id: oriented_bounding_box.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/oriented_bounding_box.h $ +// $Id: oriented_bounding_box.h 2c6d70e 2022-10-07T15:46:37+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -334,14 +335,14 @@ typedef typename CGAL::Kernel_traits::type K; typedef Oriented_bounding_box_traits_3 Default_traits; #else - typedef void Default_traits; + typedef CGAL::Default Default_traits; #endif typedef typename internal_np::Lookup_named_param_def::type Geom_traits; - CGAL_static_assertion_msg(!(std::is_same::value), + CGAL_static_assertion_msg(!(std::is_same::value), "You must provide a traits class or have Eigen enabled!"); Geom_traits traits = choose_parameter(get_parameter(np, internal_np::geom_traits)); diff -Nru cgal-5.5/include/CGAL/Optimal_bounding_box/Oriented_bounding_box_traits_3.h cgal-5.5.1/include/CGAL/Optimal_bounding_box/Oriented_bounding_box_traits_3.h --- cgal-5.5/include/CGAL/Optimal_bounding_box/Oriented_bounding_box_traits_3.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimal_bounding_box/Oriented_bounding_box_traits_3.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/Oriented_bounding_box_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/Oriented_bounding_box_traits_3.h $ // $Id: Oriented_bounding_box_traits_3.h b3968d2 2020-03-27T18:19:39+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/optimal_bounding_box.h cgal-5.5.1/include/CGAL/optimal_bounding_box.h --- cgal-5.5/include/CGAL/optimal_bounding_box.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/optimal_bounding_box.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_bounding_box/include/CGAL/optimal_bounding_box.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_bounding_box/include/CGAL/optimal_bounding_box.h $ // $Id: optimal_bounding_box.h ae19de5 2020-01-10T10:11:00+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimal_transportation_reconstruction_2.h cgal-5.5.1/include/CGAL/Optimal_transportation_reconstruction_2.h --- cgal-5.5/include/CGAL/Optimal_transportation_reconstruction_2.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimal_transportation_reconstruction_2.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_transportation_reconstruction_2/include/CGAL/Optimal_transportation_reconstruction_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_transportation_reconstruction_2/include/CGAL/Optimal_transportation_reconstruction_2.h $ // $Id: Optimal_transportation_reconstruction_2.h 9847fd7 2022-01-03T19:15:11+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/Access_coordinates_begin_2.h cgal-5.5.1/include/CGAL/Optimisation/Access_coordinates_begin_2.h --- cgal-5.5/include/CGAL/Optimisation/Access_coordinates_begin_2.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/Access_coordinates_begin_2.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/Access_coordinates_begin_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/Access_coordinates_begin_2.h $ // $Id: Access_coordinates_begin_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/Access_coordinates_begin_3.h cgal-5.5.1/include/CGAL/Optimisation/Access_coordinates_begin_3.h --- cgal-5.5/include/CGAL/Optimisation/Access_coordinates_begin_3.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/Access_coordinates_begin_3.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/Access_coordinates_begin_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/Access_coordinates_begin_3.h $ // $Id: Access_coordinates_begin_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/Access_coordinates_begin_d.h cgal-5.5.1/include/CGAL/Optimisation/Access_coordinates_begin_d.h --- cgal-5.5/include/CGAL/Optimisation/Access_coordinates_begin_d.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/Access_coordinates_begin_d.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/Access_coordinates_begin_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/Access_coordinates_begin_d.h $ // $Id: Access_coordinates_begin_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/Access_dimension_2.h cgal-5.5.1/include/CGAL/Optimisation/Access_dimension_2.h --- cgal-5.5/include/CGAL/Optimisation/Access_dimension_2.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/Access_dimension_2.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/Access_dimension_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/Access_dimension_2.h $ // $Id: Access_dimension_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/Access_dimension_3.h cgal-5.5.1/include/CGAL/Optimisation/Access_dimension_3.h --- cgal-5.5/include/CGAL/Optimisation/Access_dimension_3.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/Access_dimension_3.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/Access_dimension_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/Access_dimension_3.h $ // $Id: Access_dimension_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/Access_dimension_d.h cgal-5.5.1/include/CGAL/Optimisation/Access_dimension_d.h --- cgal-5.5/include/CGAL/Optimisation/Access_dimension_d.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/Access_dimension_d.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/Access_dimension_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/Access_dimension_d.h $ // $Id: Access_dimension_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/assertions.h cgal-5.5.1/include/CGAL/Optimisation/assertions.h --- cgal-5.5/include/CGAL/Optimisation/assertions.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/assertions.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/assertions.h $ // $Id: assertions.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/basic.h cgal-5.5.1/include/CGAL/Optimisation/basic.h --- cgal-5.5/include/CGAL/Optimisation/basic.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/basic.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/basic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/basic.h $ // $Id: basic.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/Construct_point_2.h cgal-5.5.1/include/CGAL/Optimisation/Construct_point_2.h --- cgal-5.5/include/CGAL/Optimisation/Construct_point_2.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/Construct_point_2.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/Construct_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/Construct_point_2.h $ // $Id: Construct_point_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/Construct_point_3.h cgal-5.5.1/include/CGAL/Optimisation/Construct_point_3.h --- cgal-5.5/include/CGAL/Optimisation/Construct_point_3.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/Construct_point_3.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/Construct_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/Construct_point_3.h $ // $Id: Construct_point_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/Construct_point_d.h cgal-5.5.1/include/CGAL/Optimisation/Construct_point_d.h --- cgal-5.5/include/CGAL/Optimisation/Construct_point_d.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/Construct_point_d.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/Construct_point_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/Construct_point_d.h $ // $Id: Construct_point_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation/debug.h cgal-5.5.1/include/CGAL/Optimisation/debug.h --- cgal-5.5/include/CGAL/Optimisation/debug.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation/debug.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation/debug.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation/debug.h $ // $Id: debug.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation_d_traits_2.h cgal-5.5.1/include/CGAL/Optimisation_d_traits_2.h --- cgal-5.5/include/CGAL/Optimisation_d_traits_2.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation_d_traits_2.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation_d_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation_d_traits_2.h $ // $Id: Optimisation_d_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation_d_traits_3.h cgal-5.5.1/include/CGAL/Optimisation_d_traits_3.h --- cgal-5.5/include/CGAL/Optimisation_d_traits_3.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation_d_traits_3.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation_d_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation_d_traits_3.h $ // $Id: Optimisation_d_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Optimisation_d_traits_d.h cgal-5.5.1/include/CGAL/Optimisation_d_traits_d.h --- cgal-5.5/include/CGAL/Optimisation_d_traits_d.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Optimisation_d_traits_d.h 2022-10-07 19:05:57.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimisation_basic/include/CGAL/Optimisation_d_traits_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimisation_basic/include/CGAL/Optimisation_d_traits_d.h $ // $Id: Optimisation_d_traits_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/optimize_mesh_3.h cgal-5.5.1/include/CGAL/optimize_mesh_3.h --- cgal-5.5/include/CGAL/optimize_mesh_3.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/optimize_mesh_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/optimize_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/optimize_mesh_3.h $ // $Id: optimize_mesh_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/optimize_periodic_3_mesh_3.h cgal-5.5.1/include/CGAL/optimize_periodic_3_mesh_3.h --- cgal-5.5/include/CGAL/optimize_periodic_3_mesh_3.h 2022-07-13 19:06:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/optimize_periodic_3_mesh_3.h 2022-10-07 19:06:02.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_mesh_3/include/CGAL/optimize_periodic_3_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_mesh_3/include/CGAL/optimize_periodic_3_mesh_3.h $ // $Id: optimize_periodic_3_mesh_3.h 1c3e09f 2022-01-10T15:32:38+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orientation_Linf_2.h cgal-5.5.1/include/CGAL/Orientation_Linf_2.h --- cgal-5.5/include/CGAL/Orientation_Linf_2.h 2022-07-13 19:06:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orientation_Linf_2.h 2022-10-07 19:06:32.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Segment_Delaunay_graph_Linf_2/include/CGAL/Orientation_Linf_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Segment_Delaunay_graph_Linf_2/include/CGAL/Orientation_Linf_2.h $ // $Id: Orientation_Linf_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Origin.h cgal-5.5.1/include/CGAL/Origin.h --- cgal-5.5/include/CGAL/Origin.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Origin.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Origin.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Origin.h $ // $Id: Origin.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Origin_impl.h cgal-5.5.1/include/CGAL/Origin_impl.h --- cgal-5.5/include/CGAL/Origin_impl.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Origin_impl.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Origin_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Origin_impl.h $ // $Id: Origin_impl.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthogonal_incremental_neighbor_search.h cgal-5.5.1/include/CGAL/Orthogonal_incremental_neighbor_search.h --- cgal-5.5/include/CGAL/Orthogonal_incremental_neighbor_search.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthogonal_incremental_neighbor_search.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Orthogonal_incremental_neighbor_search.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Orthogonal_incremental_neighbor_search.h $ // $Id: Orthogonal_incremental_neighbor_search.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthogonal_k_neighbor_search.h cgal-5.5.1/include/CGAL/Orthogonal_k_neighbor_search.h --- cgal-5.5/include/CGAL/Orthogonal_k_neighbor_search.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthogonal_k_neighbor_search.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Orthogonal_k_neighbor_search.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Orthogonal_k_neighbor_search.h $ // $Id: Orthogonal_k_neighbor_search.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthtree/Cartesian_ranges.h cgal-5.5.1/include/CGAL/Orthtree/Cartesian_ranges.h --- cgal-5.5/include/CGAL/Orthtree/Cartesian_ranges.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthtree/Cartesian_ranges.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Orthtree/Cartesian_ranges.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Orthtree/Cartesian_ranges.h $ // $Id: Cartesian_ranges.h 4d761ed 2021-04-01T14:21:01+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthtree/IO.h cgal-5.5.1/include/CGAL/Orthtree/IO.h --- cgal-5.5/include/CGAL/Orthtree/IO.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthtree/IO.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Orthtree/IO.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Orthtree/IO.h $ // $Id: IO.h 0fcb4cb 2020-10-27T09:04:13+01:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthtree/Node.h cgal-5.5.1/include/CGAL/Orthtree/Node.h --- cgal-5.5/include/CGAL/Orthtree/Node.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthtree/Node.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Orthtree/Node.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Orthtree/Node.h $ // $Id: Node.h 8f8679e 2021-04-13T09:42:15+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthtree/Split_predicates.h cgal-5.5.1/include/CGAL/Orthtree/Split_predicates.h --- cgal-5.5/include/CGAL/Orthtree/Split_predicates.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthtree/Split_predicates.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Orthtree/Split_predicates.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Orthtree/Split_predicates.h $ // $Id: Split_predicates.h 4d761ed 2021-04-01T14:21:01+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthtree/Traversal_iterator.h cgal-5.5.1/include/CGAL/Orthtree/Traversal_iterator.h --- cgal-5.5/include/CGAL/Orthtree/Traversal_iterator.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthtree/Traversal_iterator.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Orthtree/Traversal_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Orthtree/Traversal_iterator.h $ // $Id: Traversal_iterator.h 0747b09 2020-10-26T15:56:42+01:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthtree/Traversals.h cgal-5.5.1/include/CGAL/Orthtree/Traversals.h --- cgal-5.5/include/CGAL/Orthtree/Traversals.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthtree/Traversals.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Orthtree/Traversals.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Orthtree/Traversals.h $ // $Id: Traversals.h 4d761ed 2021-04-01T14:21:01+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthtree.h cgal-5.5.1/include/CGAL/Orthtree.h --- cgal-5.5/include/CGAL/Orthtree.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthtree.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Orthtree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Orthtree.h $ // $Id: Orthtree.h 191e99a 2022-05-17T10:41:26+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthtree_traits_2.h cgal-5.5.1/include/CGAL/Orthtree_traits_2.h --- cgal-5.5/include/CGAL/Orthtree_traits_2.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthtree_traits_2.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Orthtree_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Orthtree_traits_2.h $ // $Id: Orthtree_traits_2.h 4d761ed 2021-04-01T14:21:01+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthtree_traits_3.h cgal-5.5.1/include/CGAL/Orthtree_traits_3.h --- cgal-5.5/include/CGAL/Orthtree_traits_3.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthtree_traits_3.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Orthtree_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Orthtree_traits_3.h $ // $Id: Orthtree_traits_3.h 4d761ed 2021-04-01T14:21:01+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Orthtree_traits_d.h cgal-5.5.1/include/CGAL/Orthtree_traits_d.h --- cgal-5.5/include/CGAL/Orthtree_traits_d.h 2022-07-13 19:05:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Orthtree_traits_d.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Orthtree/include/CGAL/Orthtree_traits_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Orthtree/include/CGAL/Orthtree_traits_d.h $ // $Id: Orthtree_traits_d.h 4d761ed 2021-04-01T14:21:01+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OSQP_quadratic_program_traits.h cgal-5.5.1/include/CGAL/OSQP_quadratic_program_traits.h --- cgal-5.5/include/CGAL/OSQP_quadratic_program_traits.h 2022-07-13 19:06:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OSQP_quadratic_program_traits.h 2022-10-07 19:06:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Solver_interface/include/CGAL/OSQP_quadratic_program_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Solver_interface/include/CGAL/OSQP_quadratic_program_traits.h $ // $Id: OSQP_quadratic_program_traits.h 599d7b3 2022-04-26T09:53:42+02:00 albert-github // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OTR_2/Cost.h cgal-5.5.1/include/CGAL/OTR_2/Cost.h --- cgal-5.5/include/CGAL/OTR_2/Cost.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OTR_2/Cost.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Cost.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Cost.h $ // $Id: Cost.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OTR_2/Reconstruction_edge_2.h cgal-5.5.1/include/CGAL/OTR_2/Reconstruction_edge_2.h --- cgal-5.5/include/CGAL/OTR_2/Reconstruction_edge_2.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OTR_2/Reconstruction_edge_2.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Reconstruction_edge_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Reconstruction_edge_2.h $ // $Id: Reconstruction_edge_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OTR_2/Reconstruction_face_base_2.h cgal-5.5.1/include/CGAL/OTR_2/Reconstruction_face_base_2.h --- cgal-5.5/include/CGAL/OTR_2/Reconstruction_face_base_2.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OTR_2/Reconstruction_face_base_2.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Reconstruction_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Reconstruction_face_base_2.h $ // $Id: Reconstruction_face_base_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OTR_2/Reconstruction_triangulation_2.h cgal-5.5.1/include/CGAL/OTR_2/Reconstruction_triangulation_2.h --- cgal-5.5/include/CGAL/OTR_2/Reconstruction_triangulation_2.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OTR_2/Reconstruction_triangulation_2.h 2022-10-07 19:05:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Reconstruction_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Reconstruction_triangulation_2.h $ // $Id: Reconstruction_triangulation_2.h 263ad6b 2020-08-20T18:25:01+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OTR_2/Reconstruction_vertex_base_2.h cgal-5.5.1/include/CGAL/OTR_2/Reconstruction_vertex_base_2.h --- cgal-5.5/include/CGAL/OTR_2/Reconstruction_vertex_base_2.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OTR_2/Reconstruction_vertex_base_2.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Reconstruction_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Reconstruction_vertex_base_2.h $ // $Id: Reconstruction_vertex_base_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/OTR_2/Sample.h cgal-5.5.1/include/CGAL/OTR_2/Sample.h --- cgal-5.5/include/CGAL/OTR_2/Sample.h 2022-07-13 19:05:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/OTR_2/Sample.h 2022-10-07 19:05:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Sample.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Optimal_transportation_reconstruction_2/include/CGAL/OTR_2/Sample.h $ // $Id: Sample.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Parabola_2.h cgal-5.5.1/include/CGAL/Parabola_2.h --- cgal-5.5/include/CGAL/Parabola_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Parabola_2.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Parabola_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Parabola_2.h $ // $Id: Parabola_2.h d2a2532 2021-06-17T10:29:02+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Parabola_segment_2.h cgal-5.5.1/include/CGAL/Parabola_segment_2.h --- cgal-5.5/include/CGAL/Parabola_segment_2.h 2022-07-13 19:04:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Parabola_segment_2.h 2022-10-07 19:04:29.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Apollonius_graph_2/include/CGAL/Parabola_segment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Apollonius_graph_2/include/CGAL/Parabola_segment_2.h $ // $Id: Parabola_segment_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Circulator_pair.h cgal-5.5.1/include/CGAL/Partition_2/Circulator_pair.h --- cgal-5.5/include/CGAL/Partition_2/Circulator_pair.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Circulator_pair.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Circulator_pair.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Circulator_pair.h $ // $Id: Circulator_pair.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Indirect_edge_compare.h cgal-5.5.1/include/CGAL/Partition_2/Indirect_edge_compare.h --- cgal-5.5/include/CGAL/Partition_2/Indirect_edge_compare.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Indirect_edge_compare.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Indirect_edge_compare.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Indirect_edge_compare.h $ // $Id: Indirect_edge_compare.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Indirect_less_xy_2.h cgal-5.5.1/include/CGAL/Partition_2/Indirect_less_xy_2.h --- cgal-5.5/include/CGAL/Partition_2/Indirect_less_xy_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Indirect_less_xy_2.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Indirect_less_xy_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Indirect_less_xy_2.h $ // $Id: Indirect_less_xy_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Indirect_not_less_yx_2.h cgal-5.5.1/include/CGAL/Partition_2/Indirect_not_less_yx_2.h --- cgal-5.5/include/CGAL/Partition_2/Indirect_not_less_yx_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Indirect_not_less_yx_2.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Indirect_not_less_yx_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Indirect_not_less_yx_2.h $ // $Id: Indirect_not_less_yx_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/is_degenerate_polygon_2.h cgal-5.5.1/include/CGAL/Partition_2/is_degenerate_polygon_2.h --- cgal-5.5/include/CGAL/Partition_2/is_degenerate_polygon_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/is_degenerate_polygon_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/is_degenerate_polygon_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/is_degenerate_polygon_2.h $ // $Id: is_degenerate_polygon_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Iterator_list.h cgal-5.5.1/include/CGAL/Partition_2/Iterator_list.h --- cgal-5.5/include/CGAL/Partition_2/Iterator_list.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Iterator_list.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Iterator_list.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Iterator_list.h $ // $Id: Iterator_list.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Matrix.h cgal-5.5.1/include/CGAL/Partition_2/Matrix.h --- cgal-5.5/include/CGAL/Partition_2/Matrix.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Matrix.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Matrix.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Matrix.h $ // $Id: Matrix.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/partition_approx_convex_2.h cgal-5.5.1/include/CGAL/Partition_2/partition_approx_convex_2.h --- cgal-5.5/include/CGAL/Partition_2/partition_approx_convex_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/partition_approx_convex_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/partition_approx_convex_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/partition_approx_convex_2.h $ // $Id: partition_approx_convex_2.h e6c767d 2021-05-12T15:45:07+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/partition_assertions.h cgal-5.5.1/include/CGAL/Partition_2/partition_assertions.h --- cgal-5.5/include/CGAL/Partition_2/partition_assertions.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/partition_assertions.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/partition_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/partition_assertions.h $ // $Id: partition_assertions.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Partitioned_polygon_2.h cgal-5.5.1/include/CGAL/Partition_2/Partitioned_polygon_2.h --- cgal-5.5/include/CGAL/Partition_2/Partitioned_polygon_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Partitioned_polygon_2.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Partitioned_polygon_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Partitioned_polygon_2.h $ // $Id: Partitioned_polygon_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/partition_greene_approx_convex_2.h cgal-5.5.1/include/CGAL/Partition_2/partition_greene_approx_convex_2.h --- cgal-5.5/include/CGAL/Partition_2/partition_greene_approx_convex_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/partition_greene_approx_convex_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/partition_greene_approx_convex_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/partition_greene_approx_convex_2.h $ // $Id: partition_greene_approx_convex_2.h 521c72d 2021-10-04T13:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Partition_opt_cvx_diagonal_list.h cgal-5.5.1/include/CGAL/Partition_2/Partition_opt_cvx_diagonal_list.h --- cgal-5.5/include/CGAL/Partition_2/Partition_opt_cvx_diagonal_list.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Partition_opt_cvx_diagonal_list.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Partition_opt_cvx_diagonal_list.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Partition_opt_cvx_diagonal_list.h $ // $Id: Partition_opt_cvx_diagonal_list.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Partition_opt_cvx_edge.h cgal-5.5.1/include/CGAL/Partition_2/Partition_opt_cvx_edge.h --- cgal-5.5/include/CGAL/Partition_2/Partition_opt_cvx_edge.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Partition_opt_cvx_edge.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Partition_opt_cvx_edge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Partition_opt_cvx_edge.h $ // $Id: Partition_opt_cvx_edge.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Partition_opt_cvx_vertex.h cgal-5.5.1/include/CGAL/Partition_2/Partition_opt_cvx_vertex.h --- cgal-5.5/include/CGAL/Partition_2/Partition_opt_cvx_vertex.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Partition_opt_cvx_vertex.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Partition_opt_cvx_vertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Partition_opt_cvx_vertex.h $ // $Id: Partition_opt_cvx_vertex.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/partition_optimal_convex_2.h cgal-5.5.1/include/CGAL/Partition_2/partition_optimal_convex_2.h --- cgal-5.5/include/CGAL/Partition_2/partition_optimal_convex_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/partition_optimal_convex_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/partition_optimal_convex_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/partition_optimal_convex_2.h $ // $Id: partition_optimal_convex_2.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Partition_traits_2_base.h cgal-5.5.1/include/CGAL/Partition_2/Partition_traits_2_base.h --- cgal-5.5/include/CGAL/Partition_2/Partition_traits_2_base.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Partition_traits_2_base.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Partition_traits_2_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Partition_traits_2_base.h $ // $Id: Partition_traits_2_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Partition_vertex_map.h cgal-5.5.1/include/CGAL/Partition_2/Partition_vertex_map.h --- cgal-5.5/include/CGAL/Partition_2/Partition_vertex_map.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Partition_vertex_map.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Partition_vertex_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Partition_vertex_map.h $ // $Id: Partition_vertex_map.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/partition_y_monotone_2.h cgal-5.5.1/include/CGAL/Partition_2/partition_y_monotone_2.h --- cgal-5.5/include/CGAL/Partition_2/partition_y_monotone_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/partition_y_monotone_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/partition_y_monotone_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/partition_y_monotone_2.h $ // $Id: partition_y_monotone_2.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Point_pair_less_xy_2.h cgal-5.5.1/include/CGAL/Partition_2/Point_pair_less_xy_2.h --- cgal-5.5/include/CGAL/Partition_2/Point_pair_less_xy_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Point_pair_less_xy_2.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Point_pair_less_xy_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Point_pair_less_xy_2.h $ // $Id: Point_pair_less_xy_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Rotation_tree_2.h cgal-5.5.1/include/CGAL/Partition_2/Rotation_tree_2.h --- cgal-5.5/include/CGAL/Partition_2/Rotation_tree_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Rotation_tree_2.h 2022-10-07 19:05:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Rotation_tree_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Rotation_tree_2.h $ // $Id: Rotation_tree_2.h 4bb0406 2021-02-04T18:12:12+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Rotation_tree_2_impl.h cgal-5.5.1/include/CGAL/Partition_2/Rotation_tree_2_impl.h --- cgal-5.5/include/CGAL/Partition_2/Rotation_tree_2_impl.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Rotation_tree_2_impl.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Rotation_tree_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Rotation_tree_2_impl.h $ // $Id: Rotation_tree_2_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Rotation_tree_node_2.h cgal-5.5.1/include/CGAL/Partition_2/Rotation_tree_node_2.h --- cgal-5.5/include/CGAL/Partition_2/Rotation_tree_node_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Rotation_tree_node_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Rotation_tree_node_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Rotation_tree_node_2.h $ // $Id: Rotation_tree_node_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Segment_less_yx_2.h cgal-5.5.1/include/CGAL/Partition_2/Segment_less_yx_2.h --- cgal-5.5/include/CGAL/Partition_2/Segment_less_yx_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Segment_less_yx_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Segment_less_yx_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Segment_less_yx_2.h $ // $Id: Segment_less_yx_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Triangulation_indirect_traits_2.h cgal-5.5.1/include/CGAL/Partition_2/Triangulation_indirect_traits_2.h --- cgal-5.5/include/CGAL/Partition_2/Triangulation_indirect_traits_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Triangulation_indirect_traits_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Triangulation_indirect_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Triangulation_indirect_traits_2.h $ // $Id: Triangulation_indirect_traits_2.h 2e8a59d 2020-07-21T15:25:54+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Turn_reverser.h cgal-5.5.1/include/CGAL/Partition_2/Turn_reverser.h --- cgal-5.5/include/CGAL/Partition_2/Turn_reverser.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Turn_reverser.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Turn_reverser.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Turn_reverser.h $ // $Id: Turn_reverser.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Vertex_visibility_graph_2.h cgal-5.5.1/include/CGAL/Partition_2/Vertex_visibility_graph_2.h --- cgal-5.5/include/CGAL/Partition_2/Vertex_visibility_graph_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Vertex_visibility_graph_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Vertex_visibility_graph_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Vertex_visibility_graph_2.h $ // $Id: Vertex_visibility_graph_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h cgal-5.5.1/include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h --- cgal-5.5/include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h $ // $Id: Vertex_visibility_graph_2_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/partition_2.h cgal-5.5.1/include/CGAL/partition_2.h --- cgal-5.5/include/CGAL/partition_2.h 2022-07-13 19:06:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/partition_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/partition_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/partition_2.h $ // $Id: partition_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/partition_is_valid_2.h cgal-5.5.1/include/CGAL/partition_is_valid_2.h --- cgal-5.5/include/CGAL/partition_is_valid_2.h 2022-07-13 19:06:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/partition_is_valid_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/partition_is_valid_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/partition_is_valid_2.h $ // $Id: partition_is_valid_2.h 521c72d 2021-10-04T13:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_is_valid_traits_2.h cgal-5.5.1/include/CGAL/Partition_is_valid_traits_2.h --- cgal-5.5/include/CGAL/Partition_is_valid_traits_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_is_valid_traits_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_is_valid_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_is_valid_traits_2.h $ // $Id: Partition_is_valid_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_traits_2.h cgal-5.5.1/include/CGAL/Partition_traits_2.h --- cgal-5.5/include/CGAL/Partition_traits_2.h 2022-07-13 19:05:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_traits_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_traits_2.h $ // $Id: Partition_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Partition_traits_adapter_2.h cgal-5.5.1/include/CGAL/Partition_traits_adapter_2.h --- cgal-5.5/include/CGAL/Partition_traits_adapter_2.h 2022-07-13 19:06:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Partition_traits_adapter_2.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/Partition_traits_adapter_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/Partition_traits_adapter_2.h $ // $Id: Partition_traits_adapter_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Path_on_surface.h cgal-5.5.1/include/CGAL/Path_on_surface.h --- cgal-5.5/include/CGAL/Path_on_surface.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Path_on_surface.h 2022-10-07 19:06:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Path_on_surface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Path_on_surface.h $ // $Id: Path_on_surface.h c5c6098 2022-01-27T11:02:17+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/pca_estimate_normals.h cgal-5.5.1/include/CGAL/pca_estimate_normals.h --- cgal-5.5/include/CGAL/pca_estimate_normals.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/pca_estimate_normals.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/pca_estimate_normals.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/pca_estimate_normals.h $ // $Id: pca_estimate_normals.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/PCA_util_Eigen.h cgal-5.5.1/include/CGAL/PCA_util_Eigen.h --- cgal-5.5/include/CGAL/PCA_util_Eigen.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/PCA_util_Eigen.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/PCA_util_Eigen.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/PCA_util_Eigen.h $ // $Id: PCA_util_Eigen.h 7d716c0 2021-04-06T08:38:56+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/PCA_util.h cgal-5.5.1/include/CGAL/PCA_util.h --- cgal-5.5/include/CGAL/PCA_util.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/PCA_util.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/PCA_util.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/PCA_util.h $ // $Id: PCA_util.h 39df599 2022-04-22T15:36:38+02:00 Sven Oesau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_Delaunay_triangulation_2.h cgal-5.5.1/include/CGAL/Periodic_2_Delaunay_triangulation_2.h --- cgal-5.5/include/CGAL/Periodic_2_Delaunay_triangulation_2.h 2022-07-13 19:06:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_Delaunay_triangulation_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_Delaunay_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_Delaunay_triangulation_2.h $ // $Id: Periodic_2_Delaunay_triangulation_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_Delaunay_triangulation_traits_2.h cgal-5.5.1/include/CGAL/Periodic_2_Delaunay_triangulation_traits_2.h --- cgal-5.5/include/CGAL/Periodic_2_Delaunay_triangulation_traits_2.h 2022-07-13 19:06:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_Delaunay_triangulation_traits_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_Delaunay_triangulation_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_Delaunay_triangulation_traits_2.h $ // $Id: Periodic_2_Delaunay_triangulation_traits_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_offset_2.h cgal-5.5.1/include/CGAL/Periodic_2_offset_2.h --- cgal-5.5/include/CGAL/Periodic_2_offset_2.h 2022-07-13 19:06:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_offset_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_offset_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_offset_2.h $ // $Id: Periodic_2_offset_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Functor_with_offset_points_adaptor_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Functor_with_offset_points_adaptor_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Functor_with_offset_points_adaptor_2.h 2022-07-13 19:06:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Functor_with_offset_points_adaptor_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Functor_with_offset_points_adaptor_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Functor_with_offset_points_adaptor_2.h $ // $Id: Functor_with_offset_points_adaptor_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_construct_point_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_construct_point_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_construct_point_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_construct_point_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_construct_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_construct_point_2.h $ // $Id: Periodic_2_construct_point_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_filtered_traits_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_filtered_traits_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_filtered_traits_2.h 2022-07-13 19:06:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_filtered_traits_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_filtered_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_filtered_traits_2.h $ // $Id: Periodic_2_Delaunay_triangulation_filtered_traits_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h 2022-07-13 19:06:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h $ // $Id: Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_filtered_traits_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_filtered_traits_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_filtered_traits_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_filtered_traits_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_filtered_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_filtered_traits_2.h $ // $Id: Periodic_2_triangulation_filtered_traits_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_statically_filtered_traits_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_statically_filtered_traits_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_statically_filtered_traits_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_statically_filtered_traits_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_statically_filtered_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_statically_filtered_traits_2.h $ // $Id: Periodic_2_triangulation_statically_filtered_traits_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_orientation_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_orientation_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_orientation_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_orientation_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_orientation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_orientation_2.h $ // $Id: Periodic_2_orientation_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h $ // $Id: Periodic_2_side_of_oriented_circle_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_2.h 2022-07-13 19:06:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_2.h $ // $Id: Periodic_2_triangulation_2.h cdbf0d7 2022-03-09T11:34:12+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_dummy_12.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_dummy_12.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_dummy_12.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_dummy_12.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_dummy_12.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_dummy_12.h $ // $Id: Periodic_2_triangulation_dummy_12.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_face_base_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_face_base_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_face_base_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_face_base_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_face_base_2.h $ // $Id: Periodic_2_triangulation_face_base_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_hierarchy_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_hierarchy_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_hierarchy_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_hierarchy_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_hierarchy_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_hierarchy_2.h $ // $Id: Periodic_2_triangulation_hierarchy_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_iterators_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_iterators_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_iterators_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_iterators_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_iterators_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_iterators_2.h $ // $Id: Periodic_2_triangulation_iterators_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_traits_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_traits_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_traits_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_traits_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_traits_2.h $ // $Id: Periodic_2_triangulation_traits_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_2_triangulation_vertex_base_2.h cgal-5.5.1/include/CGAL/Periodic_2_triangulation_vertex_base_2.h --- cgal-5.5/include/CGAL/Periodic_2_triangulation_vertex_base_2.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_2_triangulation_vertex_base_2.h 2022-10-07 19:06:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_2_triangulation_2/include/CGAL/Periodic_2_triangulation_vertex_base_2.h $ // $Id: Periodic_2_triangulation_vertex_base_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_Delaunay_triangulation_3.h cgal-5.5.1/include/CGAL/Periodic_3_Delaunay_triangulation_3.h --- cgal-5.5/include/CGAL/Periodic_3_Delaunay_triangulation_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_Delaunay_triangulation_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h $ // $Id: Periodic_3_Delaunay_triangulation_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h $ // $Id: Periodic_3_Delaunay_triangulation_traits_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_function_wrapper.h cgal-5.5.1/include/CGAL/Periodic_3_function_wrapper.h --- cgal-5.5/include/CGAL/Periodic_3_function_wrapper.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_function_wrapper.h 2022-10-07 19:06:02.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_mesh_3/include/CGAL/Periodic_3_function_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_mesh_3/include/CGAL/Periodic_3_function_wrapper.h $ // $Id: Periodic_3_function_wrapper.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_mesh_3/config.h cgal-5.5.1/include/CGAL/Periodic_3_mesh_3/config.h --- cgal-5.5/include/CGAL/Periodic_3_mesh_3/config.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_mesh_3/config.h 2022-10-07 19:06:02.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/config.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/config.h $ // $Id: config.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h cgal-5.5.1/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h --- cgal-5.5/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h 2022-10-07 19:06:02.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h $ // $Id: File_medit.h fb6f703 2021-05-04T14:07:49+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_mesh_3/Protect_edges_sizing_field.h cgal-5.5.1/include/CGAL/Periodic_3_mesh_3/Protect_edges_sizing_field.h --- cgal-5.5/include/CGAL/Periodic_3_mesh_3/Protect_edges_sizing_field.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_mesh_3/Protect_edges_sizing_field.h 2022-10-07 19:06:02.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/Protect_edges_sizing_field.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/Protect_edges_sizing_field.h $ // $Id: Protect_edges_sizing_field.h a93dda8 2021-09-10T17:43:47+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_mesh_triangulation_3.h cgal-5.5.1/include/CGAL/Periodic_3_mesh_triangulation_3.h --- cgal-5.5/include/CGAL/Periodic_3_mesh_triangulation_3.h 2022-07-13 19:06:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_mesh_triangulation_3.h 2022-10-07 19:06:02.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_triangulation_3.h $ // $Id: Periodic_3_mesh_triangulation_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_offset_3.h cgal-5.5.1/include/CGAL/Periodic_3_offset_3.h --- cgal-5.5/include/CGAL/Periodic_3_offset_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_offset_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_offset_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_offset_3.h $ // $Id: Periodic_3_offset_3.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_regular_triangulation_3.h cgal-5.5.1/include/CGAL/Periodic_3_regular_triangulation_3.h --- cgal-5.5/include/CGAL/Periodic_3_regular_triangulation_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_regular_triangulation_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_regular_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_regular_triangulation_3.h $ // $Id: Periodic_3_regular_triangulation_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_regular_triangulation_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_regular_triangulation_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_regular_triangulation_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_regular_triangulation_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_regular_triangulation_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_regular_triangulation_traits_3.h $ // $Id: Periodic_3_regular_triangulation_traits_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/canonicalize_helper.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/canonicalize_helper.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/canonicalize_helper.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/canonicalize_helper.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/canonicalize_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/canonicalize_helper.h $ // $Id: canonicalize_helper.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_points_adaptor_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_points_adaptor_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_points_adaptor_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_points_adaptor_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_points_adaptor_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_points_adaptor_3.h $ // $Id: Functor_with_offset_points_adaptor_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_weighted_points_adaptor_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_weighted_points_adaptor_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_weighted_points_adaptor_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_weighted_points_adaptor_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_weighted_points_adaptor_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_weighted_points_adaptor_3.h $ // $Id: Functor_with_offset_weighted_points_adaptor_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_point_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_point_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_point_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_point_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_point_3.h $ // $Id: Periodic_3_construct_point_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_weighted_point_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_weighted_point_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_weighted_point_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_weighted_point_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_weighted_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_weighted_point_3.h $ // $Id: Periodic_3_construct_weighted_point_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h $ // $Id: Periodic_3_Delaunay_triangulation_filtered_traits_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h $ // $Id: Periodic_3_Delaunay_triangulation_remove_traits_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h $ // $Id: Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_dummy_288.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_dummy_288.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_dummy_288.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_dummy_288.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_dummy_288.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_dummy_288.h $ // $Id: Periodic_3_regular_triangulation_dummy_288.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_filtered_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_filtered_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_filtered_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_filtered_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_filtered_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_filtered_traits_3.h $ // $Id: Periodic_3_regular_triangulation_filtered_traits_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_remove_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_remove_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_remove_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_remove_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_remove_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_remove_traits_3.h $ // $Id: Periodic_3_regular_triangulation_remove_traits_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h $ // $Id: Periodic_3_regular_triangulation_statically_filtered_traits_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_36.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_36.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_36.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_36.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_36.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_36.h $ // $Id: Periodic_3_triangulation_dummy_36.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_filtered_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_filtered_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_filtered_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_filtered_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_filtered_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_filtered_traits_3.h $ // $Id: Periodic_3_triangulation_filtered_traits_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_iterators_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_iterators_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_iterators_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_iterators_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_iterators_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_iterators_3.h $ // $Id: Periodic_3_triangulation_iterators_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_statically_filtered_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_statically_filtered_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_statically_filtered_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_statically_filtered_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_statically_filtered_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_statically_filtered_traits_3.h $ // $Id: Periodic_3_triangulation_statically_filtered_traits_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Robust_periodic_weighted_circumcenter_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Robust_periodic_weighted_circumcenter_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Robust_periodic_weighted_circumcenter_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Robust_periodic_weighted_circumcenter_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Robust_periodic_weighted_circumcenter_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Robust_periodic_weighted_circumcenter_traits_3.h $ // $Id: Robust_periodic_weighted_circumcenter_traits_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_orientation_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_orientation_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_orientation_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_orientation_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_orientation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_orientation_3.h $ // $Id: Periodic_3_orientation_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h $ // $Id: Periodic_3_power_side_of_oriented_power_sphere_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h $ // $Id: Periodic_3_side_of_oriented_sphere_3.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h $ // $Id: Periodic_3_triangulation_3.h 81ac3b9 2022-06-10T09:46:09+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/periodic_3_triangulation_3_io.h cgal-5.5.1/include/CGAL/periodic_3_triangulation_3_io.h --- cgal-5.5/include/CGAL/periodic_3_triangulation_3_io.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/periodic_3_triangulation_3_io.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/periodic_3_triangulation_3_io.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/periodic_3_triangulation_3_io.h $ // $Id: periodic_3_triangulation_3_io.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h $ // $Id: Periodic_3_triangulation_ds_cell_base_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h $ // $Id: Periodic_3_triangulation_ds_vertex_base_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_hierarchy_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_hierarchy_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_hierarchy_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_hierarchy_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_hierarchy_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_hierarchy_3.h $ // $Id: Periodic_3_triangulation_hierarchy_3.h a049e63 2020-09-25T16:55:18+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_3_triangulation_traits_3.h cgal-5.5.1/include/CGAL/Periodic_3_triangulation_traits_3.h --- cgal-5.5/include/CGAL/Periodic_3_triangulation_traits_3.h 2022-07-13 19:06:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_3_triangulation_traits_3.h 2022-10-07 19:06:03.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_traits_3.h $ // $Id: Periodic_3_triangulation_traits_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_2.h cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_2.h --- cgal-5.5/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_2.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_2.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_2.h $ // $Id: Periodic_4_hyperbolic_Delaunay_triangulation_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h --- cgal-5.5/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h $ // $Id: Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h 5c8df66 2020-09-25T14:25:14+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Dehn_hyperbolic_octagon_translation_word.h cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Dehn_hyperbolic_octagon_translation_word.h --- cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Dehn_hyperbolic_octagon_translation_word.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Dehn_hyperbolic_octagon_translation_word.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Dehn_hyperbolic_octagon_translation_word.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Dehn_hyperbolic_octagon_translation_word.h $ // $Id: Dehn_hyperbolic_octagon_translation_word.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_matrix.h cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_matrix.h --- cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_matrix.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_matrix.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_matrix.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_matrix.h $ // $Id: Hyperbolic_octagon_translation_matrix.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_word.h cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_word.h --- cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_word.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_word.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_word.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_word.h $ // $Id: Hyperbolic_octagon_translation_word.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Periodic_4_hyperbolic_triangulation_dummy_14.h cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Periodic_4_hyperbolic_triangulation_dummy_14.h --- cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Periodic_4_hyperbolic_triangulation_dummy_14.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Periodic_4_hyperbolic_triangulation_dummy_14.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Periodic_4_hyperbolic_triangulation_dummy_14.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Periodic_4_hyperbolic_triangulation_dummy_14.h $ // $Id: Periodic_4_hyperbolic_triangulation_dummy_14.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_2.h cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_2.h --- cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_2.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_2.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_2.h $ // $Id: Periodic_4_hyperbolic_triangulation_2.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h --- cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h 2022-10-07 19:06:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h $ // $Id: Periodic_4_hyperbolic_triangulation_face_base_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h --- cgal-5.5/include/CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h 2022-07-13 19:06:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Periodic_4_hyperbolic_triangulation_2/include/CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h $ // $Id: Periodic_4_hyperbolic_triangulation_vertex_base_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/perturb_mesh_3.h cgal-5.5.1/include/CGAL/perturb_mesh_3.h --- cgal-5.5/include/CGAL/perturb_mesh_3.h 2022-07-13 19:05:42.000000000 +0000 +++ cgal-5.5.1/include/CGAL/perturb_mesh_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/perturb_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/perturb_mesh_3.h $ // $Id: perturb_mesh_3.h 1c3e09f 2022-01-10T15:32:38+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/pierce_rectangles_2.h cgal-5.5.1/include/CGAL/pierce_rectangles_2.h --- cgal-5.5/include/CGAL/pierce_rectangles_2.h 2022-07-13 19:04:40.000000000 +0000 +++ cgal-5.5.1/include/CGAL/pierce_rectangles_2.h 2022-10-07 19:04:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Bounding_volumes/include/CGAL/pierce_rectangles_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Bounding_volumes/include/CGAL/pierce_rectangles_2.h $ // $Id: pierce_rectangles_2.h bf325bf 2021-01-06T10:54:49+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Plane_3.h cgal-5.5.1/include/CGAL/Plane_3.h --- cgal-5.5/include/CGAL/Plane_3.h 2022-07-13 19:05:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Plane_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Plane_3.h $ // $Id: Plane_3.h 71bba3e 2022-03-17T22:35:09+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Plane_separator.h cgal-5.5.1/include/CGAL/Plane_separator.h --- cgal-5.5/include/CGAL/Plane_separator.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Plane_separator.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Plane_separator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Plane_separator.h $ // $Id: Plane_separator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_2.h cgal-5.5.1/include/CGAL/Point_2.h --- cgal-5.5/include/CGAL/Point_2.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_2.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Point_2.h $ // $Id: Point_2.h 2884569 2022-04-27T16:32:06+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_3.h cgal-5.5.1/include/CGAL/Point_3.h --- cgal-5.5/include/CGAL/Point_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Point_3.h $ // $Id: Point_3.h 2884569 2022-04-27T16:32:06+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_container.h cgal-5.5.1/include/CGAL/Point_container.h --- cgal-5.5/include/CGAL/Point_container.h 2022-07-13 19:06:43.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_container.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Point_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Point_container.h $ // $Id: Point_container.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/point_generators_2.h cgal-5.5.1/include/CGAL/point_generators_2.h --- cgal-5.5/include/CGAL/point_generators_2.h 2022-07-13 19:05:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/point_generators_2.h 2022-10-07 19:05:05.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generator/include/CGAL/point_generators_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generator/include/CGAL/point_generators_2.h $ // $Id: point_generators_2.h d370326 2021-10-27T14:45:10+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/point_generators_3.h cgal-5.5.1/include/CGAL/point_generators_3.h --- cgal-5.5/include/CGAL/point_generators_3.h 2022-07-13 19:05:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/point_generators_3.h 2022-10-07 19:05:05.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generator/include/CGAL/point_generators_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generator/include/CGAL/point_generators_3.h $ // $Id: point_generators_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/point_generators_d.h cgal-5.5.1/include/CGAL/point_generators_d.h --- cgal-5.5/include/CGAL/point_generators_d.h 2022-07-13 19:05:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/point_generators_d.h 2022-10-07 19:05:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Generator/include/CGAL/point_generators_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Generator/include/CGAL/point_generators_d.h $ // $Id: point_generators_d.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/pointmatcher/compute_registration_transformation.h cgal-5.5.1/include/CGAL/pointmatcher/compute_registration_transformation.h --- cgal-5.5/include/CGAL/pointmatcher/compute_registration_transformation.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/pointmatcher/compute_registration_transformation.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/pointmatcher/compute_registration_transformation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/pointmatcher/compute_registration_transformation.h $ // $Id: compute_registration_transformation.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/pointmatcher/register_point_sets.h cgal-5.5.1/include/CGAL/pointmatcher/register_point_sets.h --- cgal-5.5/include/CGAL/pointmatcher/register_point_sets.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/pointmatcher/register_point_sets.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/pointmatcher/register_point_sets.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/pointmatcher/register_point_sets.h $ // $Id: register_point_sets.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_2.h cgal-5.5.1/include/CGAL/Point_set_2.h --- cgal-5.5/include/CGAL/Point_set_2.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_2.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_2/include/CGAL/Point_set_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_2/include/CGAL/Point_set_2.h $ // $Id: Point_set_2.h 7e62c02 2021-04-12T14:02:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_3/IO/LAS.h cgal-5.5.1/include/CGAL/Point_set_3/IO/LAS.h --- cgal-5.5/include/CGAL/Point_set_3/IO/LAS.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_3/IO/LAS.h 2022-10-07 19:06:05.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_3/include/CGAL/Point_set_3/IO/LAS.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_3/include/CGAL/Point_set_3/IO/LAS.h $ // $Id: LAS.h c8cc074 2021-09-27T15:33:42+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_3/IO/OFF.h cgal-5.5.1/include/CGAL/Point_set_3/IO/OFF.h --- cgal-5.5/include/CGAL/Point_set_3/IO/OFF.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_3/IO/OFF.h 2022-10-07 19:06:05.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_3/include/CGAL/Point_set_3/IO/OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_3/include/CGAL/Point_set_3/IO/OFF.h $ // $Id: OFF.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_3/IO/PLY.h cgal-5.5.1/include/CGAL/Point_set_3/IO/PLY.h --- cgal-5.5/include/CGAL/Point_set_3/IO/PLY.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_3/IO/PLY.h 2022-10-07 19:06:05.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_3/include/CGAL/Point_set_3/IO/PLY.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_3/include/CGAL/Point_set_3/IO/PLY.h $ // $Id: PLY.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_3/IO/XYZ.h cgal-5.5.1/include/CGAL/Point_set_3/IO/XYZ.h --- cgal-5.5/include/CGAL/Point_set_3/IO/XYZ.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_3/IO/XYZ.h 2022-10-07 19:06:05.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_3/include/CGAL/Point_set_3/IO/XYZ.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_3/include/CGAL/Point_set_3/IO/XYZ.h $ // $Id: XYZ.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_3/IO.h cgal-5.5.1/include/CGAL/Point_set_3/IO.h --- cgal-5.5/include/CGAL/Point_set_3/IO.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_3/IO.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_3/include/CGAL/Point_set_3/IO.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_3/include/CGAL/Point_set_3/IO.h $ // $Id: IO.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_3.h cgal-5.5.1/include/CGAL/Point_set_3.h --- cgal-5.5/include/CGAL/Point_set_3.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_3.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_3/include/CGAL/Point_set_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_3/include/CGAL/Point_set_3.h $ // $Id: Point_set_3.h b24959c 2022-03-18T20:02:10+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_processing_3/internal/bbox_diagonal.h cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/bbox_diagonal.h --- cgal-5.5/include/CGAL/Point_set_processing_3/internal/bbox_diagonal.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/bbox_diagonal.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/bbox_diagonal.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/bbox_diagonal.h $ // $Id: bbox_diagonal.h d6cf972 2020-04-17T09:22:57+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_processing_3/internal/Callback_wrapper.h cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Callback_wrapper.h --- cgal-5.5/include/CGAL/Point_set_processing_3/internal/Callback_wrapper.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Callback_wrapper.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Callback_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Callback_wrapper.h $ // $Id: Callback_wrapper.h 17ac255 2021-05-18T15:43:59+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_processing_3/internal/Neighbor_query.h cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Neighbor_query.h --- cgal-5.5/include/CGAL/Point_set_processing_3/internal/Neighbor_query.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Neighbor_query.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Neighbor_query.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Neighbor_query.h $ // $Id: Neighbor_query.h 590ddf8 2021-10-08T15:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_processing_3/internal/Rich_grid.h cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Rich_grid.h --- cgal-5.5/include/CGAL/Point_set_processing_3/internal/Rich_grid.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Rich_grid.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Rich_grid.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Rich_grid.h $ // $Id: Rich_grid.h 67b53fa 2020-04-29T14:06:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_processing_3/internal/Search_traits_vertex_handle_3.h cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Search_traits_vertex_handle_3.h --- cgal-5.5/include/CGAL/Point_set_processing_3/internal/Search_traits_vertex_handle_3.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Search_traits_vertex_handle_3.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Search_traits_vertex_handle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Search_traits_vertex_handle_3.h $ // $Id: Search_traits_vertex_handle_3.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_3.h cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_3.h --- cgal-5.5/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_3.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_3.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_3.h $ // $Id: voronoi_covariance_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h --- cgal-5.5/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h $ // $Id: voronoi_covariance_sphere_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/point_set_processing_assertions.h cgal-5.5.1/include/CGAL/point_set_processing_assertions.h --- cgal-5.5/include/CGAL/point_set_processing_assertions.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/point_set_processing_assertions.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/point_set_processing_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/point_set_processing_assertions.h $ // $Id: point_set_processing_assertions.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_traits.h cgal-5.5.1/include/CGAL/Point_traits.h --- cgal-5.5/include/CGAL/Point_traits.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_traits.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Point_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Point_traits.h $ // $Id: Point_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_with_normal_3.h cgal-5.5.1/include/CGAL/Point_with_normal_3.h --- cgal-5.5/include/CGAL/Point_with_normal_3.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_with_normal_3.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/Point_with_normal_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/Point_with_normal_3.h $ // $Id: Point_with_normal_3.h 590ddf8 2021-10-08T15:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_with_psc_localisation.h cgal-5.5.1/include/CGAL/Point_with_psc_localisation.h --- cgal-5.5/include/CGAL/Point_with_psc_localisation.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_with_psc_localisation.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Point_with_psc_localisation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Point_with_psc_localisation.h $ // $Id: Point_with_psc_localisation.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_with_surface_index_geom_traits.h cgal-5.5.1/include/CGAL/Point_with_surface_index_geom_traits.h --- cgal-5.5/include/CGAL/Point_with_surface_index_geom_traits.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_with_surface_index_geom_traits.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Point_with_surface_index_geom_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Point_with_surface_index_geom_traits.h $ // $Id: Point_with_surface_index_geom_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Point_with_surface_index.h cgal-5.5.1/include/CGAL/Point_with_surface_index.h --- cgal-5.5/include/CGAL/Point_with_surface_index.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Point_with_surface_index.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Point_with_surface_index.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Point_with_surface_index.h $ // $Id: Point_with_surface_index.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Poisson_implicit_surface_3.h cgal-5.5.1/include/CGAL/Poisson_implicit_surface_3.h --- cgal-5.5/include/CGAL/Poisson_implicit_surface_3.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Poisson_implicit_surface_3.h 2022-10-07 19:06:06.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Poisson_surface_reconstruction_3/include/CGAL/Poisson_implicit_surface_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Poisson_surface_reconstruction_3/include/CGAL/Poisson_implicit_surface_3.h $ // $Id: Poisson_implicit_surface_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Poisson_mesh_cell_criteria_3.h cgal-5.5.1/include/CGAL/Poisson_mesh_cell_criteria_3.h --- cgal-5.5/include/CGAL/Poisson_mesh_cell_criteria_3.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Poisson_mesh_cell_criteria_3.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Poisson_surface_reconstruction_3/include/CGAL/Poisson_mesh_cell_criteria_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Poisson_surface_reconstruction_3/include/CGAL/Poisson_mesh_cell_criteria_3.h $ // $Id: Poisson_mesh_cell_criteria_3.h 848aa7d 2021-02-08T10:16:59+01:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Poisson_reconstruction_function.h cgal-5.5.1/include/CGAL/Poisson_reconstruction_function.h --- cgal-5.5/include/CGAL/Poisson_reconstruction_function.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Poisson_reconstruction_function.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Poisson_surface_reconstruction_3/include/CGAL/Poisson_reconstruction_function.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Poisson_surface_reconstruction_3/include/CGAL/Poisson_reconstruction_function.h $ // $Id: Poisson_reconstruction_function.h 4968d21 2022-05-17T10:31:07+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/poisson_refine_triangulation.h cgal-5.5.1/include/CGAL/poisson_refine_triangulation.h --- cgal-5.5/include/CGAL/poisson_refine_triangulation.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/poisson_refine_triangulation.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Poisson_surface_reconstruction_3/include/CGAL/poisson_refine_triangulation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Poisson_surface_reconstruction_3/include/CGAL/poisson_refine_triangulation.h $ // $Id: poisson_refine_triangulation.h 3ad94a7 2022-05-17T12:04:52+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/poisson_surface_reconstruction.h cgal-5.5.1/include/CGAL/poisson_surface_reconstruction.h --- cgal-5.5/include/CGAL/poisson_surface_reconstruction.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/poisson_surface_reconstruction.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Poisson_surface_reconstruction_3/include/CGAL/poisson_surface_reconstruction.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Poisson_surface_reconstruction_3/include/CGAL/poisson_surface_reconstruction.h $ // $Id: poisson_surface_reconstruction.h f43c55f 2022-01-13T09:43:22+01:00 Stéphane Laurent // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polychain_2.h cgal-5.5.1/include/CGAL/Polychain_2.h --- cgal-5.5/include/CGAL/Polychain_2.h 2022-07-13 19:06:35.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polychain_2.h 2022-10-07 19:06:32.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Segment_Delaunay_graph_Linf_2/include/CGAL/Polychain_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Segment_Delaunay_graph_Linf_2/include/CGAL/Polychain_2.h $ // $Id: Polychain_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h --- cgal-5.5/include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h $ // $Id: Polygon_2_algorithms_impl.h 6b87fe3 2020-12-05T11:11:33+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_2/Polygon_2_edge_circulator.h cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_edge_circulator.h --- cgal-5.5/include/CGAL/Polygon_2/Polygon_2_edge_circulator.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_edge_circulator.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_2/Polygon_2_edge_circulator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_2/Polygon_2_edge_circulator.h $ // $Id: Polygon_2_edge_circulator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_2/Polygon_2_edge_iterator.h cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_edge_iterator.h --- cgal-5.5/include/CGAL/Polygon_2/Polygon_2_edge_iterator.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_edge_iterator.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_2/Polygon_2_edge_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_2/Polygon_2_edge_iterator.h $ // $Id: Polygon_2_edge_iterator.h f7e2c03 2020-08-13T15:37:10+02:00 Simon Giraudot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_2/Polygon_2_impl.h cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_impl.h --- cgal-5.5/include/CGAL/Polygon_2/Polygon_2_impl.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_impl.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_2/Polygon_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_2/Polygon_2_impl.h $ // $Id: Polygon_2_impl.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_2/Polygon_2_simplicity.h cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_simplicity.h --- cgal-5.5/include/CGAL/Polygon_2/Polygon_2_simplicity.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_simplicity.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_2/Polygon_2_simplicity.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_2/Polygon_2_simplicity.h $ // $Id: Polygon_2_simplicity.h 6b4ba80 2021-03-31T15:58:09+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h --- cgal-5.5/include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h $ // $Id: Polygon_2_vertex_circulator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_2/polygon_assertions.h cgal-5.5.1/include/CGAL/Polygon_2/polygon_assertions.h --- cgal-5.5/include/CGAL/Polygon_2/polygon_assertions.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_2/polygon_assertions.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_2/polygon_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_2/polygon_assertions.h $ // $Id: polygon_assertions.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_2_algorithms.h cgal-5.5.1/include/CGAL/Polygon_2_algorithms.h --- cgal-5.5/include/CGAL/Polygon_2_algorithms.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_2_algorithms.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_2_algorithms.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_2_algorithms.h $ // $Id: Polygon_2_algorithms.h 875f823 2020-08-26T11:10:29+01:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_2.h cgal-5.5.1/include/CGAL/Polygon_2.h --- cgal-5.5/include/CGAL/Polygon_2.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_2.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_2.h $ // $Id: Polygon_2.h 3c8d97c 2022-03-04T09:57:53+00:00 Andreas Fabri // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygonal_schema_fwd.h cgal-5.5.1/include/CGAL/Polygonal_schema_fwd.h --- cgal-5.5/include/CGAL/Polygonal_schema_fwd.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygonal_schema_fwd.h 2022-10-07 19:06:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Polygonal_schema_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Polygonal_schema_fwd.h $ // $Id: Polygonal_schema_fwd.h 0308d1a 2020-03-27T18:35:15+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygonal_schema.h cgal-5.5.1/include/CGAL/Polygonal_schema.h --- cgal-5.5/include/CGAL/Polygonal_schema.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygonal_schema.h 2022-10-07 19:06:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Polygonal_schema.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Polygonal_schema.h $ // $Id: Polygonal_schema.h 52186a0 2020-05-14T11:38:15+02:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygonal_schema_min_items.h cgal-5.5.1/include/CGAL/Polygonal_schema_min_items.h --- cgal-5.5/include/CGAL/Polygonal_schema_min_items.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygonal_schema_min_items.h 2022-10-07 19:06:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Polygonal_schema_min_items.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Polygonal_schema_min_items.h $ // $Id: Polygonal_schema_min_items.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygonal_surface_reconstruction/internal/alpha_shape_mesh.h cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction/internal/alpha_shape_mesh.h --- cgal-5.5/include/CGAL/Polygonal_surface_reconstruction/internal/alpha_shape_mesh.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction/internal/alpha_shape_mesh.h 2022-10-07 19:06:08.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/alpha_shape_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/alpha_shape_mesh.h $ // $Id: alpha_shape_mesh.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygonal_surface_reconstruction/internal/compute_confidences.h cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction/internal/compute_confidences.h --- cgal-5.5/include/CGAL/Polygonal_surface_reconstruction/internal/compute_confidences.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction/internal/compute_confidences.h 2022-10-07 19:06:08.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/compute_confidences.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/compute_confidences.h $ // $Id: compute_confidences.h facabca 2021-09-10T17:47:17+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygonal_surface_reconstruction/internal/hypothesis.h cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction/internal/hypothesis.h --- cgal-5.5/include/CGAL/Polygonal_surface_reconstruction/internal/hypothesis.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction/internal/hypothesis.h 2022-10-07 19:06:08.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/hypothesis.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/hypothesis.h $ // $Id: hypothesis.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygonal_surface_reconstruction/internal/parameters.h cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction/internal/parameters.h --- cgal-5.5/include/CGAL/Polygonal_surface_reconstruction/internal/parameters.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction/internal/parameters.h 2022-10-07 19:06:08.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/parameters.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/parameters.h $ // $Id: parameters.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h --- cgal-5.5/include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h 2022-10-07 19:06:08.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h $ // $Id: point_set_with_planes.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygonal_surface_reconstruction.h cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction.h --- cgal-5.5/include/CGAL/Polygonal_surface_reconstruction.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygonal_surface_reconstruction.h 2022-10-07 19:06:08.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction.h $ // $Id: Polygonal_surface_reconstruction.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_convex_decomposition_2.h cgal-5.5.1/include/CGAL/Polygon_convex_decomposition_2.h --- cgal-5.5/include/CGAL/Polygon_convex_decomposition_2.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_convex_decomposition_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Polygon_convex_decomposition_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Polygon_convex_decomposition_2.h $ // $Id: Polygon_convex_decomposition_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/polygon_function_objects.h cgal-5.5.1/include/CGAL/polygon_function_objects.h --- cgal-5.5/include/CGAL/polygon_function_objects.h 2022-07-13 19:06:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/polygon_function_objects.h 2022-10-07 19:05:59.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Partition_2/include/CGAL/polygon_function_objects.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Partition_2/include/CGAL/polygon_function_objects.h $ // $Id: polygon_function_objects.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/angle_and_area_smoothing.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/angle_and_area_smoothing.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/angle_and_area_smoothing.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/angle_and_area_smoothing.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/angle_and_area_smoothing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/angle_and_area_smoothing.h $ // $Id: angle_and_area_smoothing.h ec53e0a 2022-04-21T06:51:12+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/bbox.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/bbox.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/bbox.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/bbox.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h $ // $Id: bbox.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/border.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/border.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/border.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/border.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/border.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/border.h $ // $Id: border.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/clip.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/clip.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/clip.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/clip.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h $ -// $Id: clip.h a7667b4 2022-06-16T16:48:28+02:00 Sébastien Loriot +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h $ +// $Id: clip.h 7d5e498 2022-09-13T12:32:17+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -285,10 +285,11 @@ return ON_ORIENTED_BOUNDARY; } -template +template void split_along_edges(TriangleMesh& tm, Ecm ecm, - VPM vpm) + VPM vpm, + UserVisitor& user_visitor) { typedef boost::graph_traits GT; typedef typename GT::face_descriptor face_descriptor; @@ -337,8 +338,10 @@ halfedge_descriptor h = halfedge(shared_edges[k], tm); face_descriptor fh = face(h, tm); //add edge + user_visitor.before_edge_duplicated(h, tm); halfedge_descriptor new_hedge = halfedge(add_edge(tm), tm), new_opp = opposite(new_hedge,tm); + user_visitor.after_edge_duplicated(h, new_hedge, tm); vertex_descriptor vt = target(h, tm); vertex_descriptor vs = source(h, tm); @@ -395,8 +398,11 @@ for(const std::pair& p : vertices_to_duplicate) { + user_visitor.before_vertex_copy(p.second, tm, tm); vertex_descriptor nv = add_vertex(tm); put(vpm, nv, get(vpm, p.second)); + user_visitor.after_vertex_copy(p.second, tm, nv, tm); + for(halfedge_descriptor h : halfedges_around_target(p.first, tm)) set_target(h, nv, tm); set_halfedge(nv, p.first, tm); @@ -918,6 +924,14 @@ Ecm ecm = get(CGAL::dynamic_edge_property_t(), tm); + typedef typename internal_np::Lookup_named_param_def < + internal_np::visitor_t, + NamedParameters1, + Corefinement::Default_visitor//default + > ::type User_visitor; + User_visitor uv(choose_parameter(get_parameter(np_tm, internal_np::visitor))); + + // create a constrained edge map and corefine input mesh with the splitter, // and mark edges @@ -928,7 +942,7 @@ CGAL::parameters::vertex_point_map(vpm_s).do_not_modify(do_not_modify_splitter)); //split mesh along marked edges - internal::split_along_edges(tm, ecm, vpm_tm); + internal::split_along_edges(tm, ecm, vpm_tm, uv); } /** diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/compute_normal.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/compute_normal.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/compute_normal.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/compute_normal.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/compute_normal.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/compute_normal.h $ // $Id: compute_normal.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/connected_components.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/connected_components.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/connected_components.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/connected_components.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/connected_components.h $ -// $Id: connected_components.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/connected_components.h $ +// $Id: connected_components.h 87f16af 2022-10-04T13:50:15+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -418,11 +418,12 @@ // vector_property_map boost::vector_property_map face_cc(static_cast(num_faces(pmesh)), fimap); - std::size_t num = connected_components(pmesh, face_cc, np); // Even if we do not want to keep anything we need to first // calculate the number of existing connected_components to get the // correct return value. + const std::size_t num = connected_components(pmesh, face_cc, np); + if(nb_components_to_keep == 0) { CGAL::clear(pmesh); @@ -445,12 +446,12 @@ if(dry_run) { - std::vector is_to_be_removed(num, false); + std::vector is_to_be_kept(num, false); for(std::size_t i=0; i patch_status_was_not_already_set; + std::bitset<4> previous_bitvalue; + // info for tm1 + patch_status_was_not_already_set[0] = patch_status_not_set_tm1.test(patch_id_p1); + patch_status_was_not_already_set[1] = patch_status_not_set_tm1.test(patch_id_p2); + previous_bitvalue[0] = is_patch_inside_tm2.test(patch_id_p1); + previous_bitvalue[1] = is_patch_inside_tm2.test(patch_id_p2); + // info for tm2 + patch_status_was_not_already_set[2] = patch_status_not_set_tm2.test(patch_id_q1); + patch_status_was_not_already_set[3] = patch_status_not_set_tm2.test(patch_id_q2); + previous_bitvalue[2] = is_patch_inside_tm1.test(patch_id_q1); + previous_bitvalue[3] = is_patch_inside_tm1.test(patch_id_q2); + +#ifndef CGAL_NDEBUG + if (is_tm1_closed && is_tm2_closed) + { + if (!patch_status_was_not_already_set[0] && + !patch_status_was_not_already_set[1] && + !patch_status_was_not_already_set[2] && + !patch_status_was_not_already_set[3]) + continue; // all patches were already classified, no need to redo it + } +#endif + + // check incompatibility of patch classifications + auto inconsistent_classification = [&]() + { + if (!used_to_clip_a_surface && !used_to_classify_patches && (!is_tm1_closed || !is_tm2_closed)) + { + //make sure there is no ambiguity in tm1 + if( (patch_status_was_not_already_set[0] && previous_bitvalue[0]!=is_patch_inside_tm2[patch_id_p1] ) || + (patch_status_was_not_already_set[1] && previous_bitvalue[1]!=is_patch_inside_tm2[patch_id_p2] ) ) + { + impossible_operation.set(); + return true; + } + //make sure there is no ambiguity in tm2 + if( (patch_status_was_not_already_set[2] && previous_bitvalue[2]!=is_patch_inside_tm2[patch_id_q1] ) || + (patch_status_was_not_already_set[3] && previous_bitvalue[3]!=is_patch_inside_tm2[patch_id_q2] ) ) + { + impossible_operation.set(); + return true; + } + } + return false; + }; + //indicates that patch status will be updated patch_status_not_set_tm1.reset(patch_id_p1); patch_status_not_set_tm1.reset(patch_id_p2); @@ -1082,6 +1130,7 @@ if ( q2_is_between_p1p2 ) is_patch_inside_tm1.set(patch_id_q2); //case 1 else is_patch_inside_tm2.set(patch_id_p2); //case 2 + if (inconsistent_classification()) return; continue; } else{ @@ -1112,6 +1161,7 @@ is_patch_inside_tm1.set(patch_id_q1); is_patch_inside_tm2.set(patch_id_p2); } //else case 4 + if (inconsistent_classification()) return; continue; } else @@ -1142,6 +1192,7 @@ is_patch_inside_tm1.set(patch_id_q2); is_patch_inside_tm2.set(patch_id_p1); } // else case 6 + if (inconsistent_classification()) return; continue; } else{ @@ -1170,6 +1221,7 @@ if ( q1_is_between_p1p2 ) is_patch_inside_tm1.set(patch_id_q1); //case 7 else is_patch_inside_tm2.set(patch_id_p1); //case 8 + if (inconsistent_classification()) return; continue; } } @@ -1331,6 +1383,11 @@ } } } + if (inconsistent_classification()) return; + CGAL_assertion( patch_status_was_not_already_set[0] || previous_bitvalue[0]==is_patch_inside_tm2[patch_id_p1] ); + CGAL_assertion( patch_status_was_not_already_set[1] || previous_bitvalue[1]==is_patch_inside_tm2[patch_id_p2] ); + CGAL_assertion( patch_status_was_not_already_set[2] || previous_bitvalue[2]==is_patch_inside_tm1[patch_id_q1] ); + CGAL_assertion( patch_status_was_not_already_set[3] || previous_bitvalue[3]==is_patch_inside_tm1[patch_id_q2] ); } } diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/face_graph_utils.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/face_graph_utils.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/face_graph_utils.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/face_graph_utils.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/face_graph_utils.h $ -// $Id: face_graph_utils.h 373decc 2022-06-29T10:36:34+02:00 Sébastien Loriot +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/face_graph_utils.h $ +// $Id: face_graph_utils.h a4f6f58 2022-10-04T13:50:24+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -780,6 +780,7 @@ Patch_description& patch=this->operator[](i); std::stringstream ss; + ss.precision(17); std::map vertexid; int id=0; for(vertex_descriptor vh : patch.interior_vertices) diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Generic_clip_output_builder.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Generic_clip_output_builder.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Generic_clip_output_builder.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Generic_clip_output_builder.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Generic_clip_output_builder.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Generic_clip_output_builder.h $ // $Id: Generic_clip_output_builder.h 258d704 2022-02-24T19:57:17+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_callbacks.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_callbacks.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_callbacks.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_callbacks.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_callbacks.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_callbacks.h $ // $Id: intersection_callbacks.h a7667b4 2022-06-16T16:48:28+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h $ // $Id: intersection_impl.h 96d2f9e 2022-06-29T13:10:02+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_nodes.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_nodes.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_nodes.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_nodes.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_nodes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_nodes.h $ // $Id: intersection_nodes.h d594929 2022-06-22T16:56:51+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_of_coplanar_triangles_3.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_of_coplanar_triangles_3.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_of_coplanar_triangles_3.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_of_coplanar_triangles_3.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_of_coplanar_triangles_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_of_coplanar_triangles_3.h $ // $Id: intersection_of_coplanar_triangles_3.h e63b032 2021-01-06T13:26:58+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Intersection_type.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Intersection_type.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Intersection_type.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Intersection_type.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Intersection_type.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Intersection_type.h $ // $Id: Intersection_type.h f9a9d12 2021-07-21T11:33:48+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersect_triangle_and_segment_3.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersect_triangle_and_segment_3.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersect_triangle_and_segment_3.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersect_triangle_and_segment_3.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersect_triangle_and_segment_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersect_triangle_and_segment_3.h $ // $Id: intersect_triangle_and_segment_3.h 808c93c 2020-05-26T10:14:06+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Output_builder_for_autorefinement.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Output_builder_for_autorefinement.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Output_builder_for_autorefinement.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Output_builder_for_autorefinement.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Output_builder_for_autorefinement.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Output_builder_for_autorefinement.h $ // $Id: Output_builder_for_autorefinement.h 258d704 2022-02-24T19:57:17+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/predicates.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/predicates.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/predicates.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/predicates.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/predicates.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/predicates.h $ // $Id: predicates.h 00c185b 2021-03-12T12:06:20+01:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Visitor.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Visitor.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Visitor.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Visitor.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Visitor.h $ // $Id: Visitor.h b66d3a0 2022-06-21T17:37:22+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h $ // $Id: do_no_use_CDT2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h $ // $Id: fair_impl.h 625848e 2021-10-04T13:21:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/do_not_use_DT3.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/do_not_use_DT3.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/do_not_use_DT3.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/do_not_use_DT3.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/do_not_use_DT3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/do_not_use_DT3.h $ // $Id: do_not_use_DT3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/experimental/experimental_code.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/experimental/experimental_code.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/experimental/experimental_code.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/experimental/experimental_code.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/experimental/experimental_code.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/experimental/experimental_code.h $ // $Id: experimental_code.h 77e5bee 2021-12-27T14:33:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h $ // $Id: Triangulate_hole_polygon_mesh.h 9e3a36c 2022-03-24T17:12:45+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h $ // $Id: Triangulate_hole_polyline.h d6e6ce9 2022-04-11T16:00:05+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h 2022-10-07 19:06:07.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h $ // $Id: AABB_filtered_projection_traits.h 678b9d8 2022-06-24T11:09:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h $ -// $Id: remesh_impl.h 6869bdd 2022-06-07T16:15:53+02:00 Sébastien Loriot +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h $ +// $Id: remesh_impl.h 403c1ed 2022-08-01T15:51:53+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -1172,7 +1172,7 @@ { Point p1 = get(vpmap_, target(he, mesh_)); Point p2 = get(vpmap_, source(he, mesh_)); - return CGAL::midpoint(p1, p2); + return gt_.construct_midpoint_3_object()(p1, p2); } void dump(const char* filename) const diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h $ // $Id: mesh_to_point_set_hausdorff_distance.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h $ // $Id: named_params_helper.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h $ // $Id: Axis_parallel_plane_traits.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h $ // $Id: Traversal_traits.h 678b9d8 2022-06-24T11:09:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h $ // $Id: refine_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/repair_extra.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/repair_extra.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/repair_extra.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/repair_extra.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/repair_extra.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/repair_extra.h $ // $Id: repair_extra.h 258d704 2022-02-24T19:57:17+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Point_inside_vertical_ray_cast.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Point_inside_vertical_ray_cast.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Point_inside_vertical_ray_cast.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Point_inside_vertical_ray_cast.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Point_inside_vertical_ray_cast.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Point_inside_vertical_ray_cast.h $ // $Id: Point_inside_vertical_ray_cast.h 3b2da64 2020-07-01T21:03:31+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Ray_3_Triangle_3_traversal_traits.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Ray_3_Triangle_3_traversal_traits.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Ray_3_Triangle_3_traversal_traits.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Ray_3_Triangle_3_traversal_traits.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Ray_3_Triangle_3_traversal_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Ray_3_Triangle_3_traversal_traits.h $ // $Id: Ray_3_Triangle_3_traversal_traits.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/simplify_polyline.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/simplify_polyline.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/simplify_polyline.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/simplify_polyline.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/simplify_polyline.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/simplify_polyline.h $ // $Id: simplify_polyline.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Smoothing/ceres_support.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Smoothing/ceres_support.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Smoothing/ceres_support.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Smoothing/ceres_support.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/ceres_support.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/ceres_support.h $ // $Id: ceres_support.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h $ // $Id: curvature_flow_impl.h 6d3176e 2022-01-07T14:42:25+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Smoothing/mesh_smoothing_impl.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Smoothing/mesh_smoothing_impl.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Smoothing/mesh_smoothing_impl.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Smoothing/mesh_smoothing_impl.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/mesh_smoothing_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/mesh_smoothing_impl.h $ // $Id: mesh_smoothing_impl.h 29ddd67 2020-02-06T17:14:16+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Smoothing/smoothing_evaluation.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Smoothing/smoothing_evaluation.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Smoothing/smoothing_evaluation.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Smoothing/smoothing_evaluation.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/smoothing_evaluation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/smoothing_evaluation.h $ // $Id: smoothing_evaluation.h f33618e 2020-02-06T09:54:35+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Snapping/helper.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Snapping/helper.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Snapping/helper.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Snapping/helper.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/helper.h $ // $Id: helper.h c169c41 2022-01-12T13:33:49+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h $ // $Id: snap.h ca23626 2022-03-11T14:28:18+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h $ // $Id: snap_vertices.h 7b12171 2022-04-29T17:15:52+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/intersection.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/intersection.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/intersection.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/intersection.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/intersection.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/intersection.h $ // $Id: intersection.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/IO/polygon_mesh_io.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/IO/polygon_mesh_io.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/IO/polygon_mesh_io.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/IO/polygon_mesh_io.h 2022-10-07 19:06:06.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/IO/polygon_mesh_io.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/IO/polygon_mesh_io.h $ // $Id: polygon_mesh_io.h d5b51a8 2022-03-23T18:39:31+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/locate.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/locate.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/locate.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/locate.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/locate.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/locate.h $ // $Id: locate.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/manifoldness.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/manifoldness.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/manifoldness.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/manifoldness.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/manifoldness.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/manifoldness.h $ // $Id: manifoldness.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/measure.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/measure.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/measure.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/measure.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h $ // $Id: measure.h 763c5e9 2022-03-30T08:05:20+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/merge_border_vertices.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/merge_border_vertices.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/merge_border_vertices.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/merge_border_vertices.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/merge_border_vertices.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/merge_border_vertices.h $ // $Id: merge_border_vertices.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/Non_manifold_feature_map.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/Non_manifold_feature_map.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/Non_manifold_feature_map.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/Non_manifold_feature_map.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Non_manifold_feature_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Non_manifold_feature_map.h $ // $Id: Non_manifold_feature_map.h 64ead81 2021-10-08T15:28:13+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/orientation.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/orientation.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/orientation.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/orientation.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h $ // $Id: orientation.h 317cc6c 2022-06-29T09:50:45+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/orient_polygon_soup_extension.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/orient_polygon_soup_extension.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/orient_polygon_soup_extension.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/orient_polygon_soup_extension.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orient_polygon_soup_extension.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orient_polygon_soup_extension.h $ // $Id: orient_polygon_soup_extension.h 010bcfc 2022-03-30T08:03:50+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h $ // $Id: orient_polygon_soup.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h $ // $Id: polygon_mesh_to_polygon_soup.h c169c41 2022-01-12T13:33:49+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h $ // $Id: polygon_soup_to_polygon_mesh.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/random_perturbation.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/random_perturbation.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/random_perturbation.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/random_perturbation.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/random_perturbation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/random_perturbation.h $ // $Id: random_perturbation.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/refine.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/refine.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/refine.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/refine.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine.h $ // $Id: refine.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/remesh.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/remesh.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/remesh.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/remesh.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h $ // $Id: remesh.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/repair_degeneracies.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/repair_degeneracies.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/repair_degeneracies.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/repair_degeneracies.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_degeneracies.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_degeneracies.h $ // $Id: repair_degeneracies.h a4e5360 2022-07-04T10:52:07+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/repair.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/repair.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/repair.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/repair.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair.h $ -// $Id: repair.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair.h $ +// $Id: repair.h 87f16af 2022-10-04T13:50:15+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -218,7 +218,7 @@ area_threshold = CGAL::square(threshold_value); if(is_default_volume_threshold) - volume_threshold = CGAL::square(threshold_value); + volume_threshold = CGAL::square(threshold_value) * threshold_value; const bool use_areas = (is_default_area_threshold || area_threshold > 0); const bool use_volumes = (is_default_volume_threshold || volume_threshold > 0); diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h $ // $Id: repair_polygon_soup.h b25217e 2022-07-07T13:42:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/repair_self_intersections.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/repair_self_intersections.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/repair_self_intersections.h 2022-07-13 19:06:08.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/repair_self_intersections.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_self_intersections.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_self_intersections.h $ // $Id: repair_self_intersections.h 373decc 2022-06-29T10:36:34+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/self_intersections.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/self_intersections.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/self_intersections.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/self_intersections.h 2022-10-07 19:06:07.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/self_intersections.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/self_intersections.h $ // $Id: self_intersections.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/shape_predicates.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/shape_predicates.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/shape_predicates.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/shape_predicates.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/shape_predicates.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/shape_predicates.h $ // $Id: shape_predicates.h 6869bdd 2022-06-07T16:15:53+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/smooth_mesh.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/smooth_mesh.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/smooth_mesh.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/smooth_mesh.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/smooth_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/smooth_mesh.h $ // $Id: smooth_mesh.h 0d2b1cb 2022-03-31T16:50:40+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/smooth_shape.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/smooth_shape.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/smooth_shape.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/smooth_shape.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/smooth_shape.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/smooth_shape.h $ // $Id: smooth_shape.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/stitch_borders.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/stitch_borders.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/stitch_borders.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/stitch_borders.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h $ // $Id: stitch_borders.h cc50e44 2022-07-11T13:24:20+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/tangential_relaxation.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/tangential_relaxation.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/tangential_relaxation.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/tangential_relaxation.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/tangential_relaxation.h $ -// $Id: tangential_relaxation.h f6f158a 2022-03-29T15:15:54+02:00 Sébastien Loriot +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/tangential_relaxation.h $ +// $Id: tangential_relaxation.h d7d439f 2022-07-28T14:26:40+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -132,6 +132,7 @@ using parameters::choose_parameter; typedef typename GetGeomTraits::type GT; + GT gt = choose_parameter(get_parameter(np, internal_np::geom_traits), GT()); typedef typename GetVertexPointMap::type VPMap; VPMap vpm = choose_parameter(get_parameter(np, internal_np::vertex_point), @@ -212,6 +213,7 @@ typedef std::tuple VNP; std::vector< VNP > barycenters; + auto gt_barycenter = gt.construct_barycenter_3_object(); // at each vertex, compute vertex normal std::unordered_map vnormals; @@ -263,7 +265,8 @@ //check squared cosine is < 0.25 (~120 degrees) if (0.25 < dot*dot / ( squared_distance(get(vpm,ph0), get(vpm, v)) * squared_distance(get(vpm,ph1), get(vpm, v))) ) - barycenters.emplace_back(v, vn, barycenter(get(vpm, ph0), 0.25, get(vpm, ph1), 0.25, get(vpm, v), 0.5)); + barycenters.emplace_back(v, vn, + gt_barycenter(get(vpm, ph0), 0.25, get(vpm, ph1), 0.25, get(vpm, v), 0.5)); } } } diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/transform.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/transform.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/transform.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/transform.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/transform.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/transform.h $ // $Id: transform.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/triangulate_faces.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/triangulate_faces.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/triangulate_faces.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/triangulate_faces.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h $ // $Id: triangulate_faces.h bb0b9a8 2022-03-07T15:32:37+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_processing/triangulate_hole.h cgal-5.5.1/include/CGAL/Polygon_mesh_processing/triangulate_hole.h --- cgal-5.5/include/CGAL/Polygon_mesh_processing/triangulate_hole.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_processing/triangulate_hole.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h $ // $Id: triangulate_hole.h d01fa7b 2022-05-10T07:16:14+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/polygon_mesh_processing.h cgal-5.5.1/include/CGAL/polygon_mesh_processing.h --- cgal-5.5/include/CGAL/polygon_mesh_processing.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/polygon_mesh_processing.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h $ // $Id: polygon_mesh_processing.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_mesh_slicer.h cgal-5.5.1/include/CGAL/Polygon_mesh_slicer.h --- cgal-5.5/include/CGAL/Polygon_mesh_slicer.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_mesh_slicer.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polygon_mesh_slicer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polygon_mesh_slicer.h $ // $Id: Polygon_mesh_slicer.h 263ad6b 2020-08-20T18:25:01+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_nop_decomposition_2.h cgal-5.5.1/include/CGAL/Polygon_nop_decomposition_2.h --- cgal-5.5/include/CGAL/Polygon_nop_decomposition_2.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_nop_decomposition_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Polygon_nop_decomposition_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Polygon_nop_decomposition_2.h $ // $Id: Polygon_nop_decomposition_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_offset_builder_2.h cgal-5.5.1/include/CGAL/Polygon_offset_builder_2.h --- cgal-5.5/include/CGAL/Polygon_offset_builder_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_offset_builder_2.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Polygon_offset_builder_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Polygon_offset_builder_2.h $ // $Id: Polygon_offset_builder_2.h 655d427 2020-09-11T15:00:12+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_offset_builder_traits_2.h cgal-5.5.1/include/CGAL/Polygon_offset_builder_traits_2.h --- cgal-5.5/include/CGAL/Polygon_offset_builder_traits_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_offset_builder_traits_2.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Polygon_offset_builder_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Polygon_offset_builder_traits_2.h $ // $Id: Polygon_offset_builder_traits_2.h e9c3531 2020-10-08T22:36:36+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_set_2.h cgal-5.5.1/include/CGAL/Polygon_set_2.h --- cgal-5.5/include/CGAL/Polygon_set_2.h 2022-07-13 19:04:38.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_set_2.h 2022-10-07 19:04:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Boolean_set_operations_2/include/CGAL/Polygon_set_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Boolean_set_operations_2/include/CGAL/Polygon_set_2.h $ // $Id: Polygon_set_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_traits_2.h cgal-5.5.1/include/CGAL/Polygon_traits_2.h --- cgal-5.5/include/CGAL/Polygon_traits_2.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_traits_2.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_traits_2.h $ // $Id: Polygon_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_triangulation_decomposition_2.h cgal-5.5.1/include/CGAL/Polygon_triangulation_decomposition_2.h --- cgal-5.5/include/CGAL/Polygon_triangulation_decomposition_2.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_triangulation_decomposition_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Polygon_triangulation_decomposition_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Polygon_triangulation_decomposition_2.h $ // $Id: Polygon_triangulation_decomposition_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_vertical_decomposition_2.h cgal-5.5.1/include/CGAL/Polygon_vertical_decomposition_2.h --- cgal-5.5/include/CGAL/Polygon_vertical_decomposition_2.h 2022-07-13 19:05:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_vertical_decomposition_2.h 2022-10-07 19:05:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Minkowski_sum_2/include/CGAL/Polygon_vertical_decomposition_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Minkowski_sum_2/include/CGAL/Polygon_vertical_decomposition_2.h $ // $Id: Polygon_vertical_decomposition_2.h 414103f 2022-02-21T17:17:34+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polygon_with_holes_2.h cgal-5.5.1/include/CGAL/Polygon_with_holes_2.h --- cgal-5.5/include/CGAL/Polygon_with_holes_2.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polygon_with_holes_2.h 2022-10-07 19:06:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon/include/CGAL/Polygon_with_holes_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon/include/CGAL/Polygon_with_holes_2.h $ // $Id: Polygon_with_holes_2.h 78ff918 2021-06-23T23:34:14+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedral_complex_mesh_domain_3.h cgal-5.5.1/include/CGAL/Polyhedral_complex_mesh_domain_3.h --- cgal-5.5/include/CGAL/Polyhedral_complex_mesh_domain_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedral_complex_mesh_domain_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Polyhedral_complex_mesh_domain_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Polyhedral_complex_mesh_domain_3.h $ // $Id: Polyhedral_complex_mesh_domain_3.h c169c41 2022-01-12T13:33:49+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedral_envelope.h cgal-5.5.1/include/CGAL/Polyhedral_envelope.h --- cgal-5.5/include/CGAL/Polyhedral_envelope.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedral_envelope.h 2022-10-07 19:06:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h $ // $Id: Polyhedral_envelope.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: ( GPL-3.0-or-later OR LicenseRef-Commercial ) AND MIT // diff -Nru cgal-5.5/include/CGAL/Polyhedral_mesh_domain_3.h cgal-5.5.1/include/CGAL/Polyhedral_mesh_domain_3.h --- cgal-5.5/include/CGAL/Polyhedral_mesh_domain_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedral_mesh_domain_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h $ // $Id: Polyhedral_mesh_domain_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedral_mesh_domain_with_features_3.h cgal-5.5.1/include/CGAL/Polyhedral_mesh_domain_with_features_3.h --- cgal-5.5/include/CGAL/Polyhedral_mesh_domain_with_features_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedral_mesh_domain_with_features_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h $ // $Id: Polyhedral_mesh_domain_with_features_3.h 1e7785b 2022-01-04T16:00:38+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/PolyhedralSurf_neighbors.h cgal-5.5.1/include/CGAL/PolyhedralSurf_neighbors.h --- cgal-5.5/include/CGAL/PolyhedralSurf_neighbors.h 2022-07-13 19:06:25.000000000 +0000 +++ cgal-5.5.1/include/CGAL/PolyhedralSurf_neighbors.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Ridges_3/include/CGAL/PolyhedralSurf_neighbors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Ridges_3/include/CGAL/PolyhedralSurf_neighbors.h $ // $Id: PolyhedralSurf_neighbors.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedron_3_fwd.h cgal-5.5.1/include/CGAL/Polyhedron_3_fwd.h --- cgal-5.5/include/CGAL/Polyhedron_3_fwd.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedron_3_fwd.h 2022-10-07 19:05:12.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/Polyhedron_3_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/Polyhedron_3_fwd.h $ // $Id: Polyhedron_3_fwd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedron_3.h cgal-5.5.1/include/CGAL/Polyhedron_3.h --- cgal-5.5/include/CGAL/Polyhedron_3.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedron_3.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/Polyhedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/Polyhedron_3.h $ // $Id: Polyhedron_3.h 3ad94a7 2022-05-17T12:04:52+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedron_3_to_lcc.h cgal-5.5.1/include/CGAL/Polyhedron_3_to_lcc.h --- cgal-5.5/include/CGAL/Polyhedron_3_to_lcc.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedron_3_to_lcc.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/Polyhedron_3_to_lcc.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/Polyhedron_3_to_lcc.h $ // $Id: Polyhedron_3_to_lcc.h 9a50c0f 2019-11-26T13:22:03+01:00 Guillaume Damiand // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedron_copy_3.h cgal-5.5.1/include/CGAL/Polyhedron_copy_3.h --- cgal-5.5/include/CGAL/Polyhedron_copy_3.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedron_copy_3.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/Polyhedron_copy_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/Polyhedron_copy_3.h $ // $Id: Polyhedron_copy_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/polyhedron_cut_plane_3.h cgal-5.5.1/include/CGAL/polyhedron_cut_plane_3.h --- cgal-5.5/include/CGAL/polyhedron_cut_plane_3.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/polyhedron_cut_plane_3.h 2022-10-07 19:06:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/polyhedron_cut_plane_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/polyhedron_cut_plane_3.h $ // $Id: polyhedron_cut_plane_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedron_incremental_builder_3.h cgal-5.5.1/include/CGAL/Polyhedron_incremental_builder_3.h --- cgal-5.5/include/CGAL/Polyhedron_incremental_builder_3.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedron_incremental_builder_3.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/Polyhedron_incremental_builder_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/Polyhedron_incremental_builder_3.h $ // $Id: Polyhedron_incremental_builder_3.h 2c4a5db 2021-05-18T18:14:14+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedron_items_3.h cgal-5.5.1/include/CGAL/Polyhedron_items_3.h --- cgal-5.5/include/CGAL/Polyhedron_items_3.h 2022-07-13 19:05:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedron_items_3.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/HalfedgeDS/include/CGAL/Polyhedron_items_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/HalfedgeDS/include/CGAL/Polyhedron_items_3.h $ // $Id: Polyhedron_items_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedron_items_with_id_3.h cgal-5.5.1/include/CGAL/Polyhedron_items_with_id_3.h --- cgal-5.5/include/CGAL/Polyhedron_items_with_id_3.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedron_items_with_id_3.h 2022-10-07 19:06:14.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/Polyhedron_items_with_id_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/Polyhedron_items_with_id_3.h $ // $Id: Polyhedron_items_with_id_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedron_min_items_3.h cgal-5.5.1/include/CGAL/Polyhedron_min_items_3.h --- cgal-5.5/include/CGAL/Polyhedron_min_items_3.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedron_min_items_3.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/Polyhedron_min_items_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/Polyhedron_min_items_3.h $ // $Id: Polyhedron_min_items_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedron_traits_3.h cgal-5.5.1/include/CGAL/Polyhedron_traits_3.h --- cgal-5.5/include/CGAL/Polyhedron_traits_3.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedron_traits_3.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/Polyhedron_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/Polyhedron_traits_3.h $ // $Id: Polyhedron_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyhedron_traits_with_normals_3.h cgal-5.5.1/include/CGAL/Polyhedron_traits_with_normals_3.h --- cgal-5.5/include/CGAL/Polyhedron_traits_with_normals_3.h 2022-07-13 19:06:16.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyhedron_traits_with_normals_3.h 2022-10-07 19:06:14.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyhedron/include/CGAL/Polyhedron_traits_with_normals_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyhedron/include/CGAL/Polyhedron_traits_with_normals_3.h $ // $Id: Polyhedron_traits_with_normals_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyline_simplification_2/Hybrid_squared_distance_cost.h cgal-5.5.1/include/CGAL/Polyline_simplification_2/Hybrid_squared_distance_cost.h --- cgal-5.5/include/CGAL/Polyline_simplification_2/Hybrid_squared_distance_cost.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyline_simplification_2/Hybrid_squared_distance_cost.h 2022-10-07 19:06:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Hybrid_squared_distance_cost.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Hybrid_squared_distance_cost.h $ // $Id: Hybrid_squared_distance_cost.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyline_simplification_2/Scaled_squared_distance_cost.h cgal-5.5.1/include/CGAL/Polyline_simplification_2/Scaled_squared_distance_cost.h --- cgal-5.5/include/CGAL/Polyline_simplification_2/Scaled_squared_distance_cost.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyline_simplification_2/Scaled_squared_distance_cost.h 2022-10-07 19:06:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Scaled_squared_distance_cost.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Scaled_squared_distance_cost.h $ // $Id: Scaled_squared_distance_cost.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyline_simplification_2/simplify.h cgal-5.5.1/include/CGAL/Polyline_simplification_2/simplify.h --- cgal-5.5/include/CGAL/Polyline_simplification_2/simplify.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyline_simplification_2/simplify.h 2022-10-07 19:06:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/simplify.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/simplify.h $ // $Id: simplify.h c61fdb8 2021-11-30T13:49:39+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyline_simplification_2/Squared_distance_cost.h cgal-5.5.1/include/CGAL/Polyline_simplification_2/Squared_distance_cost.h --- cgal-5.5/include/CGAL/Polyline_simplification_2/Squared_distance_cost.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyline_simplification_2/Squared_distance_cost.h 2022-10-07 19:06:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Squared_distance_cost.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Squared_distance_cost.h $ // $Id: Squared_distance_cost.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyline_simplification_2/Stop_above_cost_threshold.h cgal-5.5.1/include/CGAL/Polyline_simplification_2/Stop_above_cost_threshold.h --- cgal-5.5/include/CGAL/Polyline_simplification_2/Stop_above_cost_threshold.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyline_simplification_2/Stop_above_cost_threshold.h 2022-10-07 19:06:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Stop_above_cost_threshold.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Stop_above_cost_threshold.h $ // $Id: Stop_above_cost_threshold.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyline_simplification_2/Stop_below_count_ratio_threshold.h cgal-5.5.1/include/CGAL/Polyline_simplification_2/Stop_below_count_ratio_threshold.h --- cgal-5.5/include/CGAL/Polyline_simplification_2/Stop_below_count_ratio_threshold.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyline_simplification_2/Stop_below_count_ratio_threshold.h 2022-10-07 19:06:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Stop_below_count_ratio_threshold.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Stop_below_count_ratio_threshold.h $ // $Id: Stop_below_count_ratio_threshold.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyline_simplification_2/Stop_below_count_threshold.h cgal-5.5.1/include/CGAL/Polyline_simplification_2/Stop_below_count_threshold.h --- cgal-5.5/include/CGAL/Polyline_simplification_2/Stop_below_count_threshold.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyline_simplification_2/Stop_below_count_threshold.h 2022-10-07 19:06:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Stop_below_count_threshold.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Stop_below_count_threshold.h $ // $Id: Stop_below_count_threshold.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polyline_simplification_2/Vertex_base_2.h cgal-5.5.1/include/CGAL/Polyline_simplification_2/Vertex_base_2.h --- cgal-5.5/include/CGAL/Polyline_simplification_2/Vertex_base_2.h 2022-07-13 19:06:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polyline_simplification_2/Vertex_base_2.h 2022-10-07 19:06:15.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polyline_simplification_2/include/CGAL/Polyline_simplification_2/Vertex_base_2.h $ // $Id: Vertex_base_2.h 53cb7cd 2021-02-16T13:41:28+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Algebraic_structure_traits.h cgal-5.5.1/include/CGAL/Polynomial/Algebraic_structure_traits.h --- cgal-5.5/include/CGAL/Polynomial/Algebraic_structure_traits.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Algebraic_structure_traits.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Algebraic_structure_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Algebraic_structure_traits.h $ // $Id: Algebraic_structure_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/bezout_matrix.h cgal-5.5.1/include/CGAL/Polynomial/bezout_matrix.h --- cgal-5.5/include/CGAL/Polynomial/bezout_matrix.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/bezout_matrix.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/bezout_matrix.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/bezout_matrix.h $ // $Id: bezout_matrix.h e9d41d7 2020-04-21T10:03:00+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h cgal-5.5.1/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h --- cgal-5.5/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h $ // $Id: Cached_extended_euclidean_algorithm.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Chinese_remainder_traits.h cgal-5.5.1/include/CGAL/Polynomial/Chinese_remainder_traits.h --- cgal-5.5/include/CGAL/Polynomial/Chinese_remainder_traits.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Chinese_remainder_traits.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Chinese_remainder_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Chinese_remainder_traits.h $ // $Id: Chinese_remainder_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Coercion_traits.h cgal-5.5.1/include/CGAL/Polynomial/Coercion_traits.h --- cgal-5.5/include/CGAL/Polynomial/Coercion_traits.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Coercion_traits.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Coercion_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Coercion_traits.h $ // $Id: Coercion_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Degree.h cgal-5.5.1/include/CGAL/Polynomial/Degree.h --- cgal-5.5/include/CGAL/Polynomial/Degree.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Degree.h 2022-10-07 19:06:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Degree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Degree.h $ // $Id: Degree.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/determinant.h cgal-5.5.1/include/CGAL/Polynomial/determinant.h --- cgal-5.5/include/CGAL/Polynomial/determinant.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/determinant.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/determinant.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/determinant.h $ // $Id: determinant.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Fraction_traits.h cgal-5.5.1/include/CGAL/Polynomial/Fraction_traits.h --- cgal-5.5/include/CGAL/Polynomial/Fraction_traits.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Fraction_traits.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Fraction_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Fraction_traits.h $ // $Id: Fraction_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/fwd.h cgal-5.5.1/include/CGAL/Polynomial/fwd.h --- cgal-5.5/include/CGAL/Polynomial/fwd.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/fwd.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/fwd.h $ // $Id: fwd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Get_arithmetic_kernel.h cgal-5.5.1/include/CGAL/Polynomial/Get_arithmetic_kernel.h --- cgal-5.5/include/CGAL/Polynomial/Get_arithmetic_kernel.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Get_arithmetic_kernel.h 2022-10-07 19:06:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Get_arithmetic_kernel.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Get_arithmetic_kernel.h $ // $Id: Get_arithmetic_kernel.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/hgdelta_update.h cgal-5.5.1/include/CGAL/Polynomial/hgdelta_update.h --- cgal-5.5/include/CGAL/Polynomial/hgdelta_update.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/hgdelta_update.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/hgdelta_update.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/hgdelta_update.h $ // $Id: hgdelta_update.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Interpolator.h cgal-5.5.1/include/CGAL/Polynomial/Interpolator.h --- cgal-5.5/include/CGAL/Polynomial/Interpolator.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Interpolator.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Interpolator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Interpolator.h $ // $Id: Interpolator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/misc.h cgal-5.5.1/include/CGAL/Polynomial/misc.h --- cgal-5.5/include/CGAL/Polynomial/misc.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/misc.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/misc.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/misc.h $ // $Id: misc.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/modular_filter.h cgal-5.5.1/include/CGAL/Polynomial/modular_filter.h --- cgal-5.5/include/CGAL/Polynomial/modular_filter.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/modular_filter.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/modular_filter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/modular_filter.h $ // $Id: modular_filter.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/modular_gcd.h cgal-5.5.1/include/CGAL/Polynomial/modular_gcd.h --- cgal-5.5/include/CGAL/Polynomial/modular_gcd.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/modular_gcd.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/modular_gcd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/modular_gcd.h $ // $Id: modular_gcd.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h cgal-5.5.1/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h --- cgal-5.5/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h $ // $Id: modular_gcd_utcf_algorithm_M.h fdb17cb 2020-03-26T19:26:10+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h cgal-5.5.1/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h --- cgal-5.5/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h $ // $Id: modular_gcd_utcf_dfai.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/modular_gcd_utils.h cgal-5.5.1/include/CGAL/Polynomial/modular_gcd_utils.h --- cgal-5.5/include/CGAL/Polynomial/modular_gcd_utils.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/modular_gcd_utils.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/modular_gcd_utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/modular_gcd_utils.h $ // $Id: modular_gcd_utils.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Modular_traits.h cgal-5.5.1/include/CGAL/Polynomial/Modular_traits.h --- cgal-5.5/include/CGAL/Polynomial/Modular_traits.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Modular_traits.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Modular_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Modular_traits.h $ // $Id: Modular_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Monomial_representation.h cgal-5.5.1/include/CGAL/Polynomial/Monomial_representation.h --- cgal-5.5/include/CGAL/Polynomial/Monomial_representation.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Monomial_representation.h 2022-10-07 19:06:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Monomial_representation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Monomial_representation.h $ // $Id: Monomial_representation.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/polynomial_gcd.h cgal-5.5.1/include/CGAL/Polynomial/polynomial_gcd.h --- cgal-5.5/include/CGAL/Polynomial/polynomial_gcd.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/polynomial_gcd.h 2022-10-07 19:06:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/polynomial_gcd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/polynomial_gcd.h $ // $Id: polynomial_gcd.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/polynomial_gcd_implementations.h cgal-5.5.1/include/CGAL/Polynomial/polynomial_gcd_implementations.h --- cgal-5.5/include/CGAL/Polynomial/polynomial_gcd_implementations.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/polynomial_gcd_implementations.h 2022-10-07 19:06:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/polynomial_gcd_implementations.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/polynomial_gcd_implementations.h $ // $Id: polynomial_gcd_implementations.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/polynomial_gcd_ntl.h cgal-5.5.1/include/CGAL/Polynomial/polynomial_gcd_ntl.h --- cgal-5.5/include/CGAL/Polynomial/polynomial_gcd_ntl.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/polynomial_gcd_ntl.h 2022-10-07 19:06:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/polynomial_gcd_ntl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/polynomial_gcd_ntl.h $ // $Id: polynomial_gcd_ntl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Polynomial_type.h cgal-5.5.1/include/CGAL/Polynomial/Polynomial_type.h --- cgal-5.5/include/CGAL/Polynomial/Polynomial_type.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Polynomial_type.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Polynomial_type.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Polynomial_type.h $ // $Id: Polynomial_type.h 625848e 2021-10-04T13:21:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/prs_resultant.h cgal-5.5.1/include/CGAL/Polynomial/prs_resultant.h --- cgal-5.5/include/CGAL/Polynomial/prs_resultant.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/prs_resultant.h 2022-10-07 19:06:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/prs_resultant.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/prs_resultant.h $ // $Id: prs_resultant.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Real_embeddable_traits.h cgal-5.5.1/include/CGAL/Polynomial/Real_embeddable_traits.h --- cgal-5.5/include/CGAL/Polynomial/Real_embeddable_traits.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Real_embeddable_traits.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Real_embeddable_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Real_embeddable_traits.h $ // $Id: Real_embeddable_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/resultant.h cgal-5.5.1/include/CGAL/Polynomial/resultant.h --- cgal-5.5/include/CGAL/Polynomial/resultant.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/resultant.h 2022-10-07 19:06:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/resultant.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/resultant.h $ // $Id: resultant.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/Scalar_factor_traits.h cgal-5.5.1/include/CGAL/Polynomial/Scalar_factor_traits.h --- cgal-5.5/include/CGAL/Polynomial/Scalar_factor_traits.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/Scalar_factor_traits.h 2022-10-07 19:06:18.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/Scalar_factor_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/Scalar_factor_traits.h $ // $Id: Scalar_factor_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/square_free_factorize.h cgal-5.5.1/include/CGAL/Polynomial/square_free_factorize.h --- cgal-5.5/include/CGAL/Polynomial/square_free_factorize.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/square_free_factorize.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/square_free_factorize.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/square_free_factorize.h $ // $Id: square_free_factorize.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/sturm_habicht_sequence.h cgal-5.5.1/include/CGAL/Polynomial/sturm_habicht_sequence.h --- cgal-5.5/include/CGAL/Polynomial/sturm_habicht_sequence.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/sturm_habicht_sequence.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/sturm_habicht_sequence.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/sturm_habicht_sequence.h $ // $Id: sturm_habicht_sequence.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial/subresultants.h cgal-5.5.1/include/CGAL/Polynomial/subresultants.h --- cgal-5.5/include/CGAL/Polynomial/subresultants.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial/subresultants.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial/subresultants.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial/subresultants.h $ // $Id: subresultants.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial.h cgal-5.5.1/include/CGAL/Polynomial.h --- cgal-5.5/include/CGAL/Polynomial.h 2022-07-13 19:06:20.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial.h 2022-10-07 19:06:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial.h $ // $Id: Polynomial.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomials_1_2.h cgal-5.5.1/include/CGAL/Polynomials_1_2.h --- cgal-5.5/include/CGAL/Polynomials_1_2.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomials_1_2.h 2022-10-07 19:04:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_circles/include/CGAL/Polynomials_1_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_circles/include/CGAL/Polynomials_1_2.h $ // $Id: Polynomials_1_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomials_1_3.h cgal-5.5.1/include/CGAL/Polynomials_1_3.h --- cgal-5.5/include/CGAL/Polynomials_1_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomials_1_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/Polynomials_1_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/Polynomials_1_3.h $ // $Id: Polynomials_1_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomials_2_2.h cgal-5.5.1/include/CGAL/Polynomials_2_2.h --- cgal-5.5/include/CGAL/Polynomials_2_2.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomials_2_2.h 2022-10-07 19:04:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_circles/include/CGAL/Polynomials_2_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_circles/include/CGAL/Polynomials_2_2.h $ // $Id: Polynomials_2_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomials_2_3.h cgal-5.5.1/include/CGAL/Polynomials_2_3.h --- cgal-5.5/include/CGAL/Polynomials_2_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomials_2_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/Polynomials_2_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/Polynomials_2_3.h $ // $Id: Polynomials_2_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomials_for_line_3.h cgal-5.5.1/include/CGAL/Polynomials_for_line_3.h --- cgal-5.5/include/CGAL/Polynomials_for_line_3.h 2022-07-13 19:04:17.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomials_for_line_3.h 2022-10-07 19:04:26.000000000 +0000 @@ -9,7 +9,7 @@ // and a STREP (FET Open) Project under Contract No IST-006413 // (ACS -- Algorithms for Complex Shapes) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Algebraic_kernel_for_spheres/include/CGAL/Polynomials_for_line_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Algebraic_kernel_for_spheres/include/CGAL/Polynomials_for_line_3.h $ // $Id: Polynomials_for_line_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial_traits_d.h cgal-5.5.1/include/CGAL/Polynomial_traits_d.h --- cgal-5.5/include/CGAL/Polynomial_traits_d.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial_traits_d.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial_traits_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial_traits_d.h $ // $Id: Polynomial_traits_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polynomial_type_generator.h cgal-5.5.1/include/CGAL/Polynomial_type_generator.h --- cgal-5.5/include/CGAL/Polynomial_type_generator.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polynomial_type_generator.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/Polynomial_type_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/Polynomial_type_generator.h $ // $Id: Polynomial_type_generator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/polynomial_utils.h cgal-5.5.1/include/CGAL/polynomial_utils.h --- cgal-5.5/include/CGAL/polynomial_utils.h 2022-07-13 19:06:21.000000000 +0000 +++ cgal-5.5.1/include/CGAL/polynomial_utils.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polynomial/include/CGAL/polynomial_utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polynomial/include/CGAL/polynomial_utils.h $ // $Id: polynomial_utils.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polytope_distance_d.h cgal-5.5.1/include/CGAL/Polytope_distance_d.h --- cgal-5.5/include/CGAL/Polytope_distance_d.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polytope_distance_d.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polytope_distance_d/include/CGAL/Polytope_distance_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polytope_distance_d/include/CGAL/Polytope_distance_d.h $ // $Id: Polytope_distance_d.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polytope_distance_d_traits_2.h cgal-5.5.1/include/CGAL/Polytope_distance_d_traits_2.h --- cgal-5.5/include/CGAL/Polytope_distance_d_traits_2.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polytope_distance_d_traits_2.h 2022-10-07 19:06:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polytope_distance_d/include/CGAL/Polytope_distance_d_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polytope_distance_d/include/CGAL/Polytope_distance_d_traits_2.h $ // $Id: Polytope_distance_d_traits_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polytope_distance_d_traits_3.h cgal-5.5.1/include/CGAL/Polytope_distance_d_traits_3.h --- cgal-5.5/include/CGAL/Polytope_distance_d_traits_3.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polytope_distance_d_traits_3.h 2022-10-07 19:06:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polytope_distance_d/include/CGAL/Polytope_distance_d_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polytope_distance_d/include/CGAL/Polytope_distance_d_traits_3.h $ // $Id: Polytope_distance_d_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Polytope_distance_d_traits_d.h cgal-5.5.1/include/CGAL/Polytope_distance_d_traits_d.h --- cgal-5.5/include/CGAL/Polytope_distance_d_traits_d.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Polytope_distance_d_traits_d.h 2022-10-07 19:06:19.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polytope_distance_d/include/CGAL/Polytope_distance_d_traits_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polytope_distance_d/include/CGAL/Polytope_distance_d_traits_d.h $ // $Id: Polytope_distance_d_traits_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/predicates/kernel_ftC2.h cgal-5.5.1/include/CGAL/predicates/kernel_ftC2.h --- cgal-5.5/include/CGAL/predicates/kernel_ftC2.h 2022-07-13 19:04:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates/kernel_ftC2.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/predicates/kernel_ftC2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/predicates/kernel_ftC2.h $ // $Id: kernel_ftC2.h 65ea1e3 2021-09-29T16:55:36+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/predicates/kernel_ftC3.h cgal-5.5.1/include/CGAL/predicates/kernel_ftC3.h --- cgal-5.5/include/CGAL/predicates/kernel_ftC3.h 2022-07-13 19:04:45.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates/kernel_ftC3.h 2022-10-07 19:04:50.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Cartesian_kernel/include/CGAL/predicates/kernel_ftC3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Cartesian_kernel/include/CGAL/predicates/kernel_ftC3.h $ // $Id: kernel_ftC3.h 68dc09b 2021-04-10T07:10:29+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/predicates/Polygon_offset_pred_ftC2.h cgal-5.5.1/include/CGAL/predicates/Polygon_offset_pred_ftC2.h --- cgal-5.5/include/CGAL/predicates/Polygon_offset_pred_ftC2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates/Polygon_offset_pred_ftC2.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/predicates/Polygon_offset_pred_ftC2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/predicates/Polygon_offset_pred_ftC2.h $ // $Id: Polygon_offset_pred_ftC2.h 13f19c4 2020-10-07T19:28:54+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/predicates/predicates_for_mixed_complex_3.h cgal-5.5.1/include/CGAL/predicates/predicates_for_mixed_complex_3.h --- cgal-5.5/include/CGAL/predicates/predicates_for_mixed_complex_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates/predicates_for_mixed_complex_3.h 2022-10-07 19:06:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/predicates/predicates_for_mixed_complex_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/predicates/predicates_for_mixed_complex_3.h $ // $Id: predicates_for_mixed_complex_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial diff -Nru cgal-5.5/include/CGAL/predicates/predicates_for_voronoi_intersection_cartesian_2_3.h cgal-5.5.1/include/CGAL/predicates/predicates_for_voronoi_intersection_cartesian_2_3.h --- cgal-5.5/include/CGAL/predicates/predicates_for_voronoi_intersection_cartesian_2_3.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates/predicates_for_voronoi_intersection_cartesian_2_3.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/predicates/predicates_for_voronoi_intersection_cartesian_2_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/predicates/predicates_for_voronoi_intersection_cartesian_2_3.h $ // $Id: predicates_for_voronoi_intersection_cartesian_2_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/predicates/sign_of_determinant.h cgal-5.5.1/include/CGAL/predicates/sign_of_determinant.h --- cgal-5.5/include/CGAL/predicates/sign_of_determinant.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates/sign_of_determinant.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/predicates/sign_of_determinant.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/predicates/sign_of_determinant.h $ // $Id: sign_of_determinant.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h cgal-5.5.1/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h --- cgal-5.5/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h 2022-07-13 19:06:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h $ // $Id: Straight_skeleton_pred_ftC2.h c502e93 2020-11-27T13:53:59+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/predicates_d.h cgal-5.5.1/include/CGAL/predicates_d.h --- cgal-5.5/include/CGAL/predicates_d.h 2022-07-13 19:05:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates_d.h 2022-10-07 19:05:34.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_d/include/CGAL/predicates_d.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_d/include/CGAL/predicates_d.h $ // $Id: predicates_d.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/predicates_on_lines_2.h cgal-5.5.1/include/CGAL/predicates_on_lines_2.h --- cgal-5.5/include/CGAL/predicates_on_lines_2.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates_on_lines_2.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/predicates_on_lines_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/predicates_on_lines_2.h $ // $Id: predicates_on_lines_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/predicates_on_points_2.h cgal-5.5.1/include/CGAL/predicates_on_points_2.h --- cgal-5.5/include/CGAL/predicates_on_points_2.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates_on_points_2.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/predicates_on_points_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/predicates_on_points_2.h $ // $Id: predicates_on_points_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/predicates_on_points_3.h cgal-5.5.1/include/CGAL/predicates_on_points_3.h --- cgal-5.5/include/CGAL/predicates_on_points_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/predicates_on_points_3.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/predicates_on_points_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/predicates_on_points_3.h $ // $Id: predicates_on_points_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/primes.h cgal-5.5.1/include/CGAL/primes.h --- cgal-5.5/include/CGAL/primes.h 2022-07-13 19:05:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/primes.h 2022-10-07 19:05:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Modular_arithmetic/include/CGAL/primes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Modular_arithmetic/include/CGAL/primes.h $ // $Id: primes.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Profile_counter.h cgal-5.5.1/include/CGAL/Profile_counter.h --- cgal-5.5/include/CGAL/Profile_counter.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Profile_counter.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Profiling_tools/include/CGAL/Profile_counter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Profiling_tools/include/CGAL/Profile_counter.h $ // $Id: Profile_counter.h a885f9b 2021-08-25T13:02:11+02:00 Jane Tournois // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Profile_timer.h cgal-5.5.1/include/CGAL/Profile_timer.h --- cgal-5.5/include/CGAL/Profile_timer.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Profile_timer.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Profiling_tools/include/CGAL/Profile_timer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Profiling_tools/include/CGAL/Profile_timer.h $ // $Id: Profile_timer.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Projection_on_sphere_traits_3.h cgal-5.5.1/include/CGAL/Projection_on_sphere_traits_3.h --- cgal-5.5/include/CGAL/Projection_on_sphere_traits_3.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Projection_on_sphere_traits_3.h 2022-10-07 19:07:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Projection_on_sphere_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Projection_on_sphere_traits_3.h $ // $Id: Projection_on_sphere_traits_3.h a7f8957 2021-04-01T13:28:13+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Projection_traits_3.h cgal-5.5.1/include/CGAL/Projection_traits_3.h --- cgal-5.5/include/CGAL/Projection_traits_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Projection_traits_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Projection_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Projection_traits_3.h $ // $Id: Projection_traits_3.h dacbd18 2021-08-30T12:35:34+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Projection_traits_xy_3.h cgal-5.5.1/include/CGAL/Projection_traits_xy_3.h --- cgal-5.5/include/CGAL/Projection_traits_xy_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Projection_traits_xy_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Projection_traits_xy_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Projection_traits_xy_3.h $ // $Id: Projection_traits_xy_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Projection_traits_xz_3.h cgal-5.5.1/include/CGAL/Projection_traits_xz_3.h --- cgal-5.5/include/CGAL/Projection_traits_xz_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Projection_traits_xz_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Projection_traits_xz_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Projection_traits_xz_3.h $ // $Id: Projection_traits_xz_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Projection_traits_yz_3.h cgal-5.5.1/include/CGAL/Projection_traits_yz_3.h --- cgal-5.5/include/CGAL/Projection_traits_yz_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Projection_traits_yz_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Projection_traits_yz_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Projection_traits_yz_3.h $ // $Id: Projection_traits_yz_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/property_map.h cgal-5.5.1/include/CGAL/property_map.h --- cgal-5.5/include/CGAL/property_map.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/property_map.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Property_map/include/CGAL/property_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Property_map/include/CGAL/property_map.h $ // $Id: property_map.h 62936f8 2022-06-13T17:01:35+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_functions.h cgal-5.5.1/include/CGAL/QP_functions.h --- cgal-5.5/include/CGAL/QP_functions.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_functions.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_functions.h $ // $Id: QP_functions.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_models.h cgal-5.5.1/include/CGAL/QP_models.h --- cgal-5.5/include/CGAL/QP_models.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_models.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_models.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_models.h $ // $Id: QP_models.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_options.h cgal-5.5.1/include/CGAL/QP_options.h --- cgal-5.5/include/CGAL/QP_options.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_options.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_options.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_options.h $ // $Id: QP_options.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solution.h cgal-5.5.1/include/CGAL/QP_solution.h --- cgal-5.5/include/CGAL/QP_solution.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solution.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solution.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solution.h $ // $Id: QP_solution.h 3f10219 2021-01-06T09:34:57+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/assertions.h cgal-5.5.1/include/CGAL/QP_solver/assertions.h --- cgal-5.5/include/CGAL/QP_solver/assertions.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/assertions.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/assertions.h $ // $Id: assertions.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/basic.h cgal-5.5.1/include/CGAL/QP_solver/basic.h --- cgal-5.5/include/CGAL/QP_solver/basic.h 2022-07-13 19:06:25.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/basic.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/basic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/basic.h $ // $Id: basic.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/debug.h cgal-5.5.1/include/CGAL/QP_solver/debug.h --- cgal-5.5/include/CGAL/QP_solver/debug.h 2022-07-13 19:06:25.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/debug.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/debug.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/debug.h $ // $Id: debug.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/functors.h cgal-5.5.1/include/CGAL/QP_solver/functors.h --- cgal-5.5/include/CGAL/QP_solver/functors.h 2022-07-13 19:06:25.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/functors.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/functors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/functors.h $ // $Id: functors.h 1257ec0 2022-05-09T18:25:41+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/Initialization.h cgal-5.5.1/include/CGAL/QP_solver/Initialization.h --- cgal-5.5/include/CGAL/QP_solver/Initialization.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/Initialization.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/Initialization.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/Initialization.h $ // $Id: Initialization.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_basis_inverse.h cgal-5.5.1/include/CGAL/QP_solver/QP_basis_inverse.h --- cgal-5.5/include/CGAL/QP_solver/QP_basis_inverse.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_basis_inverse.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_basis_inverse.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_basis_inverse.h $ // $Id: QP_basis_inverse.h a925a64 2021-01-05T18:42:53+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_basis_inverse_impl.h cgal-5.5.1/include/CGAL/QP_solver/QP_basis_inverse_impl.h --- cgal-5.5/include/CGAL/QP_solver/QP_basis_inverse_impl.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_basis_inverse_impl.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_basis_inverse_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_basis_inverse_impl.h $ // $Id: QP_basis_inverse_impl.h a91f023 2021-01-29T10:05:48+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_exact_bland_pricing.h cgal-5.5.1/include/CGAL/QP_solver/QP_exact_bland_pricing.h --- cgal-5.5/include/CGAL/QP_solver/QP_exact_bland_pricing.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_exact_bland_pricing.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_exact_bland_pricing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_exact_bland_pricing.h $ // $Id: QP_exact_bland_pricing.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP__filtered_base.h cgal-5.5.1/include/CGAL/QP_solver/QP__filtered_base.h --- cgal-5.5/include/CGAL/QP_solver/QP__filtered_base.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP__filtered_base.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP__filtered_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP__filtered_base.h $ // $Id: QP__filtered_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP__filtered_base_impl.h cgal-5.5.1/include/CGAL/QP_solver/QP__filtered_base_impl.h --- cgal-5.5/include/CGAL/QP_solver/QP__filtered_base_impl.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP__filtered_base_impl.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP__filtered_base_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP__filtered_base_impl.h $ // $Id: QP__filtered_base_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_full_exact_pricing.h cgal-5.5.1/include/CGAL/QP_solver/QP_full_exact_pricing.h --- cgal-5.5/include/CGAL/QP_solver/QP_full_exact_pricing.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_full_exact_pricing.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_full_exact_pricing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_full_exact_pricing.h $ // $Id: QP_full_exact_pricing.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_full_filtered_pricing.h cgal-5.5.1/include/CGAL/QP_solver/QP_full_filtered_pricing.h --- cgal-5.5/include/CGAL/QP_solver/QP_full_filtered_pricing.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_full_filtered_pricing.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_full_filtered_pricing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_full_filtered_pricing.h $ // $Id: QP_full_filtered_pricing.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_functions_impl.h cgal-5.5.1/include/CGAL/QP_solver/QP_functions_impl.h --- cgal-5.5/include/CGAL/QP_solver/QP_functions_impl.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_functions_impl.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_functions_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_functions_impl.h $ // $Id: QP_functions_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP__partial_base.h cgal-5.5.1/include/CGAL/QP_solver/QP__partial_base.h --- cgal-5.5/include/CGAL/QP_solver/QP__partial_base.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP__partial_base.h 2022-10-07 19:06:21.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP__partial_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP__partial_base.h $ // $Id: QP__partial_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_partial_exact_pricing.h cgal-5.5.1/include/CGAL/QP_solver/QP_partial_exact_pricing.h --- cgal-5.5/include/CGAL/QP_solver/QP_partial_exact_pricing.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_partial_exact_pricing.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_partial_exact_pricing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_partial_exact_pricing.h $ // $Id: QP_partial_exact_pricing.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_partial_filtered_pricing.h cgal-5.5.1/include/CGAL/QP_solver/QP_partial_filtered_pricing.h --- cgal-5.5/include/CGAL/QP_solver/QP_partial_filtered_pricing.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_partial_filtered_pricing.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_partial_filtered_pricing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_partial_filtered_pricing.h $ // $Id: QP_partial_filtered_pricing.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_pricing_strategy.h cgal-5.5.1/include/CGAL/QP_solver/QP_pricing_strategy.h --- cgal-5.5/include/CGAL/QP_solver/QP_pricing_strategy.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_pricing_strategy.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_pricing_strategy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_pricing_strategy.h $ // $Id: QP_pricing_strategy.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_solution_impl.h cgal-5.5.1/include/CGAL/QP_solver/QP_solution_impl.h --- cgal-5.5/include/CGAL/QP_solver/QP_solution_impl.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_solution_impl.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_solution_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_solution_impl.h $ // $Id: QP_solution_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_solver_bounds_impl.h cgal-5.5.1/include/CGAL/QP_solver/QP_solver_bounds_impl.h --- cgal-5.5/include/CGAL/QP_solver/QP_solver_bounds_impl.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_solver_bounds_impl.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_solver_bounds_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_solver_bounds_impl.h $ // $Id: QP_solver_bounds_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_solver.h cgal-5.5.1/include/CGAL/QP_solver/QP_solver.h --- cgal-5.5/include/CGAL/QP_solver/QP_solver.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_solver.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_solver.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_solver.h $ // $Id: QP_solver.h a91f023 2021-01-29T10:05:48+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_solver_impl.h cgal-5.5.1/include/CGAL/QP_solver/QP_solver_impl.h --- cgal-5.5/include/CGAL/QP_solver/QP_solver_impl.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_solver_impl.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_solver_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_solver_impl.h $ // $Id: QP_solver_impl.h 3f10219 2021-01-06T09:34:57+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/QP_solver_nonstandardform_impl.h cgal-5.5.1/include/CGAL/QP_solver/QP_solver_nonstandardform_impl.h --- cgal-5.5/include/CGAL/QP_solver/QP_solver_nonstandardform_impl.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/QP_solver_nonstandardform_impl.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/QP_solver_nonstandardform_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/QP_solver_nonstandardform_impl.h $ // $Id: QP_solver_nonstandardform_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/QP_solver/Unbounded_direction.h cgal-5.5.1/include/CGAL/QP_solver/Unbounded_direction.h --- cgal-5.5/include/CGAL/QP_solver/Unbounded_direction.h 2022-07-13 19:06:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/QP_solver/Unbounded_direction.h 2022-10-07 19:06:22.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/QP_solver/include/CGAL/QP_solver/Unbounded_direction.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/QP_solver/include/CGAL/QP_solver/Unbounded_direction.h $ // $Id: Unbounded_direction.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/AlphaShapeGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/AlphaShapeGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/AlphaShapeGraphicsItem.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/AlphaShapeGraphicsItem.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/AlphaShapeGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/AlphaShapeGraphicsItem.h $ // $Id: AlphaShapeGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/ApolloniusGraphGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/ApolloniusGraphGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/ApolloniusGraphGraphicsItem.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/ApolloniusGraphGraphicsItem.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/ApolloniusGraphGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/ApolloniusGraphGraphicsItem.h $ // $Id: ApolloniusGraphGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/Basic_viewer_qt.h cgal-5.5.1/include/CGAL/Qt/Basic_viewer_qt.h --- cgal-5.5/include/CGAL/Qt/Basic_viewer_qt.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/Basic_viewer_qt.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h $ -// $Id: Basic_viewer_qt.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h $ +// $Id: Basic_viewer_qt.h 0b63b76 2022-07-25T16:51:38+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // @@ -54,8 +54,12 @@ #include #include +#define CGAL_BASIC_VIEWER_INIT_SIZE_X 500 +#define CGAL_BASIC_VIEWER_INIT_SIZE_Y 450 + namespace CGAL { + //------------------------------------------------------------------------------ inline CGAL::IO::Color get_random_color(CGAL::Random& random) { @@ -202,7 +206,7 @@ else setWindowTitle(title); - resize(500, 450); + resize(CGAL_BASIC_VIEWER_INIT_SIZE_X, CGAL_BASIC_VIEWER_INIT_SIZE_Y); if (inverse_normal) { negate_all_normals(); } @@ -605,6 +609,7 @@ void initialize_buffers() { + set_camera_mode(); rendering_program_p_l.bind(); // 1) POINT SHADER @@ -989,19 +994,8 @@ (has_zero_x() || has_zero_y() || has_zero_z())); } - virtual void draw() + void set_camera_mode() { - glEnable(GL_DEPTH_TEST); - - QMatrix4x4 clipping_mMatrix; - clipping_mMatrix.setToIdentity(); - for(int i=0; i< 16 ; i++) - { clipping_mMatrix.data()[i] = m_frame_plane->matrix()[i]; } - QVector4D clipPlane = clipping_mMatrix * QVector4D(0.0, 0.0, 1.0, 0.0); - QVector4D plane_point = clipping_mMatrix * QVector4D(0,0,0,1); - if(!m_are_buffers_initialized) - { initialize_buffers(); } - if (is_two_dimensional()) { camera()->setType(CGAL::qglviewer::Camera::ORTHOGRAPHIC); @@ -1023,6 +1017,20 @@ camera()->setType(CGAL::qglviewer::Camera::PERSPECTIVE); camera()->frame()->setConstraint(nullptr); } + } + + virtual void draw() + { + glEnable(GL_DEPTH_TEST); + + QMatrix4x4 clipping_mMatrix; + clipping_mMatrix.setToIdentity(); + for(int i=0; i< 16 ; i++) + { clipping_mMatrix.data()[i] = m_frame_plane->matrix()[i]; } + QVector4D clipPlane = clipping_mMatrix * QVector4D(0.0, 0.0, 1.0, 0.0); + QVector4D plane_point = clipping_mMatrix * QVector4D(0,0,0,1); + if(!m_are_buffers_initialized) + { initialize_buffers(); } QColor color; attrib_buffers(this); @@ -1356,6 +1364,7 @@ virtual void init() { + set_camera_mode(); initializeOpenGLFunctions(); // Light default parameters diff -Nru cgal-5.5/include/CGAL/Qt/camera.h cgal-5.5.1/include/CGAL/Qt/camera.h --- cgal-5.5/include/CGAL/Qt/camera.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/camera.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/camera.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/camera.h $ // $Id: camera.h b32619f 2022-05-16T17:12:00+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/camera_impl.h cgal-5.5.1/include/CGAL/Qt/camera_impl.h --- cgal-5.5/include/CGAL/Qt/camera_impl.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/camera_impl.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/camera_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/camera_impl.h $ // $Id: camera_impl.h 225e3c2 2022-05-12T12:39:21+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/CGAL_Qt_config.h cgal-5.5.1/include/CGAL/Qt/CGAL_Qt_config.h --- cgal-5.5/include/CGAL/Qt/CGAL_Qt_config.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/CGAL_Qt_config.h 2022-10-07 19:05:07.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/CGAL_Qt_config.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/CGAL_Qt_config.h $ // $Id: CGAL_Qt_config.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/CircularArcGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/CircularArcGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/CircularArcGraphicsItem.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/CircularArcGraphicsItem.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/CircularArcGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/CircularArcGraphicsItem.h $ // $Id: CircularArcGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h $ // $Id: ConstrainedTriangulationGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/constraint.h cgal-5.5.1/include/CGAL/Qt/constraint.h --- cgal-5.5/include/CGAL/Qt/constraint.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/constraint.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/constraint.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/constraint.h $ // $Id: constraint.h 1ef976e 2019-10-19T16:09:56+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-only #ifndef QGLVIEWER_CONSTRAINT_H diff -Nru cgal-5.5/include/CGAL/Qt/constraint_impl.h cgal-5.5.1/include/CGAL/Qt/constraint_impl.h --- cgal-5.5/include/CGAL/Qt/constraint_impl.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/constraint_impl.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/constraint_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/constraint_impl.h $ // $Id: constraint_impl.h 23b1024 2021-02-18T13:51:04+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/Converter.h cgal-5.5.1/include/CGAL/Qt/Converter.h --- cgal-5.5/include/CGAL/Qt/Converter.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/Converter.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/Converter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/Converter.h $ // $Id: Converter.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/CreateOpenGLContext.h cgal-5.5.1/include/CGAL/Qt/CreateOpenGLContext.h --- cgal-5.5/include/CGAL/Qt/CreateOpenGLContext.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/CreateOpenGLContext.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/CreateOpenGLContext.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/CreateOpenGLContext.h $ // $Id: CreateOpenGLContext.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/debug.h cgal-5.5.1/include/CGAL/Qt/debug.h --- cgal-5.5/include/CGAL/Qt/debug.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/debug.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/debug.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/debug.h $ // $Id: debug.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/debug_impl.h cgal-5.5.1/include/CGAL/Qt/debug_impl.h --- cgal-5.5/include/CGAL/Qt/debug_impl.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/debug_impl.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/debug_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/debug_impl.h $ // $Id: debug_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h $ // $Id: DelaunayMeshTriangulationGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/DemosMainWindow.h cgal-5.5.1/include/CGAL/Qt/DemosMainWindow.h --- cgal-5.5/include/CGAL/Qt/DemosMainWindow.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/DemosMainWindow.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/DemosMainWindow.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/DemosMainWindow.h $ // $Id: DemosMainWindow.h b80daff 2021-02-19T11:29:38+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/DemosMainWindow_impl.h cgal-5.5.1/include/CGAL/Qt/DemosMainWindow_impl.h --- cgal-5.5/include/CGAL/Qt/DemosMainWindow_impl.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/DemosMainWindow_impl.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/DemosMainWindow_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/DemosMainWindow_impl.h $ // $Id: DemosMainWindow_impl.h c9a020b 2021-02-09T12:12:56+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/frame.h cgal-5.5.1/include/CGAL/Qt/frame.h --- cgal-5.5/include/CGAL/Qt/frame.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/frame.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/frame.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/frame.h $ // $Id: frame.h 9cd0d45 2021-02-09T11:31:34+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-only #ifndef QGLVIEWER_FRAME_H diff -Nru cgal-5.5/include/CGAL/Qt/frame_impl.h cgal-5.5.1/include/CGAL/Qt/frame_impl.h --- cgal-5.5/include/CGAL/Qt/frame_impl.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/frame_impl.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/frame_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/frame_impl.h $ // $Id: frame_impl.h c9a020b 2021-02-09T12:12:56+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsItem.h cgal-5.5.1/include/CGAL/Qt/GraphicsItem.h --- cgal-5.5/include/CGAL/Qt/GraphicsItem.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsItem.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsItem.h $ // $Id: GraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewCircleInput.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewCircleInput.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewCircleInput.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewCircleInput.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsViewCircleInput.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsViewCircleInput.h $ // $Id: GraphicsViewCircleInput.h e28a3ac 2020-06-02T12:55:25+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewCircularArcInput.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewCircularArcInput.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewCircularArcInput.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewCircularArcInput.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsViewCircularArcInput.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsViewCircularArcInput.h $ // $Id: GraphicsViewCircularArcInput.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewInput.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewInput.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewInput.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewInput.h 2022-10-07 19:05:07.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsViewInput.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsViewInput.h $ // $Id: GraphicsViewInput.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewIsoRectangleInput.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewIsoRectangleInput.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewIsoRectangleInput.h 2022-07-13 19:05:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewIsoRectangleInput.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsViewIsoRectangleInput.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsViewIsoRectangleInput.h $ // $Id: GraphicsViewIsoRectangleInput.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewLineInput.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewLineInput.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewLineInput.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewLineInput.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsViewLineInput.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsViewLineInput.h $ // $Id: GraphicsViewLineInput.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewNavigation.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewNavigation.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewNavigation.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewNavigation.h 2022-10-07 19:05:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsViewNavigation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsViewNavigation.h $ // $Id: GraphicsViewNavigation.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewNavigation_impl.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewNavigation_impl.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewNavigation_impl.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewNavigation_impl.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsViewNavigation_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsViewNavigation_impl.h $ // $Id: GraphicsViewNavigation_impl.h a9795c3 2020-06-11T13:11:36+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewPointInput.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewPointInput.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewPointInput.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewPointInput.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Qt/GraphicsViewPointInput.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Qt/GraphicsViewPointInput.h $ // $Id: GraphicsViewPointInput.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h $ // $Id: GraphicsViewPolygonWithHolesInput.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewPolylineInput.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewPolylineInput.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewPolylineInput.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewPolylineInput.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsViewPolylineInput.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsViewPolylineInput.h $ // $Id: GraphicsViewPolylineInput.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/GraphicsViewPolylineInput_impl.h cgal-5.5.1/include/CGAL/Qt/GraphicsViewPolylineInput_impl.h --- cgal-5.5/include/CGAL/Qt/GraphicsViewPolylineInput_impl.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/GraphicsViewPolylineInput_impl.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/GraphicsViewPolylineInput_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/GraphicsViewPolylineInput_impl.h $ // $Id: GraphicsViewPolylineInput_impl.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/image_interface.h cgal-5.5.1/include/CGAL/Qt/image_interface.h --- cgal-5.5/include/CGAL/Qt/image_interface.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/image_interface.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/image_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/image_interface.h $ // $Id: image_interface.h 1ef976e 2019-10-19T16:09:56+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/init_ogl_context.h cgal-5.5.1/include/CGAL/Qt/init_ogl_context.h --- cgal-5.5/include/CGAL/Qt/init_ogl_context.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/init_ogl_context.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/init_ogl_context.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/init_ogl_context.h $ // $Id: init_ogl_context.h 9a202e2 2021-01-12T13:27:31+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/keyFrameInterpolator.h cgal-5.5.1/include/CGAL/Qt/keyFrameInterpolator.h --- cgal-5.5/include/CGAL/Qt/keyFrameInterpolator.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/keyFrameInterpolator.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/keyFrameInterpolator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/keyFrameInterpolator.h $ // $Id: keyFrameInterpolator.h 9cd0d45 2021-02-09T11:31:34+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-only #ifndef QGLVIEWER_KEY_FRAME_INTERPOLATOR_H diff -Nru cgal-5.5/include/CGAL/Qt/keyFrameInterpolator_impl.h cgal-5.5.1/include/CGAL/Qt/keyFrameInterpolator_impl.h --- cgal-5.5/include/CGAL/Qt/keyFrameInterpolator_impl.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/keyFrameInterpolator_impl.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/keyFrameInterpolator_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/keyFrameInterpolator_impl.h $ // $Id: keyFrameInterpolator_impl.h 5efa544 2021-02-22T17:19:40+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-only #ifdef CGAL_HEADER_ONLY diff -Nru cgal-5.5/include/CGAL/Qt/LineGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/LineGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/LineGraphicsItem.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/LineGraphicsItem.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/LineGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/LineGraphicsItem.h $ // $Id: LineGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/manipulatedCameraFrame.h cgal-5.5.1/include/CGAL/Qt/manipulatedCameraFrame.h --- cgal-5.5/include/CGAL/Qt/manipulatedCameraFrame.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/manipulatedCameraFrame.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame.h $ // $Id: manipulatedCameraFrame.h 9cd0d45 2021-02-09T11:31:34+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/manipulatedCameraFrame_impl.h cgal-5.5.1/include/CGAL/Qt/manipulatedCameraFrame_impl.h --- cgal-5.5/include/CGAL/Qt/manipulatedCameraFrame_impl.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/manipulatedCameraFrame_impl.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame_impl.h $ // $Id: manipulatedCameraFrame_impl.h c9a020b 2021-02-09T12:12:56+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/manipulatedFrame.h cgal-5.5.1/include/CGAL/Qt/manipulatedFrame.h --- cgal-5.5/include/CGAL/Qt/manipulatedFrame.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/manipulatedFrame.h 2022-10-07 19:05:08.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/manipulatedFrame.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/manipulatedFrame.h $ // $Id: manipulatedFrame.h 9cd0d45 2021-02-09T11:31:34+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/manipulatedFrame_impl.h cgal-5.5.1/include/CGAL/Qt/manipulatedFrame_impl.h --- cgal-5.5/include/CGAL/Qt/manipulatedFrame_impl.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/manipulatedFrame_impl.h 2022-10-07 19:05:09.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/manipulatedFrame_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/manipulatedFrame_impl.h $ // $Id: manipulatedFrame_impl.h c9a020b 2021-02-09T12:12:56+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/mouseGrabber.h cgal-5.5.1/include/CGAL/Qt/mouseGrabber.h --- cgal-5.5/include/CGAL/Qt/mouseGrabber.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/mouseGrabber.h 2022-10-07 19:05:09.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/mouseGrabber.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/mouseGrabber.h $ // $Id: mouseGrabber.h 1ef976e 2019-10-19T16:09:56+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/mouseGrabber_impl.h cgal-5.5.1/include/CGAL/Qt/mouseGrabber_impl.h --- cgal-5.5/include/CGAL/Qt/mouseGrabber_impl.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/mouseGrabber_impl.h 2022-10-07 19:05:09.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/mouseGrabber_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/mouseGrabber_impl.h $ // $Id: mouseGrabber_impl.h 1ef976e 2019-10-19T16:09:56+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/PainterOstream.h cgal-5.5.1/include/CGAL/Qt/PainterOstream.h --- cgal-5.5/include/CGAL/Qt/PainterOstream.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/PainterOstream.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/PainterOstream.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/PainterOstream.h $ // $Id: PainterOstream.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/PointsGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/PointsGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/PointsGraphicsItem.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/PointsGraphicsItem.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/PointsGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/PointsGraphicsItem.h $ // $Id: PointsGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/PointsInKdTreeGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/PointsInKdTreeGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/PointsInKdTreeGraphicsItem.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/PointsInKdTreeGraphicsItem.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/PointsInKdTreeGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/PointsInKdTreeGraphicsItem.h $ // $Id: PointsInKdTreeGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/PolygonGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/PolygonGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/PolygonGraphicsItem.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/PolygonGraphicsItem.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/PolygonGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/PolygonGraphicsItem.h $ // $Id: PolygonGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/PolygonWithHolesGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/PolygonWithHolesGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/PolygonWithHolesGraphicsItem.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/PolygonWithHolesGraphicsItem.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/PolygonWithHolesGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/PolygonWithHolesGraphicsItem.h $ // $Id: PolygonWithHolesGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/PolylinesGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/PolylinesGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/PolylinesGraphicsItem.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/PolylinesGraphicsItem.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/PolylinesGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/PolylinesGraphicsItem.h $ // $Id: PolylinesGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/PowerdiagramGraphicsItem.h cgal-5.5.1/include/CGAL/Qt/PowerdiagramGraphicsItem.h --- cgal-5.5/include/CGAL/Qt/PowerdiagramGraphicsItem.h 2022-07-13 19:05:04.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/PowerdiagramGraphicsItem.h 2022-10-07 19:05:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/PowerdiagramGraphicsItem.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/PowerdiagramGraphicsItem.h $ // $Id: PowerdiagramGraphicsItem.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Qt/qglviewer.h cgal-5.5.1/include/CGAL/Qt/qglviewer.h --- cgal-5.5/include/CGAL/Qt/qglviewer.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/qglviewer.h 2022-10-07 19:05:09.000000000 +0000 @@ -6,7 +6,7 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/qglviewer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/qglviewer.h $ // $Id: qglviewer.h 37390bb 2022-06-08T12:03:25+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-only diff -Nru cgal-5.5/include/CGAL/Qt/qglviewer_impl.h cgal-5.5.1/include/CGAL/Qt/qglviewer_impl.h --- cgal-5.5/include/CGAL/Qt/qglviewer_impl.h 2022-07-13 19:05:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Qt/qglviewer_impl.h 2022-10-07 19:05:09.000000000 +0000 @@ -6,8 +6,8 @@ This file is part of a fork of the QGLViewer library version 2.7.0. *****************************************************************************/ -// $URL: https://github.com/CGAL/cgal/blob/v5.5/GraphicsView/include/CGAL/Qt/qglviewer_impl.h $ -// $Id: qglviewer_impl.h 37390bb 2022-06-08T12:03:25+02:00 Mael Rouxel-Labbé +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/GraphicsView/include/CGAL/Qt/qglviewer_impl.h $ +// $Id: qglviewer_impl.h 3a0a7fe 2022-10-04T13:50:20+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-only #ifdef CGAL_HEADER_ONLY @@ -217,9 +217,7 @@ QSurfaceFormat cur_f = QOpenGLContext::currentContext()->format(); const char* rt =(cur_f.renderableType() == QSurfaceFormat::OpenGLES) ? "GLES" : "GL"; - qDebug()<<"Using context " - <(groups[get(id, x)])); a->value = x; a->kind = smallest_key; promote(a); diff -Nru cgal-5.5/include/CGAL/STL_Extension/internal/Has_member_visited.h cgal-5.5.1/include/CGAL/STL_Extension/internal/Has_member_visited.h --- cgal-5.5/include/CGAL/STL_Extension/internal/Has_member_visited.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/STL_Extension/internal/Has_member_visited.h 2022-10-07 19:06:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/STL_Extension/internal/Has_member_visited.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/STL_Extension/internal/Has_member_visited.h $ // $Id: Has_member_visited.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/STL_Extension/internal/Has_nested_type_Bare_point.h cgal-5.5.1/include/CGAL/STL_Extension/internal/Has_nested_type_Bare_point.h --- cgal-5.5/include/CGAL/STL_Extension/internal/Has_nested_type_Bare_point.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/STL_Extension/internal/Has_nested_type_Bare_point.h 2022-10-07 19:06:25.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/STL_Extension/internal/Has_nested_type_Bare_point.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/STL_Extension/internal/Has_nested_type_Bare_point.h $ // $Id: Has_nested_type_Bare_point.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/STL_Extension/internal/info_check.h cgal-5.5.1/include/CGAL/STL_Extension/internal/info_check.h --- cgal-5.5/include/CGAL/STL_Extension/internal/info_check.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/STL_Extension/internal/info_check.h 2022-10-07 19:06:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/STL_Extension/internal/info_check.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/STL_Extension/internal/info_check.h $ // $Id: info_check.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/STL_Extension/internal/parameters_interface.h cgal-5.5.1/include/CGAL/STL_Extension/internal/parameters_interface.h --- cgal-5.5/include/CGAL/STL_Extension/internal/parameters_interface.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/STL_Extension/internal/parameters_interface.h 2022-10-07 19:06:25.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/STL_Extension/internal/parameters_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/STL_Extension/internal/parameters_interface.h $ // $Id: parameters_interface.h 6869bdd 2022-06-07T16:15:53+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_2/assertions.h cgal-5.5.1/include/CGAL/Straight_skeleton_2/assertions.h --- cgal-5.5/include/CGAL/Straight_skeleton_2/assertions.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_2/assertions.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/assertions.h $ // $Id: assertions.h 07120b8 2020-12-04T17:43:14+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_2/debug.h cgal-5.5.1/include/CGAL/Straight_skeleton_2/debug.h --- cgal-5.5/include/CGAL/Straight_skeleton_2/debug.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_2/debug.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/debug.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/debug.h $ // $Id: debug.h 7513752 2020-10-05T18:35:08+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_2/Polygon_iterators.h cgal-5.5.1/include/CGAL/Straight_skeleton_2/Polygon_iterators.h --- cgal-5.5/include/CGAL/Straight_skeleton_2/Polygon_iterators.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_2/Polygon_iterators.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Polygon_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Polygon_iterators.h $ // $Id: Polygon_iterators.h 9051fc1 2020-10-08T22:54:11+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h cgal-5.5.1/include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h --- cgal-5.5/include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h $ // $Id: Polygon_offset_builder_2_impl.h 14644c4 2020-10-07T19:33:36+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h cgal-5.5.1/include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h --- cgal-5.5/include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h $ // $Id: Straight_skeleton_aux.h 5ecd852 2021-04-26T21:37:02+01:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h cgal-5.5.1/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h --- cgal-5.5/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h $ // $Id: Straight_skeleton_builder_2_impl.h 2a513a0 2022-03-09T13:23:07+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h cgal-5.5.1/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h --- cgal-5.5/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h $ // $Id: Straight_skeleton_builder_events_2.h 4d85f84 2020-09-29T20:00:27+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h cgal-5.5.1/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h --- cgal-5.5/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h $ // $Id: Straight_skeleton_builder_traits_2_aux.h c8624ee 2021-09-09T11:01:03+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_2/test.h cgal-5.5.1/include/CGAL/Straight_skeleton_2/test.h --- cgal-5.5/include/CGAL/Straight_skeleton_2/test.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_2/test.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/test.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/test.h $ // $Id: test.h 655d427 2020-09-11T15:00:12+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_2.h cgal-5.5.1/include/CGAL/Straight_skeleton_2.h --- cgal-5.5/include/CGAL/Straight_skeleton_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_2.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2.h $ // $Id: Straight_skeleton_2.h 7513752 2020-10-05T18:35:08+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_builder_2.h cgal-5.5.1/include/CGAL/Straight_skeleton_builder_2.h --- cgal-5.5/include/CGAL/Straight_skeleton_builder_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_builder_2.h 2022-10-07 19:06:42.000000000 +0000 @@ -3,7 +3,7 @@ // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_builder_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_builder_2.h $ // $Id: Straight_skeleton_builder_2.h 1f45360 2021-01-26T09:05:24+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_builder_traits_2.h cgal-5.5.1/include/CGAL/Straight_skeleton_builder_traits_2.h --- cgal-5.5/include/CGAL/Straight_skeleton_builder_traits_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_builder_traits_2.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_builder_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_builder_traits_2.h $ // $Id: Straight_skeleton_builder_traits_2.h 29b6963 2020-11-06T12:28:30+01:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_converter_2.h cgal-5.5.1/include/CGAL/Straight_skeleton_converter_2.h --- cgal-5.5/include/CGAL/Straight_skeleton_converter_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_converter_2.h 2022-10-07 19:06:42.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_converter_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_converter_2.h $ // $Id: Straight_skeleton_converter_2.h 655d427 2020-09-11T15:00:12+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_face_base_2.h cgal-5.5.1/include/CGAL/Straight_skeleton_face_base_2.h --- cgal-5.5/include/CGAL/Straight_skeleton_face_base_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_face_base_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_face_base_2.h $ // $Id: Straight_skeleton_face_base_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_halfedge_base_2.h cgal-5.5.1/include/CGAL/Straight_skeleton_halfedge_base_2.h --- cgal-5.5/include/CGAL/Straight_skeleton_halfedge_base_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_halfedge_base_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_halfedge_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_halfedge_base_2.h $ // $Id: Straight_skeleton_halfedge_base_2.h b6333ed 2020-10-05T18:29:34+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_items_2.h cgal-5.5.1/include/CGAL/Straight_skeleton_items_2.h --- cgal-5.5/include/CGAL/Straight_skeleton_items_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_items_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_items_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_items_2.h $ // $Id: Straight_skeleton_items_2.h b6333ed 2020-10-05T18:29:34+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Straight_skeleton_vertex_base_2.h cgal-5.5.1/include/CGAL/Straight_skeleton_vertex_base_2.h --- cgal-5.5/include/CGAL/Straight_skeleton_vertex_base_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Straight_skeleton_vertex_base_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Straight_skeleton_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_vertex_base_2.h $ // $Id: Straight_skeleton_vertex_base_2.h 655d427 2020-09-11T15:00:12+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Stream_lines_2.h cgal-5.5.1/include/CGAL/Stream_lines_2.h --- cgal-5.5/include/CGAL/Stream_lines_2.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Stream_lines_2.h 2022-10-07 19:06:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_lines_2/include/CGAL/Stream_lines_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_lines_2/include/CGAL/Stream_lines_2.h $ // $Id: Stream_lines_2.h 1faa0e2 2021-04-28T10:55:26+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/streamlines_assertions.h cgal-5.5.1/include/CGAL/streamlines_assertions.h --- cgal-5.5/include/CGAL/streamlines_assertions.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/streamlines_assertions.h 2022-10-07 19:06:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_lines_2/include/CGAL/streamlines_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_lines_2/include/CGAL/streamlines_assertions.h $ // $Id: streamlines_assertions.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Stream_support/internal/Geometry_container.h cgal-5.5.1/include/CGAL/Stream_support/internal/Geometry_container.h --- cgal-5.5/include/CGAL/Stream_support/internal/Geometry_container.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Stream_support/internal/Geometry_container.h 2022-10-07 19:06:45.000000000 +0000 @@ -6,7 +6,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_support/include/CGAL/Stream_support/internal/Geometry_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_support/include/CGAL/Stream_support/internal/Geometry_container.h $ // $Id: Geometry_container.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/structure_point_set.h cgal-5.5.1/include/CGAL/structure_point_set.h --- cgal-5.5/include/CGAL/structure_point_set.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/structure_point_set.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/structure_point_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/structure_point_set.h $ // $Id: structure_point_set.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/subdivide_skin_surface_mesh_3.h cgal-5.5.1/include/CGAL/subdivide_skin_surface_mesh_3.h --- cgal-5.5/include/CGAL/subdivide_skin_surface_mesh_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/subdivide_skin_surface_mesh_3.h 2022-10-07 19:06:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/subdivide_skin_surface_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/subdivide_skin_surface_mesh_3.h $ // $Id: subdivide_skin_surface_mesh_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/subdivide_union_of_balls_mesh_3.h cgal-5.5.1/include/CGAL/subdivide_union_of_balls_mesh_3.h --- cgal-5.5/include/CGAL/subdivide_union_of_balls_mesh_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/subdivide_union_of_balls_mesh_3.h 2022-10-07 19:06:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/subdivide_union_of_balls_mesh_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/subdivide_union_of_balls_mesh_3.h $ // $Id: subdivide_union_of_balls_mesh_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Subdivision_method_3/internal/Euler_extensions.h cgal-5.5.1/include/CGAL/Subdivision_method_3/internal/Euler_extensions.h --- cgal-5.5/include/CGAL/Subdivision_method_3/internal/Euler_extensions.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Subdivision_method_3/internal/Euler_extensions.h 2022-10-07 19:06:45.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Subdivision_method_3/include/CGAL/Subdivision_method_3/internal/Euler_extensions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Subdivision_method_3/include/CGAL/Subdivision_method_3/internal/Euler_extensions.h $ // $Id: Euler_extensions.h e893ac1 2020-08-18T10:06:51+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Subdivision_method_3/internal/subdivision_hosts_impl_3.h cgal-5.5.1/include/CGAL/Subdivision_method_3/internal/subdivision_hosts_impl_3.h --- cgal-5.5/include/CGAL/Subdivision_method_3/internal/subdivision_hosts_impl_3.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Subdivision_method_3/internal/subdivision_hosts_impl_3.h 2022-10-07 19:06:45.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Subdivision_method_3/include/CGAL/Subdivision_method_3/internal/subdivision_hosts_impl_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Subdivision_method_3/include/CGAL/Subdivision_method_3/internal/subdivision_hosts_impl_3.h $ // $Id: subdivision_hosts_impl_3.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Subdivision_method_3/subdivision_hosts_3.h cgal-5.5.1/include/CGAL/Subdivision_method_3/subdivision_hosts_3.h --- cgal-5.5/include/CGAL/Subdivision_method_3/subdivision_hosts_3.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Subdivision_method_3/subdivision_hosts_3.h 2022-10-07 19:06:45.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_hosts_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_hosts_3.h $ // $Id: subdivision_hosts_3.h 6d3176e 2022-01-07T14:42:25+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Subdivision_method_3/subdivision_masks_3.h cgal-5.5.1/include/CGAL/Subdivision_method_3/subdivision_masks_3.h --- cgal-5.5/include/CGAL/Subdivision_method_3/subdivision_masks_3.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Subdivision_method_3/subdivision_masks_3.h 2022-10-07 19:06:45.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_masks_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_masks_3.h $ // $Id: subdivision_masks_3.h 45696cd 2021-10-30T13:35:17+03:00 Dimitris Papavasiliou // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Subdivision_method_3/subdivision_methods_3.h cgal-5.5.1/include/CGAL/Subdivision_method_3/subdivision_methods_3.h --- cgal-5.5/include/CGAL/Subdivision_method_3/subdivision_methods_3.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Subdivision_method_3/subdivision_methods_3.h 2022-10-07 19:06:45.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_methods_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_methods_3.h $ // $Id: subdivision_methods_3.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/subdivision_method_3.h cgal-5.5.1/include/CGAL/subdivision_method_3.h --- cgal-5.5/include/CGAL/subdivision_method_3.h 2022-07-13 19:06:49.000000000 +0000 +++ cgal-5.5.1/include/CGAL/subdivision_method_3.h 2022-10-07 19:06:45.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Subdivision_method_3/include/CGAL/subdivision_method_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Subdivision_method_3/include/CGAL/subdivision_method_3.h $ // $Id: subdivision_method_3.h e893ac1 2020-08-18T10:06:51+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Subiterator.h cgal-5.5.1/include/CGAL/Subiterator.h --- cgal-5.5/include/CGAL/Subiterator.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Subiterator.h 2022-10-07 19:06:20.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Principal_component_analysis/include/CGAL/Subiterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Principal_component_analysis/include/CGAL/Subiterator.h $ // $Id: Subiterator.h 3efe2ec 2021-03-31T09:40:19+02:00 Simon Giraudot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh/IO/3MF.h cgal-5.5.1/include/CGAL/Surface_mesh/IO/3MF.h --- cgal-5.5/include/CGAL/Surface_mesh/IO/3MF.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh/IO/3MF.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/Surface_mesh/IO/3MF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/Surface_mesh/IO/3MF.h $ // $Id: 3MF.h 56025fb 2021-05-04T14:38:47+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh/IO/OFF.h cgal-5.5.1/include/CGAL/Surface_mesh/IO/OFF.h --- cgal-5.5/include/CGAL/Surface_mesh/IO/OFF.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh/IO/OFF.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/Surface_mesh/IO/OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/Surface_mesh/IO/OFF.h $ // $Id: OFF.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh/IO/PLY.h cgal-5.5.1/include/CGAL/Surface_mesh/IO/PLY.h --- cgal-5.5/include/CGAL/Surface_mesh/IO/PLY.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh/IO/PLY.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/Surface_mesh/IO/PLY.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/Surface_mesh/IO/PLY.h $ // $Id: PLY.h 10b0af3 2022-01-13T14:43:34+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh/IO.h cgal-5.5.1/include/CGAL/Surface_mesh/IO.h --- cgal-5.5/include/CGAL/Surface_mesh/IO.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh/IO.h 2022-10-07 19:06:46.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/Surface_mesh/IO.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/Surface_mesh/IO.h $ // $Id: IO.h 56025fb 2021-05-04T14:38:47+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh/Properties.h cgal-5.5.1/include/CGAL/Surface_mesh/Properties.h --- cgal-5.5/include/CGAL/Surface_mesh/Properties.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh/Properties.h 2022-10-07 19:06:46.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/Surface_mesh/Properties.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/Surface_mesh/Properties.h $ // $Id: Properties.h 090c61c 2022-04-20T17:08:05+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh/Surface_mesh_fwd.h cgal-5.5.1/include/CGAL/Surface_mesh/Surface_mesh_fwd.h --- cgal-5.5/include/CGAL/Surface_mesh/Surface_mesh_fwd.h 2022-07-13 19:05:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh/Surface_mesh_fwd.h 2022-10-07 19:05:12.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/Surface_mesh/Surface_mesh_fwd.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/Surface_mesh/Surface_mesh_fwd.h $ // $Id: Surface_mesh_fwd.h 65c1a4f 2020-01-28T11:28:02+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh/Surface_mesh.h cgal-5.5.1/include/CGAL/Surface_mesh/Surface_mesh.h --- cgal-5.5/include/CGAL/Surface_mesh/Surface_mesh.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh/Surface_mesh.h 2022-10-07 19:06:46.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h $ // $Id: Surface_mesh.h 3072b93 2022-04-23T16:11:18+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_approximation/approximate_triangle_mesh.h cgal-5.5.1/include/CGAL/Surface_mesh_approximation/approximate_triangle_mesh.h --- cgal-5.5/include/CGAL/Surface_mesh_approximation/approximate_triangle_mesh.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_approximation/approximate_triangle_mesh.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_approximation/include/CGAL/Surface_mesh_approximation/approximate_triangle_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_approximation/include/CGAL/Surface_mesh_approximation/approximate_triangle_mesh.h $ // $Id: approximate_triangle_mesh.h 477353d 2022-04-20T15:55:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_approximation/L21_metric_plane_proxy.h cgal-5.5.1/include/CGAL/Surface_mesh_approximation/L21_metric_plane_proxy.h --- cgal-5.5/include/CGAL/Surface_mesh_approximation/L21_metric_plane_proxy.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_approximation/L21_metric_plane_proxy.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_approximation/include/CGAL/Surface_mesh_approximation/L21_metric_plane_proxy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_approximation/include/CGAL/Surface_mesh_approximation/L21_metric_plane_proxy.h $ // $Id: L21_metric_plane_proxy.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_approximation/L2_metric_plane_proxy.h cgal-5.5.1/include/CGAL/Surface_mesh_approximation/L2_metric_plane_proxy.h --- cgal-5.5/include/CGAL/Surface_mesh_approximation/L2_metric_plane_proxy.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_approximation/L2_metric_plane_proxy.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_approximation/include/CGAL/Surface_mesh_approximation/L2_metric_plane_proxy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_approximation/include/CGAL/Surface_mesh_approximation/L2_metric_plane_proxy.h $ // $Id: L2_metric_plane_proxy.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_cell_base_3.h cgal-5.5.1/include/CGAL/Surface_mesh_cell_base_3.h --- cgal-5.5/include/CGAL/Surface_mesh_cell_base_3.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_cell_base_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesh_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesh_cell_base_3.h $ // $Id: Surface_mesh_cell_base_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h cgal-5.5.1/include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h --- cgal-5.5/include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h $ // $Id: Surface_mesh_complex_2_in_triangulation_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_default_criteria_3.h cgal-5.5.1/include/CGAL/Surface_mesh_default_criteria_3.h --- cgal-5.5/include/CGAL/Surface_mesh_default_criteria_3.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_default_criteria_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesh_default_criteria_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesh_default_criteria_3.h $ // $Id: Surface_mesh_default_criteria_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_default_edges_criteria_3.h cgal-5.5.1/include/CGAL/Surface_mesh_default_edges_criteria_3.h --- cgal-5.5/include/CGAL/Surface_mesh_default_edges_criteria_3.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_default_edges_criteria_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesh_default_edges_criteria_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesh_default_edges_criteria_3.h $ // $Id: Surface_mesh_default_edges_criteria_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_default_triangulation_3.h cgal-5.5.1/include/CGAL/Surface_mesh_default_triangulation_3.h --- cgal-5.5/include/CGAL/Surface_mesh_default_triangulation_3.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_default_triangulation_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesh_default_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesh_default_triangulation_3.h $ // $Id: Surface_mesh_default_triangulation_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_deformation.h cgal-5.5.1/include/CGAL/Surface_mesh_deformation.h --- cgal-5.5/include/CGAL/Surface_mesh_deformation.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_deformation.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_deformation/include/CGAL/Surface_mesh_deformation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_deformation/include/CGAL/Surface_mesh_deformation.h $ // $Id: Surface_mesh_deformation.h 8166579 2021-10-11T19:58:07+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Combining_oracle.h cgal-5.5.1/include/CGAL/Surface_mesher/Combining_oracle.h --- cgal-5.5/include/CGAL/Surface_mesher/Combining_oracle.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Combining_oracle.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Combining_oracle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Combining_oracle.h $ // $Id: Combining_oracle.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Has_edges.h cgal-5.5.1/include/CGAL/Surface_mesher/Has_edges.h --- cgal-5.5/include/CGAL/Surface_mesher/Has_edges.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Has_edges.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Has_edges.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Has_edges.h $ // $Id: Has_edges.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h cgal-5.5.1/include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h --- cgal-5.5/include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h 2022-10-07 19:06:53.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h $ // $Id: Implicit_surface_oracle_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Intersection_data_structure_3.h cgal-5.5.1/include/CGAL/Surface_mesher/Intersection_data_structure_3.h --- cgal-5.5/include/CGAL/Surface_mesher/Intersection_data_structure_3.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Intersection_data_structure_3.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Intersection_data_structure_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Intersection_data_structure_3.h $ // $Id: Intersection_data_structure_3.h 24a5fdb 2021-01-05T18:37:28+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Null_oracle_visitor.h cgal-5.5.1/include/CGAL/Surface_mesher/Null_oracle_visitor.h --- cgal-5.5/include/CGAL/Surface_mesher/Null_oracle_visitor.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Null_oracle_visitor.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Null_oracle_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Null_oracle_visitor.h $ // $Id: Null_oracle_visitor.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h cgal-5.5.1/include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h --- cgal-5.5/include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h $ // $Id: Point_surface_indices_oracle_visitor.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h cgal-5.5.1/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h --- cgal-5.5/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h 2022-10-07 19:06:06.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Poisson_surface_reconstruction_3/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Poisson_surface_reconstruction_3/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h $ // $Id: Poisson_implicit_surface_oracle_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Polyhedral_oracle.h cgal-5.5.1/include/CGAL/Surface_mesher/Polyhedral_oracle.h --- cgal-5.5/include/CGAL/Surface_mesher/Polyhedral_oracle.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Polyhedral_oracle.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Polyhedral_oracle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Polyhedral_oracle.h $ // $Id: Polyhedral_oracle.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Profile_counter.h cgal-5.5.1/include/CGAL/Surface_mesher/Profile_counter.h --- cgal-5.5/include/CGAL/Surface_mesher/Profile_counter.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Profile_counter.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Profile_counter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Profile_counter.h $ // $Id: Profile_counter.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Profile_timer.h cgal-5.5.1/include/CGAL/Surface_mesher/Profile_timer.h --- cgal-5.5/include/CGAL/Surface_mesher/Profile_timer.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Profile_timer.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Profile_timer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Profile_timer.h $ // $Id: Profile_timer.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Sphere_oracle_3.h cgal-5.5.1/include/CGAL/Surface_mesher/Sphere_oracle_3.h --- cgal-5.5/include/CGAL/Surface_mesher/Sphere_oracle_3.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Sphere_oracle_3.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Sphere_oracle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Sphere_oracle_3.h $ // $Id: Sphere_oracle_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Standard_criteria.h cgal-5.5.1/include/CGAL/Surface_mesher/Standard_criteria.h --- cgal-5.5/include/CGAL/Surface_mesher/Standard_criteria.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Standard_criteria.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Standard_criteria.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Standard_criteria.h $ // $Id: Standard_criteria.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher_edges_level.h cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher_edges_level.h --- cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher_edges_level.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher_edges_level.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher_edges_level.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher_edges_level.h $ // $Id: Surface_mesher_edges_level.h 6ac74ca 2022-01-07T09:26:10+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher_edges_level_visitor.h cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher_edges_level_visitor.h --- cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher_edges_level_visitor.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher_edges_level_visitor.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher_edges_level_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher_edges_level_visitor.h $ // $Id: Surface_mesher_edges_level_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher.h cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher.h --- cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher.h 2022-10-07 19:06:53.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher.h $ // $Id: Surface_mesher.h 0b4f136 2022-01-10T10:41:44+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher_manifold.h cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher_manifold.h --- cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher_manifold.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher_manifold.h 2022-10-07 19:06:53.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher_manifold.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher_manifold.h $ // $Id: Surface_mesher_manifold.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h --- cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h $ // $Id: Surface_mesher_regular_edges.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher_visitor.h cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher_visitor.h --- cgal-5.5/include/CGAL/Surface_mesher/Surface_mesher_visitor.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Surface_mesher_visitor.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Surface_mesher_visitor.h $ // $Id: Surface_mesher_visitor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Types_generators.h cgal-5.5.1/include/CGAL/Surface_mesher/Types_generators.h --- cgal-5.5/include/CGAL/Surface_mesher/Types_generators.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Types_generators.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Types_generators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Types_generators.h $ // $Id: Types_generators.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Verbose_flag.h cgal-5.5.1/include/CGAL/Surface_mesher/Verbose_flag.h --- cgal-5.5/include/CGAL/Surface_mesher/Verbose_flag.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Verbose_flag.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Verbose_flag.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Verbose_flag.h $ // $Id: Verbose_flag.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h cgal-5.5.1/include/CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h --- cgal-5.5/include/CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h 2022-10-07 19:06:53.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h $ // $Id: Vertices_on_the_same_psc_element_criterion.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h cgal-5.5.1/include/CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h --- cgal-5.5/include/CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h $ // $Id: Vertices_on_the_same_surface_criterion.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesher_generator.h cgal-5.5.1/include/CGAL/Surface_mesher_generator.h --- cgal-5.5/include/CGAL/Surface_mesher_generator.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesher_generator.h 2022-10-07 19:06:53.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesher_generator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesher_generator.h $ // $Id: Surface_mesher_generator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh.h cgal-5.5.1/include/CGAL/Surface_mesh.h --- cgal-5.5/include/CGAL/Surface_mesh.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh/include/CGAL/Surface_mesh.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh/include/CGAL/Surface_mesh.h $ // $Id: Surface_mesh.h 2f4e49b 2020-03-23T09:47:01+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h $ // $Id: ARAP_parameterizer_3.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h $ // $Id: Barycentric_mapping_parameterizer_3.h a4b645a 2021-06-08T12:48:15+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Circular_border_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Circular_border_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Circular_border_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Circular_border_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Circular_border_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Circular_border_parameterizer_3.h $ // $Id: Circular_border_parameterizer_3.h 93a70d3 2020-07-21T16:46:50+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Discrete_authalic_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Discrete_authalic_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Discrete_authalic_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Discrete_authalic_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Discrete_authalic_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Discrete_authalic_parameterizer_3.h $ // $Id: Discrete_authalic_parameterizer_3.h cac04ed 2021-06-08T13:36:09+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Discrete_conformal_map_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Discrete_conformal_map_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Discrete_conformal_map_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Discrete_conformal_map_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Discrete_conformal_map_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Discrete_conformal_map_parameterizer_3.h $ // $Id: Discrete_conformal_map_parameterizer_3.h cac04ed 2021-06-08T13:36:09+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Error_code.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Error_code.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Error_code.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Error_code.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Error_code.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Error_code.h $ // $Id: Error_code.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Fixed_border_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Fixed_border_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Fixed_border_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Fixed_border_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Fixed_border_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Fixed_border_parameterizer_3.h $ // $Id: Fixed_border_parameterizer_3.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/internal/Bool_property_map.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/internal/Bool_property_map.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/internal/Bool_property_map.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/internal/Bool_property_map.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/internal/Bool_property_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/internal/Bool_property_map.h $ // $Id: Bool_property_map.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/internal/Containers_filler.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/internal/Containers_filler.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/internal/Containers_filler.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/internal/Containers_filler.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/internal/Containers_filler.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/internal/Containers_filler.h $ // $Id: Containers_filler.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/internal/kernel_traits.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/internal/kernel_traits.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/internal/kernel_traits.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/internal/kernel_traits.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/internal/kernel_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/internal/kernel_traits.h $ // $Id: kernel_traits.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/internal/orbifold_cone_helper.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/internal/orbifold_cone_helper.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/internal/orbifold_cone_helper.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/internal/orbifold_cone_helper.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/internal/orbifold_cone_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/internal/orbifold_cone_helper.h $ // $Id: orbifold_cone_helper.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/internal/validity.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/internal/validity.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/internal/validity.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/internal/validity.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/internal/validity.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/internal/validity.h $ // $Id: validity.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/IO/File_off.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/IO/File_off.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/IO/File_off.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/IO/File_off.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/IO/File_off.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/IO/File_off.h $ // $Id: File_off.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Iterative_authalic_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Iterative_authalic_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Iterative_authalic_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Iterative_authalic_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Iterative_authalic_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Iterative_authalic_parameterizer_3.h $ // $Id: Iterative_authalic_parameterizer_3.h 9e89439 2021-08-04T13:57:30+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/LSCM_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/LSCM_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/LSCM_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/LSCM_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/LSCM_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/LSCM_parameterizer_3.h $ // $Id: LSCM_parameterizer_3.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Mean_value_coordinates_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Mean_value_coordinates_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Mean_value_coordinates_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Mean_value_coordinates_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Mean_value_coordinates_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Mean_value_coordinates_parameterizer_3.h $ // $Id: Mean_value_coordinates_parameterizer_3.h cac04ed 2021-06-08T13:36:09+02:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/measure_distortion.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/measure_distortion.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/measure_distortion.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/measure_distortion.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/measure_distortion.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/measure_distortion.h $ // $Id: measure_distortion.h 6d3176e 2022-01-07T14:42:25+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h $ // $Id: MVC_post_processor_3.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/orbifold_enums.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/orbifold_enums.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/orbifold_enums.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/orbifold_enums.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/orbifold_enums.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/orbifold_enums.h $ // $Id: orbifold_enums.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h $ // $Id: orbifold_shortest_path.h 7c20752 2022-05-04T17:38:32+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h $ // $Id: Orbifold_Tutte_parameterizer_3.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/parameterize.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/parameterize.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/parameterize.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/parameterize.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/parameterize.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/parameterize.h $ // $Id: parameterize.h d5185e6 2020-07-21T13:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h $ // $Id: Square_border_parameterizer_3.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h --- cgal-5.5/include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h $ // $Id: Two_vertices_parameterizer_3.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/surface_mesh_parameterization.h cgal-5.5.1/include/CGAL/surface_mesh_parameterization.h --- cgal-5.5/include/CGAL/surface_mesh_parameterization.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/surface_mesh_parameterization.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_parameterization/include/CGAL/surface_mesh_parameterization.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_parameterization/include/CGAL/surface_mesh_parameterization.h $ // $Id: surface_mesh_parameterization.h d2cd147 2020-07-10T10:54:07+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/AABB_traits.h cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/AABB_traits.h --- cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/AABB_traits.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/AABB_traits.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/AABB_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/AABB_traits.h $ // $Id: AABB_traits.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/AABB_traversal_traits.h cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/AABB_traversal_traits.h --- cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/AABB_traversal_traits.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/AABB_traversal_traits.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/AABB_traversal_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/AABB_traversal_traits.h $ // $Id: AABB_traversal_traits.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/auxiliary/graph.h cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/auxiliary/graph.h --- cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/auxiliary/graph.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/auxiliary/graph.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/auxiliary/graph.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/auxiliary/graph.h $ // $Id: graph.h b45e788 2022-06-23T16:25:21+01:00 Andreas Fabri // Re-licensed for CGAL distribution to: // SPDX-License-Identifier: GPL-3.0-or-later diff -Nru cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/Disk_samplers.h cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/Disk_samplers.h --- cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/Disk_samplers.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/Disk_samplers.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/Disk_samplers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/Disk_samplers.h $ // $Id: Disk_samplers.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/Expectation_maximization.h cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/Expectation_maximization.h --- cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/Expectation_maximization.h 2022-07-13 19:06:51.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/Expectation_maximization.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/Expectation_maximization.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/Expectation_maximization.h $ // $Id: Expectation_maximization.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/Filters.h cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/Filters.h --- cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/Filters.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/Filters.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/Filters.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/Filters.h $ // $Id: Filters.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/K_means_clustering.h cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/K_means_clustering.h --- cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/K_means_clustering.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/K_means_clustering.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/K_means_clustering.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/K_means_clustering.h $ // $Id: K_means_clustering.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/SDF_calculation.h cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/SDF_calculation.h --- cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/SDF_calculation.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/SDF_calculation.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/SDF_calculation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/SDF_calculation.h $ // $Id: SDF_calculation.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/Surface_mesh_segmentation.h cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/Surface_mesh_segmentation.h --- cgal-5.5/include/CGAL/Surface_mesh_segmentation/internal/Surface_mesh_segmentation.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_segmentation/internal/Surface_mesh_segmentation.h 2022-10-07 19:06:47.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/Surface_mesh_segmentation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_segmentation/include/CGAL/Surface_mesh_segmentation/internal/Surface_mesh_segmentation.h $ // $Id: Surface_mesh_segmentation.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_shortest_path/barycentric.h cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/barycentric.h --- cgal-5.5/include/CGAL/Surface_mesh_shortest_path/barycentric.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/barycentric.h 2022-10-07 19:06:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/barycentric.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/barycentric.h $ // $Id: barycentric.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_shortest_path/function_objects.h cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/function_objects.h --- cgal-5.5/include/CGAL/Surface_mesh_shortest_path/function_objects.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/function_objects.h 2022-10-07 19:06:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/function_objects.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/function_objects.h $ // $Id: function_objects.h 64b9bbd 2022-06-28T15:48:56+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_shortest_path/internal/Cone_expansion_event.h cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/internal/Cone_expansion_event.h --- cgal-5.5/include/CGAL/Surface_mesh_shortest_path/internal/Cone_expansion_event.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/internal/Cone_expansion_event.h 2022-10-07 19:06:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/internal/Cone_expansion_event.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/internal/Cone_expansion_event.h $ // $Id: Cone_expansion_event.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_shortest_path/internal/Cone_tree.h cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/internal/Cone_tree.h --- cgal-5.5/include/CGAL/Surface_mesh_shortest_path/internal/Cone_tree.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/internal/Cone_tree.h 2022-10-07 19:06:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/internal/Cone_tree.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/internal/Cone_tree.h $ // $Id: Cone_tree.h 89b7bb1 2022-07-05T15:39:29+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_shortest_path/internal/misc_functions.h cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/internal/misc_functions.h --- cgal-5.5/include/CGAL/Surface_mesh_shortest_path/internal/misc_functions.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/internal/misc_functions.h 2022-10-07 19:06:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/internal/misc_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/internal/misc_functions.h $ // $Id: misc_functions.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h --- cgal-5.5/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h 2022-10-07 19:06:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h $ // $Id: Surface_mesh_shortest_path.h c519bde 2022-07-08T20:21:02+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h --- cgal-5.5/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h 2022-10-07 19:06:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h $ // $Id: Surface_mesh_shortest_path_traits.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_shortest_path.h cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path.h --- cgal-5.5/include/CGAL/Surface_mesh_shortest_path.h 2022-07-13 19:06:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_shortest_path.h 2022-10-07 19:06:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path.h $ // $Id: Surface_mesh_shortest_path.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/edge_collapse.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/edge_collapse.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/edge_collapse.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/edge_collapse.h 2022-10-07 19:06:50.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/edge_collapse.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/edge_collapse.h $ // $Id: edge_collapse.h c169c41 2022-01-12T13:33:49+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h $ // $Id: Edge_collapse_visitor_base.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/internal/Common.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/internal/Common.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/internal/Common.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/internal/Common.h 2022-10-07 19:06:50.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/internal/Common.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/internal/Common.h $ // $Id: Common.h 8166579 2021-10-11T19:58:07+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/internal/Edge_collapse.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/internal/Edge_collapse.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/internal/Edge_collapse.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/internal/Edge_collapse.h 2022-10-07 19:06:50.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/internal/Edge_collapse.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/internal/Edge_collapse.h $ // $Id: Edge_collapse.h 45193b1 2022-03-10T10:50:06+05:30 G Yuvan Shankar // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_distance_placement.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_distance_placement.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_distance_placement.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_distance_placement.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_distance_placement.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_distance_placement.h $ // $Id: Bounded_distance_placement.h d6d8fbe 2020-04-27T16:06:43+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_filter.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_filter.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_filter.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_filter.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_filter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_filter.h $ // $Id: Bounded_normal_change_filter.h e1c1e1f 2020-11-04T11:28:02+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_placement.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_placement.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_placement.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_placement.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_placement.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_placement.h $ // $Id: Bounded_normal_change_placement.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h $ // $Id: Constrained_placement.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h $ // $Id: Count_ratio_stop_predicate.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h $ // $Id: Count_stop_predicate.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h $ // $Id: Edge_length_cost.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_stop_predicate.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_stop_predicate.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_stop_predicate.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_stop_predicate.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_stop_predicate.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_stop_predicate.h $ // $Id: Edge_length_stop_predicate.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h 2022-07-13 19:06:53.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h $ // $Id: Edge_profile.h a1b00f9 2021-12-22T12:02:53+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/FastEnvelope_filter.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/FastEnvelope_filter.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/FastEnvelope_filter.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/FastEnvelope_filter.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/FastEnvelope_filter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/FastEnvelope_filter.h $ // $Id: FastEnvelope_filter.h deeff23 2020-09-14T17:03:40+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_policies.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_policies.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_policies.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_policies.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_policies.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_policies.h $ // $Id: GarlandHeckbert_plane_policies.h 776cfd6 2022-03-31T23:24:20+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_policies.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_policies.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_policies.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_policies.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_policies.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_policies.h $ // $Id: GarlandHeckbert_policies.h 522a88b 2022-04-08T11:10:20+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_plane_policies.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_plane_policies.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_plane_policies.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_plane_policies.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_plane_policies.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_plane_policies.h $ // $Id: GarlandHeckbert_probabilistic_plane_policies.h 776cfd6 2022-03-31T23:24:20+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_triangle_policies.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_triangle_policies.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_triangle_policies.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_triangle_policies.h 2022-10-07 19:06:49.000000000 +0000 @@ -1,7 +1,7 @@ // Copyright (c) 2019 GeometryFactory (France). All rights reserved. // // This file is part of CGAL (www.cgal.org). -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_triangle_policies.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_triangle_policies.h $ // $Id: GarlandHeckbert_probabilistic_triangle_policies.h 776cfd6 2022-03-31T23:24:20+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_triangle_policies.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_triangle_policies.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_triangle_policies.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_triangle_policies.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_triangle_policies.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_triangle_policies.h $ // $Id: GarlandHeckbert_triangle_policies.h 776cfd6 2022-03-31T23:24:20+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_functions.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_functions.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_functions.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_functions.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_functions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_functions.h $ // $Id: GarlandHeckbert_functions.h e2aa7d2 2022-03-22T14:35:42+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_policy_base.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_policy_base.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_policy_base.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_policy_base.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_policy_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_policy_base.h $ // $Id: GarlandHeckbert_policy_base.h 776cfd6 2022-03-31T23:24:20+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/Lindstrom_Turk_core.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/Lindstrom_Turk_core.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/Lindstrom_Turk_core.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/Lindstrom_Turk_core.h 2022-10-07 19:06:50.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/Lindstrom_Turk_core.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/Lindstrom_Turk_core.h $ // $Id: Lindstrom_Turk_core.h bd60028 2021-01-08T10:20:34+01:00 Dmitry Anisimov // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/LindstromTurk_params.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/LindstromTurk_params.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/LindstromTurk_params.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/LindstromTurk_params.h 2022-10-07 19:06:50.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/LindstromTurk_params.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/LindstromTurk_params.h $ // $Id: LindstromTurk_params.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h $ // $Id: LindstromTurk_cost.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h $ // $Id: LindstromTurk.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h $ // $Id: LindstromTurk_placement.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h 2022-10-07 19:06:49.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h $ // $Id: Midpoint_placement.h ff09c5d 2019-10-25T16:35:53+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Polyhedral_envelope_filter.h cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Polyhedral_envelope_filter.h --- cgal-5.5/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Polyhedral_envelope_filter.h 2022-07-13 19:06:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Polyhedral_envelope_filter.h 2022-10-07 19:06:07.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polygon_mesh_processing/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Polyhedral_envelope_filter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polygon_mesh_processing/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Polyhedral_envelope_filter.h $ // $Id: Polyhedral_envelope_filter.h 02db50a 2021-01-04T10:36:14+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_skeletonization/internal/Curve_skeleton.h cgal-5.5.1/include/CGAL/Surface_mesh_skeletonization/internal/Curve_skeleton.h --- cgal-5.5/include/CGAL/Surface_mesh_skeletonization/internal/Curve_skeleton.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_skeletonization/internal/Curve_skeleton.h 2022-10-07 19:06:50.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_skeletonization/include/CGAL/Surface_mesh_skeletonization/internal/Curve_skeleton.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_skeletonization/include/CGAL/Surface_mesh_skeletonization/internal/Curve_skeleton.h $ // $Id: Curve_skeleton.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_skeletonization/internal/Debug.h cgal-5.5.1/include/CGAL/Surface_mesh_skeletonization/internal/Debug.h --- cgal-5.5/include/CGAL/Surface_mesh_skeletonization/internal/Debug.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_skeletonization/internal/Debug.h 2022-10-07 19:06:50.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_skeletonization/include/CGAL/Surface_mesh_skeletonization/internal/Debug.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_skeletonization/include/CGAL/Surface_mesh_skeletonization/internal/Debug.h $ // $Id: Debug.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_skeletonization/internal/Detect_degeneracy.h cgal-5.5.1/include/CGAL/Surface_mesh_skeletonization/internal/Detect_degeneracy.h --- cgal-5.5/include/CGAL/Surface_mesh_skeletonization/internal/Detect_degeneracy.h 2022-07-13 19:06:54.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_skeletonization/internal/Detect_degeneracy.h 2022-10-07 19:06:50.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_skeletonization/include/CGAL/Surface_mesh_skeletonization/internal/Detect_degeneracy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_skeletonization/include/CGAL/Surface_mesh_skeletonization/internal/Detect_degeneracy.h $ // $Id: Detect_degeneracy.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Edge_weight_functor.h cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Edge_weight_functor.h --- cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Edge_weight_functor.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Edge_weight_functor.h 2022-10-07 19:06:50.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Edge_weight_functor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Edge_weight_functor.h $ // $Id: Edge_weight_functor.h 19d7e19 2020-04-06T09:13:47+02:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Facewidth.h cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Facewidth.h --- cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Facewidth.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Facewidth.h 2022-10-07 19:06:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Facewidth.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Facewidth.h $ // $Id: Facewidth.h a09b8b1 2020-04-21T08:49:10+02:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Functors_for_face_graph_wrapper.h cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Functors_for_face_graph_wrapper.h --- cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Functors_for_face_graph_wrapper.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Functors_for_face_graph_wrapper.h 2022-10-07 19:06:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Functors_for_face_graph_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Functors_for_face_graph_wrapper.h $ // $Id: Functors_for_face_graph_wrapper.h 3fb644e 2020-04-10T17:40:30+02:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Generic_map_selector.h cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Generic_map_selector.h --- cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Generic_map_selector.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Generic_map_selector.h 2022-10-07 19:06:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Generic_map_selector.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Generic_map_selector.h $ // $Id: Generic_map_selector.h faadbaa 2022-02-09T09:37:41+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Iterators_for_face_graph_wrapper.h cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Iterators_for_face_graph_wrapper.h --- cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Iterators_for_face_graph_wrapper.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Iterators_for_face_graph_wrapper.h 2022-10-07 19:06:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Iterators_for_face_graph_wrapper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Iterators_for_face_graph_wrapper.h $ // $Id: Iterators_for_face_graph_wrapper.h 1de5666 2020-04-20T14:39:05+02:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h --- cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h 2022-10-07 19:06:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h $ // $Id: Minimal_quadrangulation.h c5c6098 2022-01-27T11:02:17+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Path_generators.h cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Path_generators.h --- cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Path_generators.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Path_generators.h 2022-10-07 19:06:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Path_generators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Path_generators.h $ // $Id: Path_generators.h 440a8df 2022-02-03T08:41:04+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Path_on_surface_with_rle.h cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Path_on_surface_with_rle.h --- cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Path_on_surface_with_rle.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Path_on_surface_with_rle.h 2022-10-07 19:06:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Path_on_surface_with_rle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Path_on_surface_with_rle.h $ // $Id: Path_on_surface_with_rle.h c5c6098 2022-01-27T11:02:17+01:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Shortest_noncontractible_cycle.h cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Shortest_noncontractible_cycle.h --- cgal-5.5/include/CGAL/Surface_mesh_topology/internal/Shortest_noncontractible_cycle.h 2022-07-13 19:06:55.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_topology/internal/Shortest_noncontractible_cycle.h 2022-10-07 19:06:51.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Shortest_noncontractible_cycle.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_topology/include/CGAL/Surface_mesh_topology/internal/Shortest_noncontractible_cycle.h $ // $Id: Shortest_noncontractible_cycle.h 2f5841e 2021-10-14T17:53:01+02:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_traits_generator_3.h cgal-5.5.1/include/CGAL/Surface_mesh_traits_generator_3.h --- cgal-5.5/include/CGAL/Surface_mesh_traits_generator_3.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_traits_generator_3.h 2022-10-07 19:06:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesh_traits_generator_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesh_traits_generator_3.h $ // $Id: Surface_mesh_traits_generator_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_triangulation_generator_3.h cgal-5.5.1/include/CGAL/Surface_mesh_triangulation_generator_3.h --- cgal-5.5/include/CGAL/Surface_mesh_triangulation_generator_3.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_triangulation_generator_3.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesh_triangulation_generator_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesh_triangulation_generator_3.h $ // $Id: Surface_mesh_triangulation_generator_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_mesh_vertex_base_3.h cgal-5.5.1/include/CGAL/Surface_mesh_vertex_base_3.h --- cgal-5.5/include/CGAL/Surface_mesh_vertex_base_3.h 2022-07-13 19:06:57.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_mesh_vertex_base_3.h 2022-10-07 19:06:53.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/Surface_mesh_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/Surface_mesh_vertex_base_3.h $ // $Id: Surface_mesh_vertex_base_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/surface_neighbor_coordinates_3.h cgal-5.5.1/include/CGAL/surface_neighbor_coordinates_3.h --- cgal-5.5/include/CGAL/surface_neighbor_coordinates_3.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/surface_neighbor_coordinates_3.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/surface_neighbor_coordinates_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/surface_neighbor_coordinates_3.h $ // $Id: surface_neighbor_coordinates_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/surface_neighbors_3.h cgal-5.5.1/include/CGAL/surface_neighbors_3.h --- cgal-5.5/include/CGAL/surface_neighbors_3.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/surface_neighbors_3.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/surface_neighbors_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/surface_neighbors_3.h $ // $Id: surface_neighbors_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/surface_reconstruction_points_assertions.h cgal-5.5.1/include/CGAL/surface_reconstruction_points_assertions.h --- cgal-5.5/include/CGAL/surface_reconstruction_points_assertions.h 2022-07-13 19:06:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/surface_reconstruction_points_assertions.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Poisson_surface_reconstruction_3/include/CGAL/surface_reconstruction_points_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Poisson_surface_reconstruction_3/include/CGAL/surface_reconstruction_points_assertions.h $ // $Id: surface_reconstruction_points_assertions.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_basic_insertion_traits_2.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_basic_insertion_traits_2.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_basic_insertion_traits_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_basic_insertion_traits_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_basic_insertion_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_basic_insertion_traits_2.h $ // $Id: Arr_basic_insertion_traits_2.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_batched_pl_ss_visitor.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_batched_pl_ss_visitor.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_batched_pl_ss_visitor.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_batched_pl_ss_visitor.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_batched_pl_ss_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_batched_pl_ss_visitor.h $ // $Id: Arr_batched_pl_ss_visitor.h 5985db1 2021-07-28T16:17:10+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_construction_event_base.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_construction_event_base.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_construction_event_base.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_construction_event_base.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_construction_event_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_construction_event_base.h $ // $Id: Arr_construction_event_base.h 5985db1 2021-07-28T16:17:10+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_construction_event.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_construction_event.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_construction_event.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_construction_event.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_construction_event.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_construction_event.h $ // $Id: Arr_construction_event.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_construction_ss_visitor.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_construction_ss_visitor.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_construction_ss_visitor.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_construction_ss_visitor.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_construction_ss_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_construction_ss_visitor.h $ // $Id: Arr_construction_ss_visitor.h 6e1fc8a 2021-09-02T16:53:07+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_construction_subcurve.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_construction_subcurve.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_construction_subcurve.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_construction_subcurve.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_construction_subcurve.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_construction_subcurve.h $ // $Id: Arr_construction_subcurve.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_default_overlay_traits_base.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_default_overlay_traits_base.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_default_overlay_traits_base.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_default_overlay_traits_base.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_default_overlay_traits_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_default_overlay_traits_base.h $ // $Id: Arr_default_overlay_traits_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_insertion_ss_visitor.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_insertion_ss_visitor.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_insertion_ss_visitor.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_insertion_ss_visitor.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_insertion_ss_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_insertion_ss_visitor.h $ // $Id: Arr_insertion_ss_visitor.h 6e1fc8a 2021-09-02T16:53:07+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_insertion_traits_2.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_insertion_traits_2.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_insertion_traits_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_insertion_traits_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_insertion_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_insertion_traits_2.h $ // $Id: Arr_insertion_traits_2.h 4158542 2020-04-01T12:31:51+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h $ // $Id: Arr_no_intersection_insertion_ss_visitor.h 6e1fc8a 2021-09-02T16:53:07+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_overlay_event.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_overlay_event.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_overlay_event.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_overlay_event.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_event.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_event.h $ // $Id: Arr_overlay_event.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h $ // $Id: Arr_overlay_ss_visitor.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_overlay_subcurve.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_overlay_subcurve.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_overlay_subcurve.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_overlay_subcurve.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_subcurve.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_subcurve.h $ // $Id: Arr_overlay_subcurve.h b0c3c84 2019-12-18T09:05:45+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_overlay_traits_2.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_overlay_traits_2.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_overlay_traits_2.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_overlay_traits_2.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_traits_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_traits_2.h $ // $Id: Arr_overlay_traits_2.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Arr_vert_decomp_ss_visitor.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_vert_decomp_ss_visitor.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Arr_vert_decomp_ss_visitor.h 2022-07-13 19:04:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Arr_vert_decomp_ss_visitor.h 2022-10-07 19:04:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_vert_decomp_ss_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_vert_decomp_ss_visitor.h $ // $Id: Arr_vert_decomp_ss_visitor.h 5985db1 2021-07-28T16:17:10+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Curve_comparer.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Curve_comparer.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Curve_comparer.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Curve_comparer.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Curve_comparer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Curve_comparer.h $ // $Id: Curve_comparer.h 2a3fbc0 2019-11-19T09:47:44+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Default_event_base.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Default_event_base.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Default_event_base.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Default_event_base.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Default_event_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Default_event_base.h $ // $Id: Default_event_base.h 092cf8e 2019-10-25T16:26:17+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Default_event.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Default_event.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Default_event.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Default_event.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Default_event.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Default_event.h $ // $Id: Default_event.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Default_subcurve.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Default_subcurve.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Default_subcurve.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Default_subcurve.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Default_subcurve.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Default_subcurve.h $ // $Id: Default_subcurve.h a3d04af 2021-07-28T16:19:20+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Default_visitor_base.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Default_visitor_base.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Default_visitor_base.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Default_visitor_base.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Default_visitor_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Default_visitor_base.h $ // $Id: Default_visitor_base.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Default_visitor.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Default_visitor.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Default_visitor.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Default_visitor.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Default_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Default_visitor.h $ // $Id: Default_visitor.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Do_interior_intersect_visitor.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Do_interior_intersect_visitor.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Do_interior_intersect_visitor.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Do_interior_intersect_visitor.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Do_interior_intersect_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Do_interior_intersect_visitor.h $ // $Id: Do_interior_intersect_visitor.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Event_comparer.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Event_comparer.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Event_comparer.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Event_comparer.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Event_comparer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Event_comparer.h $ // $Id: Event_comparer.h 4c15a1c 2021-10-18T11:15:14+01:00 Michael Bell // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Intersection_points_visitor.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Intersection_points_visitor.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Intersection_points_visitor.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Intersection_points_visitor.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Intersection_points_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Intersection_points_visitor.h $ // $Id: Intersection_points_visitor.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/No_intersection_surface_sweep_2_impl.h cgal-5.5.1/include/CGAL/Surface_sweep_2/No_intersection_surface_sweep_2_impl.h --- cgal-5.5/include/CGAL/Surface_sweep_2/No_intersection_surface_sweep_2_impl.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/No_intersection_surface_sweep_2_impl.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/No_intersection_surface_sweep_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/No_intersection_surface_sweep_2_impl.h $ // $Id: No_intersection_surface_sweep_2_impl.h facabca 2021-09-10T17:47:17+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/No_overlap_event_base.h cgal-5.5.1/include/CGAL/Surface_sweep_2/No_overlap_event_base.h --- cgal-5.5/include/CGAL/Surface_sweep_2/No_overlap_event_base.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/No_overlap_event_base.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/No_overlap_event_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/No_overlap_event_base.h $ // $Id: No_overlap_event_base.h efa642a 2021-03-25T15:43:48+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/No_overlap_event.h cgal-5.5.1/include/CGAL/Surface_sweep_2/No_overlap_event.h --- cgal-5.5/include/CGAL/Surface_sweep_2/No_overlap_event.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/No_overlap_event.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/No_overlap_event.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/No_overlap_event.h $ // $Id: No_overlap_event.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/No_overlap_subcurve.h cgal-5.5.1/include/CGAL/Surface_sweep_2/No_overlap_subcurve.h --- cgal-5.5/include/CGAL/Surface_sweep_2/No_overlap_subcurve.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/No_overlap_subcurve.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/No_overlap_subcurve.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/No_overlap_subcurve.h $ // $Id: No_overlap_subcurve.h a3d04af 2021-07-28T16:19:20+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Random_access_output_iterator.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Random_access_output_iterator.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Random_access_output_iterator.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Random_access_output_iterator.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Random_access_output_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Random_access_output_iterator.h $ // $Id: Random_access_output_iterator.h 2c490b7 2020-10-20T15:17:24+02:00 Simon Giraudot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Subcurves_visitor.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Subcurves_visitor.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Subcurves_visitor.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Subcurves_visitor.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Subcurves_visitor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Subcurves_visitor.h $ // $Id: Subcurves_visitor.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Surface_sweep_2_debug.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Surface_sweep_2_debug.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Surface_sweep_2_debug.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Surface_sweep_2_debug.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Surface_sweep_2_debug.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Surface_sweep_2_debug.h $ // $Id: Surface_sweep_2_debug.h 63e52b0 2021-03-25T15:42:47+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Surface_sweep_2_impl.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Surface_sweep_2_impl.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Surface_sweep_2_impl.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Surface_sweep_2_impl.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Surface_sweep_2_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Surface_sweep_2_impl.h $ // $Id: Surface_sweep_2_impl.h 89e6a98 2021-03-26T09:26:36+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2/Surface_sweep_2_utils.h cgal-5.5.1/include/CGAL/Surface_sweep_2/Surface_sweep_2_utils.h --- cgal-5.5/include/CGAL/Surface_sweep_2/Surface_sweep_2_utils.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2/Surface_sweep_2_utils.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2/Surface_sweep_2_utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2/Surface_sweep_2_utils.h $ // $Id: Surface_sweep_2_utils.h 708469f 2020-06-12T14:06:58+03:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2_algorithms.h cgal-5.5.1/include/CGAL/Surface_sweep_2_algorithms.h --- cgal-5.5/include/CGAL/Surface_sweep_2_algorithms.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2_algorithms.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2_algorithms.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2_algorithms.h $ // $Id: Surface_sweep_2_algorithms.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Surface_sweep_2.h cgal-5.5.1/include/CGAL/Surface_sweep_2.h --- cgal-5.5/include/CGAL/Surface_sweep_2.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Surface_sweep_2.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Surface_sweep_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Surface_sweep_2.h $ // $Id: Surface_sweep_2.h 6b64dc8 2020-11-11T09:38:55+02:00 Efi Fogel // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Sweep_line_2_algorithms.h cgal-5.5.1/include/CGAL/Sweep_line_2_algorithms.h --- cgal-5.5/include/CGAL/Sweep_line_2_algorithms.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Sweep_line_2_algorithms.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_sweep_2/include/CGAL/Sweep_line_2_algorithms.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_sweep_2/include/CGAL/Sweep_line_2_algorithms.h $ // $Id: Sweep_line_2_algorithms.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/sweep_observer.h cgal-5.5.1/include/CGAL/sweep_observer.h --- cgal-5.5/include/CGAL/sweep_observer.h 2022-07-13 19:05:47.000000000 +0000 +++ cgal-5.5.1/include/CGAL/sweep_observer.h 2022-10-07 19:05:48.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Nef_2/include/CGAL/sweep_observer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Nef_2/include/CGAL/sweep_observer.h $ // $Id: sweep_observer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/tags.h cgal-5.5.1/include/CGAL/tags.h --- cgal-5.5/include/CGAL/tags.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/tags.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/tags.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/tags.h $ // $Id: tags.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/TDS_2/internal/Edge_hash_function.h cgal-5.5.1/include/CGAL/TDS_2/internal/Edge_hash_function.h --- cgal-5.5/include/CGAL/TDS_2/internal/Edge_hash_function.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/TDS_2/internal/Edge_hash_function.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/TDS_2/internal/Edge_hash_function.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/TDS_2/internal/Edge_hash_function.h $ // $Id: Edge_hash_function.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/TDS_2/internal/edge_list.h cgal-5.5.1/include/CGAL/TDS_2/internal/edge_list.h --- cgal-5.5/include/CGAL/TDS_2/internal/edge_list.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/TDS_2/internal/edge_list.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/TDS_2/internal/edge_list.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/TDS_2/internal/edge_list.h $ // $Id: edge_list.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/TDS_3/internal/Dummy_tds_3.h cgal-5.5.1/include/CGAL/TDS_3/internal/Dummy_tds_3.h --- cgal-5.5/include/CGAL/TDS_3/internal/Dummy_tds_3.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/TDS_3/internal/Dummy_tds_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_3/include/CGAL/TDS_3/internal/Dummy_tds_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_3/include/CGAL/TDS_3/internal/Dummy_tds_3.h $ // $Id: Dummy_tds_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/TDS_3/internal/Triangulation_ds_circulators_3.h cgal-5.5.1/include/CGAL/TDS_3/internal/Triangulation_ds_circulators_3.h --- cgal-5.5/include/CGAL/TDS_3/internal/Triangulation_ds_circulators_3.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/TDS_3/internal/Triangulation_ds_circulators_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_3/include/CGAL/TDS_3/internal/Triangulation_ds_circulators_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_3/include/CGAL/TDS_3/internal/Triangulation_ds_circulators_3.h $ // $Id: Triangulation_ds_circulators_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/TDS_3/internal/Triangulation_ds_iterators_3.h cgal-5.5.1/include/CGAL/TDS_3/internal/Triangulation_ds_iterators_3.h --- cgal-5.5/include/CGAL/TDS_3/internal/Triangulation_ds_iterators_3.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/TDS_3/internal/Triangulation_ds_iterators_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_3/include/CGAL/TDS_3/internal/Triangulation_ds_iterators_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_3/include/CGAL/TDS_3/internal/Triangulation_ds_iterators_3.h $ // $Id: Triangulation_ds_iterators_3.h 524ce8f 2021-09-29T11:46:55+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/TDS_full_cell_default_storage_policy.h cgal-5.5.1/include/CGAL/TDS_full_cell_default_storage_policy.h --- cgal-5.5/include/CGAL/TDS_full_cell_default_storage_policy.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/TDS_full_cell_default_storage_policy.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/TDS_full_cell_default_storage_policy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/TDS_full_cell_default_storage_policy.h $ // $Id: TDS_full_cell_default_storage_policy.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/TDS_full_cell_mirror_storage_policy.h cgal-5.5.1/include/CGAL/TDS_full_cell_mirror_storage_policy.h --- cgal-5.5/include/CGAL/TDS_full_cell_mirror_storage_policy.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/TDS_full_cell_mirror_storage_policy.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/TDS_full_cell_mirror_storage_policy.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/TDS_full_cell_mirror_storage_policy.h $ // $Id: TDS_full_cell_mirror_storage_policy.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/test_FPU_rounding_mode_impl.h cgal-5.5.1/include/CGAL/test_FPU_rounding_mode_impl.h --- cgal-5.5/include/CGAL/test_FPU_rounding_mode_impl.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/test_FPU_rounding_mode_impl.h 2022-10-07 19:05:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/test_FPU_rounding_mode_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/test_FPU_rounding_mode_impl.h $ // $Id: test_FPU_rounding_mode_impl.h a08470b 2020-11-03T10:14:42+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/collapse_short_edges.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/collapse_short_edges.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/collapse_short_edges.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/collapse_short_edges.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/collapse_short_edges.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/collapse_short_edges.h $ // $Id: collapse_short_edges.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/compute_c3t3_statistics.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/compute_c3t3_statistics.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/compute_c3t3_statistics.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/compute_c3t3_statistics.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/compute_c3t3_statistics.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/compute_c3t3_statistics.h $ // $Id: compute_c3t3_statistics.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/flip_edges.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/flip_edges.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/flip_edges.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/flip_edges.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/flip_edges.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/flip_edges.h $ // $Id: flip_edges.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/FMLS.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/FMLS.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/FMLS.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/FMLS.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/FMLS.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/FMLS.h $ // $Id: FMLS.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/smooth_vertices.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/smooth_vertices.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/smooth_vertices.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/smooth_vertices.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/smooth_vertices.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/smooth_vertices.h $ // $Id: smooth_vertices.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/split_long_edges.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/split_long_edges.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/split_long_edges.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/split_long_edges.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/split_long_edges.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/split_long_edges.h $ // $Id: split_long_edges.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h $ // $Id: tetrahedral_adaptive_remeshing_impl.h 590ddf8 2021-10-08T15:38:47+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_remeshing_helpers.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_remeshing_helpers.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_remeshing_helpers.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_remeshing_helpers.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_remeshing_helpers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_remeshing_helpers.h $ // $Id: tetrahedral_remeshing_helpers.h 1c1d5d1 2022-02-17T15:10:40+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/Remeshing_cell_base_3.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/Remeshing_cell_base_3.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/Remeshing_cell_base_3.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/Remeshing_cell_base_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Remeshing_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Remeshing_cell_base_3.h $ // $Id: Remeshing_cell_base_3.h ab05dde 2020-06-12T08:08:56+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h $ // $Id: Remeshing_triangulation_3.h ab05dde 2020-06-12T08:08:56+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h $ // $Id: Remeshing_vertex_base_3.h ab05dde 2020-06-12T08:08:56+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/Sizing_field.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/Sizing_field.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/Sizing_field.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/Sizing_field.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Sizing_field.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Sizing_field.h $ // $Id: Sizing_field.h ab05dde 2020-06-12T08:08:56+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/tetrahedral_remeshing_io.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/tetrahedral_remeshing_io.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/tetrahedral_remeshing_io.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/tetrahedral_remeshing_io.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/tetrahedral_remeshing_io.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/tetrahedral_remeshing_io.h $ // $Id: tetrahedral_remeshing_io.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedral_remeshing/Uniform_sizing_field.h cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/Uniform_sizing_field.h --- cgal-5.5/include/CGAL/Tetrahedral_remeshing/Uniform_sizing_field.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedral_remeshing/Uniform_sizing_field.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Uniform_sizing_field.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Uniform_sizing_field.h $ // $Id: Uniform_sizing_field.h ab05dde 2020-06-12T08:08:56+02:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/tetrahedral_remeshing.h cgal-5.5.1/include/CGAL/tetrahedral_remeshing.h --- cgal-5.5/include/CGAL/tetrahedral_remeshing.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/tetrahedral_remeshing.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Tetrahedral_remeshing/include/CGAL/tetrahedral_remeshing.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Tetrahedral_remeshing/include/CGAL/tetrahedral_remeshing.h $ // $Id: tetrahedral_remeshing.h dbd66a5 2022-03-22T11:38:48+01:00 Jane Tournois // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tetrahedron_3.h cgal-5.5.1/include/CGAL/Tetrahedron_3.h --- cgal-5.5/include/CGAL/Tetrahedron_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tetrahedron_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Tetrahedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Tetrahedron_3.h $ // $Id: Tetrahedron_3.h 8fa0f55 2021-05-27T10:27:38+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/thread.h cgal-5.5.1/include/CGAL/thread.h --- cgal-5.5/include/CGAL/thread.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/thread.h 2022-10-07 19:06:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/thread.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/thread.h $ // $Id: thread.h 288c283 2021-08-30T19:24:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Buffer_objects.h cgal-5.5.1/include/CGAL/Three/Buffer_objects.h --- cgal-5.5/include/CGAL/Three/Buffer_objects.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Buffer_objects.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Buffer_objects.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Buffer_objects.h $ // $Id: Buffer_objects.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Edge_container.h cgal-5.5.1/include/CGAL/Three/Edge_container.h --- cgal-5.5/include/CGAL/Three/Edge_container.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Edge_container.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Edge_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Edge_container.h $ // $Id: Edge_container.h f79ec02 2021-06-28T13:11:28+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/exceptions.h cgal-5.5.1/include/CGAL/Three/exceptions.h --- cgal-5.5/include/CGAL/Three/exceptions.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/exceptions.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/exceptions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/exceptions.h $ // $Id: exceptions.h 2478b85 2021-11-04T09:14:02+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Point_container.h cgal-5.5.1/include/CGAL/Three/Point_container.h --- cgal-5.5/include/CGAL/Three/Point_container.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Point_container.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Point_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Point_container.h $ // $Id: Point_container.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h cgal-5.5.1/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h --- cgal-5.5/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h $ // $Id: Polyhedron_demo_io_plugin_interface.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Polyhedron_demo_plugin_helper.h cgal-5.5.1/include/CGAL/Three/Polyhedron_demo_plugin_helper.h --- cgal-5.5/include/CGAL/Three/Polyhedron_demo_plugin_helper.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Polyhedron_demo_plugin_helper.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Polyhedron_demo_plugin_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Polyhedron_demo_plugin_helper.h $ // $Id: Polyhedron_demo_plugin_helper.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Polyhedron_demo_plugin_interface.h cgal-5.5.1/include/CGAL/Three/Polyhedron_demo_plugin_interface.h --- cgal-5.5/include/CGAL/Three/Polyhedron_demo_plugin_interface.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Polyhedron_demo_plugin_interface.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Polyhedron_demo_plugin_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Polyhedron_demo_plugin_interface.h $ // $Id: Polyhedron_demo_plugin_interface.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Primitive_container.h cgal-5.5.1/include/CGAL/Three/Primitive_container.h --- cgal-5.5/include/CGAL/Three/Primitive_container.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Primitive_container.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Primitive_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Primitive_container.h $ // $Id: Primitive_container.h 26355e2 2020-06-25T12:31:21+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Scene_draw_interface.h cgal-5.5.1/include/CGAL/Three/Scene_draw_interface.h --- cgal-5.5/include/CGAL/Three/Scene_draw_interface.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Scene_draw_interface.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Scene_draw_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Scene_draw_interface.h $ // $Id: Scene_draw_interface.h 1f45360 2021-01-26T09:05:24+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Scene_group_item.h cgal-5.5.1/include/CGAL/Three/Scene_group_item.h --- cgal-5.5/include/CGAL/Three/Scene_group_item.h 2022-07-13 19:07:01.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Scene_group_item.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Scene_group_item.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Scene_group_item.h $ // $Id: Scene_group_item.h f513a79 2021-04-21T15:48:36+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Scene_interface.h cgal-5.5.1/include/CGAL/Three/Scene_interface.h --- cgal-5.5/include/CGAL/Three/Scene_interface.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Scene_interface.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Scene_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Scene_interface.h $ // $Id: Scene_interface.h 7bfa33f 2021-06-04T14:01:47+02:00 albert-github // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Scene_item_config.h cgal-5.5.1/include/CGAL/Three/Scene_item_config.h --- cgal-5.5/include/CGAL/Three/Scene_item_config.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Scene_item_config.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Scene_item_config.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Scene_item_config.h $ // $Id: Scene_item_config.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Scene_item.h cgal-5.5.1/include/CGAL/Three/Scene_item.h --- cgal-5.5/include/CGAL/Three/Scene_item.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Scene_item.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Scene_item.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Scene_item.h $ // $Id: Scene_item.h 1a9a578 2021-06-18T10:54:35+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Scene_item_rendering_helper.h cgal-5.5.1/include/CGAL/Three/Scene_item_rendering_helper.h --- cgal-5.5/include/CGAL/Three/Scene_item_rendering_helper.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Scene_item_rendering_helper.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Scene_item_rendering_helper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Scene_item_rendering_helper.h $ // $Id: Scene_item_rendering_helper.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Scene_item_with_properties.h cgal-5.5.1/include/CGAL/Three/Scene_item_with_properties.h --- cgal-5.5/include/CGAL/Three/Scene_item_with_properties.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Scene_item_with_properties.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Scene_item_with_properties.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Scene_item_with_properties.h $ // $Id: Scene_item_with_properties.h 8f34457 2021-04-13T15:12:51+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Scene_print_item_interface.h cgal-5.5.1/include/CGAL/Three/Scene_print_item_interface.h --- cgal-5.5/include/CGAL/Three/Scene_print_item_interface.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Scene_print_item_interface.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Scene_print_item_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Scene_print_item_interface.h $ // $Id: Scene_print_item_interface.h 3b70343 2020-11-16T16:19:43+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Scene_transparent_interface.h cgal-5.5.1/include/CGAL/Three/Scene_transparent_interface.h --- cgal-5.5/include/CGAL/Three/Scene_transparent_interface.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Scene_transparent_interface.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Scene_transparent_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Scene_transparent_interface.h $ // $Id: Scene_transparent_interface.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Scene_zoomable_item_interface.h cgal-5.5.1/include/CGAL/Three/Scene_zoomable_item_interface.h --- cgal-5.5/include/CGAL/Three/Scene_zoomable_item_interface.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Scene_zoomable_item_interface.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Scene_zoomable_item_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Scene_zoomable_item_interface.h $ // $Id: Scene_zoomable_item_interface.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/TextRenderer.h cgal-5.5.1/include/CGAL/Three/TextRenderer.h --- cgal-5.5/include/CGAL/Three/TextRenderer.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/TextRenderer.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/TextRenderer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/TextRenderer.h $ // $Id: TextRenderer.h 3b70343 2020-11-16T16:19:43+01:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Three.h cgal-5.5.1/include/CGAL/Three/Three.h --- cgal-5.5/include/CGAL/Three/Three.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Three.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Three.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Three.h $ // $Id: Three.h 720b2dd 2021-08-30T12:47:10+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Triangle_container.h cgal-5.5.1/include/CGAL/Three/Triangle_container.h --- cgal-5.5/include/CGAL/Three/Triangle_container.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Triangle_container.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Triangle_container.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Triangle_container.h $ // $Id: Triangle_container.h f79ec02 2021-06-28T13:11:28+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Viewer_config.h cgal-5.5.1/include/CGAL/Three/Viewer_config.h --- cgal-5.5/include/CGAL/Three/Viewer_config.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Viewer_config.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Viewer_config.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Viewer_config.h $ // $Id: Viewer_config.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Three/Viewer_interface.h cgal-5.5.1/include/CGAL/Three/Viewer_interface.h --- cgal-5.5/include/CGAL/Three/Viewer_interface.h 2022-07-13 19:07:02.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Three/Viewer_interface.h 2022-10-07 19:06:57.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Three/include/CGAL/Three/Viewer_interface.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Three/include/CGAL/Three/Viewer_interface.h $ // $Id: Viewer_interface.h 8f1c510 2021-08-10T15:21:33+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Threetuple.h cgal-5.5.1/include/CGAL/Threetuple.h --- cgal-5.5/include/CGAL/Threetuple.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Threetuple.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Threetuple.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Threetuple.h $ // $Id: Threetuple.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Timer.h cgal-5.5.1/include/CGAL/Timer.h --- cgal-5.5/include/CGAL/Timer.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Timer.h 2022-10-07 19:06:21.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Profiling_tools/include/CGAL/Timer.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Profiling_tools/include/CGAL/Timer.h $ // $Id: Timer.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Timer_impl.h cgal-5.5.1/include/CGAL/Timer_impl.h --- cgal-5.5/include/CGAL/Timer_impl.h 2022-07-13 19:06:23.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Timer_impl.h 2022-10-07 19:06:21.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Profiling_tools/include/CGAL/Timer_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Profiling_tools/include/CGAL/Timer_impl.h $ // $Id: Timer_impl.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Time_stamper.h cgal-5.5.1/include/CGAL/Time_stamper.h --- cgal-5.5/include/CGAL/Time_stamper.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Time_stamper.h 2022-10-07 19:06:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Time_stamper.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Time_stamper.h $ // $Id: Time_stamper.h e9b7595 2021-05-04T11:45:57+02:00 Maxime Gimeno // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/to_rational.h cgal-5.5.1/include/CGAL/to_rational.h --- cgal-5.5/include/CGAL/to_rational.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/to_rational.h 2022-10-07 19:05:55.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/to_rational.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/to_rational.h $ // $Id: to_rational.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/transforming_iterator.h cgal-5.5.1/include/CGAL/transforming_iterator.h --- cgal-5.5/include/CGAL/transforming_iterator.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/transforming_iterator.h 2022-10-07 19:06:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/transforming_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/transforming_iterator.h $ // $Id: transforming_iterator.h 209513d 2020-07-31T15:58:38+02:00 Dmitry Anisimov // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/transforming_pair_iterator.h cgal-5.5.1/include/CGAL/transforming_pair_iterator.h --- cgal-5.5/include/CGAL/transforming_pair_iterator.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/transforming_pair_iterator.h 2022-10-07 19:06:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/transforming_pair_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/transforming_pair_iterator.h $ // $Id: transforming_pair_iterator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Transform_iterator.h cgal-5.5.1/include/CGAL/Transform_iterator.h --- cgal-5.5/include/CGAL/Transform_iterator.h 2022-07-13 19:05:34.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Transform_iterator.h 2022-10-07 19:05:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Matrix_search/include/CGAL/Transform_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Matrix_search/include/CGAL/Transform_iterator.h $ // $Id: Transform_iterator.h 4b472db 2021-02-03T10:57:36+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tree_assertions.h cgal-5.5.1/include/CGAL/Tree_assertions.h --- cgal-5.5/include/CGAL/Tree_assertions.h 2022-07-13 19:06:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tree_assertions.h 2022-10-07 19:06:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/SearchStructures/include/CGAL/Tree_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/SearchStructures/include/CGAL/Tree_assertions.h $ // $Id: Tree_assertions.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tree_base.h cgal-5.5.1/include/CGAL/Tree_base.h --- cgal-5.5/include/CGAL/Tree_base.h 2022-07-13 19:06:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tree_base.h 2022-10-07 19:06:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/SearchStructures/include/CGAL/Tree_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/SearchStructures/include/CGAL/Tree_base.h $ // $Id: Tree_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Tree_traits.h cgal-5.5.1/include/CGAL/Tree_traits.h --- cgal-5.5/include/CGAL/Tree_traits.h 2022-07-13 19:06:31.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Tree_traits.h 2022-10-07 19:06:28.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/SearchStructures/include/CGAL/Tree_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/SearchStructures/include/CGAL/Tree_traits.h $ // $Id: Tree_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangle_2.h cgal-5.5.1/include/CGAL/Triangle_2.h --- cgal-5.5/include/CGAL/Triangle_2.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangle_2.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Triangle_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Triangle_2.h $ // $Id: Triangle_2.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangle_3.h cgal-5.5.1/include/CGAL/Triangle_3.h --- cgal-5.5/include/CGAL/Triangle_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangle_3.h 2022-10-07 19:05:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Triangle_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Triangle_3.h $ // $Id: Triangle_3.h 4e519a3 2021-05-05T13:15:37+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangle_accessor_3.h cgal-5.5.1/include/CGAL/Triangle_accessor_3.h --- cgal-5.5/include/CGAL/Triangle_accessor_3.h 2022-07-13 19:05:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangle_accessor_3.h 2022-10-07 19:05:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_3/include/CGAL/Triangle_accessor_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_3/include/CGAL/Triangle_accessor_3.h $ // $Id: Triangle_accessor_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangular_expansion_visibility_2.h cgal-5.5.1/include/CGAL/Triangular_expansion_visibility_2.h --- cgal-5.5/include/CGAL/Triangular_expansion_visibility_2.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangular_expansion_visibility_2.h 2022-10-07 19:07:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Visibility_2/include/CGAL/Triangular_expansion_visibility_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Visibility_2/include/CGAL/Triangular_expansion_visibility_2.h $ // $Id: Triangular_expansion_visibility_2.h 1faa0e2 2021-04-28T10:55:26+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangular_field_2.h cgal-5.5.1/include/CGAL/Triangular_field_2.h --- cgal-5.5/include/CGAL/Triangular_field_2.h 2022-07-13 19:06:48.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangular_field_2.h 2022-10-07 19:06:44.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Stream_lines_2/include/CGAL/Triangular_field_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Stream_lines_2/include/CGAL/Triangular_field_2.h $ // $Id: Triangular_field_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulated_mixed_complex_observer_3.h cgal-5.5.1/include/CGAL/Triangulated_mixed_complex_observer_3.h --- cgal-5.5/include/CGAL/Triangulated_mixed_complex_observer_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulated_mixed_complex_observer_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/Triangulated_mixed_complex_observer_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/Triangulated_mixed_complex_observer_3.h $ // $Id: Triangulated_mixed_complex_observer_3.h 1faa0e2 2021-04-28T10:55:26+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/triangulate_mixed_complex_3.h cgal-5.5.1/include/CGAL/triangulate_mixed_complex_3.h --- cgal-5.5/include/CGAL/triangulate_mixed_complex_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/triangulate_mixed_complex_3.h 2022-10-07 19:06:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h $ // $Id: triangulate_mixed_complex_3.h 7a1aaa4 2022-03-09T13:11:19+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/triangulate_power_diagram_3.h cgal-5.5.1/include/CGAL/triangulate_power_diagram_3.h --- cgal-5.5/include/CGAL/triangulate_power_diagram_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/triangulate_power_diagram_3.h 2022-10-07 19:06:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/triangulate_power_diagram_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/triangulate_power_diagram_3.h $ // $Id: triangulate_power_diagram_3.h 7a1aaa4 2022-03-09T13:11:19+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation/internal/Combination_enumerator.h cgal-5.5.1/include/CGAL/Triangulation/internal/Combination_enumerator.h --- cgal-5.5/include/CGAL/Triangulation/internal/Combination_enumerator.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation/internal/Combination_enumerator.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation/internal/Combination_enumerator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation/internal/Combination_enumerator.h $ // $Id: Combination_enumerator.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation/internal/Dummy_TDS.h cgal-5.5.1/include/CGAL/Triangulation/internal/Dummy_TDS.h --- cgal-5.5/include/CGAL/Triangulation/internal/Dummy_TDS.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation/internal/Dummy_TDS.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation/internal/Dummy_TDS.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation/internal/Dummy_TDS.h $ // $Id: Dummy_TDS.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation/internal/Static_or_dynamic_array.h cgal-5.5.1/include/CGAL/Triangulation/internal/Static_or_dynamic_array.h --- cgal-5.5/include/CGAL/Triangulation/internal/Static_or_dynamic_array.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation/internal/Static_or_dynamic_array.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation/internal/Static_or_dynamic_array.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation/internal/Static_or_dynamic_array.h $ // $Id: Static_or_dynamic_array.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation/internal/Triangulation_ds_iterators.h cgal-5.5.1/include/CGAL/Triangulation/internal/Triangulation_ds_iterators.h --- cgal-5.5/include/CGAL/Triangulation/internal/Triangulation_ds_iterators.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation/internal/Triangulation_ds_iterators.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation/internal/Triangulation_ds_iterators.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation/internal/Triangulation_ds_iterators.h $ // $Id: Triangulation_ds_iterators.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation/internal/utilities.h cgal-5.5.1/include/CGAL/Triangulation/internal/utilities.h --- cgal-5.5/include/CGAL/Triangulation/internal/utilities.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation/internal/utilities.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation/internal/utilities.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation/internal/utilities.h $ // $Id: utilities.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_2/insert_constraints.h cgal-5.5.1/include/CGAL/Triangulation_2/insert_constraints.h --- cgal-5.5/include/CGAL/Triangulation_2/insert_constraints.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_2/insert_constraints.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_2/insert_constraints.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_2/insert_constraints.h $ // $Id: insert_constraints.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_2/internal/Constraint_hierarchy_2.h cgal-5.5.1/include/CGAL/Triangulation_2/internal/Constraint_hierarchy_2.h --- cgal-5.5/include/CGAL/Triangulation_2/internal/Constraint_hierarchy_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_2/internal/Constraint_hierarchy_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_2/internal/Constraint_hierarchy_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_2/internal/Constraint_hierarchy_2.h $ // $Id: Constraint_hierarchy_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_2/internal/CTP2_subconstraint_graph.h cgal-5.5.1/include/CGAL/Triangulation_2/internal/CTP2_subconstraint_graph.h --- cgal-5.5/include/CGAL/Triangulation_2/internal/CTP2_subconstraint_graph.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_2/internal/CTP2_subconstraint_graph.h 2022-10-07 19:07:00.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_2/internal/CTP2_subconstraint_graph.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_2/internal/CTP2_subconstraint_graph.h $ // $Id: CTP2_subconstraint_graph.h f841429 2020-03-26T19:27:08+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h cgal-5.5.1/include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h --- cgal-5.5/include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h $ // $Id: Polyline_constraint_hierarchy_2.h bdec436 2021-06-25T10:05:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_2/internal/Triangulation_line_face_circulator_2.h cgal-5.5.1/include/CGAL/Triangulation_2/internal/Triangulation_line_face_circulator_2.h --- cgal-5.5/include/CGAL/Triangulation_2/internal/Triangulation_line_face_circulator_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_2/internal/Triangulation_line_face_circulator_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_2/internal/Triangulation_line_face_circulator_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_2/internal/Triangulation_line_face_circulator_2.h $ // $Id: Triangulation_line_face_circulator_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_2.h cgal-5.5.1/include/CGAL/Triangulation_2.h --- cgal-5.5/include/CGAL/Triangulation_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_2.h $ // $Id: Triangulation_2.h 5945e48 2021-09-17T08:14:06+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_2_projection_traits_3.h cgal-5.5.1/include/CGAL/Triangulation_2_projection_traits_3.h --- cgal-5.5/include/CGAL/Triangulation_2_projection_traits_3.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_2_projection_traits_3.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_2_projection_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_2_projection_traits_3.h $ // $Id: Triangulation_2_projection_traits_3.h dacbd18 2021-08-30T12:35:34+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_2_to_lcc.h cgal-5.5.1/include/CGAL/Triangulation_2_to_lcc.h --- cgal-5.5/include/CGAL/Triangulation_2_to_lcc.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_2_to_lcc.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_2_to_lcc.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_2_to_lcc.h $ // $Id: Triangulation_2_to_lcc.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_2_traits_3.h cgal-5.5.1/include/CGAL/Triangulation_2_traits_3.h --- cgal-5.5/include/CGAL/Triangulation_2_traits_3.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_2_traits_3.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_2_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_2_traits_3.h $ // $Id: Triangulation_2_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_3/internal/Delaunay_triangulation_hierarchy_3.h cgal-5.5.1/include/CGAL/Triangulation_3/internal/Delaunay_triangulation_hierarchy_3.h --- cgal-5.5/include/CGAL/Triangulation_3/internal/Delaunay_triangulation_hierarchy_3.h 2022-07-13 19:07:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_3/internal/Delaunay_triangulation_hierarchy_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_3/internal/Delaunay_triangulation_hierarchy_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_3/internal/Delaunay_triangulation_hierarchy_3.h $ // $Id: Delaunay_triangulation_hierarchy_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_3/internal/Triangulation_segment_traverser_3_impl.h cgal-5.5.1/include/CGAL/Triangulation_3/internal/Triangulation_segment_traverser_3_impl.h --- cgal-5.5/include/CGAL/Triangulation_3/internal/Triangulation_segment_traverser_3_impl.h 2022-07-13 19:07:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_3/internal/Triangulation_segment_traverser_3_impl.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_3/internal/Triangulation_segment_traverser_3_impl.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_3/internal/Triangulation_segment_traverser_3_impl.h $ // $Id: Triangulation_segment_traverser_3_impl.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_3.h cgal-5.5.1/include/CGAL/Triangulation_3.h --- cgal-5.5/include/CGAL/Triangulation_3.h 2022-07-13 19:07:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_3.h $ // $Id: Triangulation_3.h c2fa2cb 2022-06-15T10:18:57+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_3_to_lcc.h cgal-5.5.1/include/CGAL/Triangulation_3_to_lcc.h --- cgal-5.5/include/CGAL/Triangulation_3_to_lcc.h 2022-07-13 19:07:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_3_to_lcc.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_3_to_lcc.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_3_to_lcc.h $ // $Id: Triangulation_3_to_lcc.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/triangulation_assertions.h cgal-5.5.1/include/CGAL/triangulation_assertions.h --- cgal-5.5/include/CGAL/triangulation_assertions.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/triangulation_assertions.h 2022-10-07 19:06:26.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/triangulation_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/triangulation_assertions.h $ // $Id: triangulation_assertions.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_cell_base_3.h cgal-5.5.1/include/CGAL/Triangulation_cell_base_3.h --- cgal-5.5/include/CGAL/Triangulation_cell_base_3.h 2022-07-13 19:07:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_cell_base_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_cell_base_3.h $ // $Id: Triangulation_cell_base_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_cell_base_with_info_3.h cgal-5.5.1/include/CGAL/Triangulation_cell_base_with_info_3.h --- cgal-5.5/include/CGAL/Triangulation_cell_base_with_info_3.h 2022-07-13 19:07:09.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_cell_base_with_info_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_cell_base_with_info_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_cell_base_with_info_3.h $ // $Id: Triangulation_cell_base_with_info_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_conformer_2.h cgal-5.5.1/include/CGAL/Triangulation_conformer_2.h --- cgal-5.5/include/CGAL/Triangulation_conformer_2.h 2022-07-13 19:05:36.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_conformer_2.h 2022-10-07 19:05:38.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Mesh_2/include/CGAL/Triangulation_conformer_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Mesh_2/include/CGAL/Triangulation_conformer_2.h $ // $Id: Triangulation_conformer_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_data_structure_2.h cgal-5.5.1/include/CGAL/Triangulation_data_structure_2.h --- cgal-5.5/include/CGAL/Triangulation_data_structure_2.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_data_structure_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/Triangulation_data_structure_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/Triangulation_data_structure_2.h $ // $Id: Triangulation_data_structure_2.h cc54df3 2022-04-26T08:15:51+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_data_structure_3.h cgal-5.5.1/include/CGAL/Triangulation_data_structure_3.h --- cgal-5.5/include/CGAL/Triangulation_data_structure_3.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_data_structure_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_3/include/CGAL/Triangulation_data_structure_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_3/include/CGAL/Triangulation_data_structure_3.h $ // $Id: Triangulation_data_structure_3.h cdbf0d7 2022-03-09T11:34:12+00:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_data_structure.h cgal-5.5.1/include/CGAL/Triangulation_data_structure.h --- cgal-5.5/include/CGAL/Triangulation_data_structure.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_data_structure.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,8 +3,8 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation_data_structure.h $ -// $Id: Triangulation_data_structure.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation_data_structure.h $ +// $Id: Triangulation_data_structure.h 29d543c 2022-10-04T09:16:32+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Samuel Hornus @@ -1364,6 +1364,7 @@ else read(is, index); s->set_vertex(j, vertices[index]); + s->vertex(j)->set_full_cell(s); } // read other non-combinatorial information for the full_cells is >> (*s); diff -Nru cgal-5.5/include/CGAL/Triangulation_data_structure_using_list_2.h cgal-5.5.1/include/CGAL/Triangulation_data_structure_using_list_2.h --- cgal-5.5/include/CGAL/Triangulation_data_structure_using_list_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_data_structure_using_list_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_data_structure_using_list_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_data_structure_using_list_2.h $ // $Id: Triangulation_data_structure_using_list_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_default_data_structure_2.h cgal-5.5.1/include/CGAL/Triangulation_default_data_structure_2.h --- cgal-5.5/include/CGAL/Triangulation_default_data_structure_2.h 2022-07-13 19:07:05.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_default_data_structure_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_default_data_structure_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_default_data_structure_2.h $ // $Id: Triangulation_default_data_structure_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_ds_cell_base_3.h cgal-5.5.1/include/CGAL/Triangulation_ds_cell_base_3.h --- cgal-5.5/include/CGAL/Triangulation_ds_cell_base_3.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_ds_cell_base_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_3/include/CGAL/Triangulation_ds_cell_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_3/include/CGAL/Triangulation_ds_cell_base_3.h $ // $Id: Triangulation_ds_cell_base_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_ds_circulators_2.h cgal-5.5.1/include/CGAL/Triangulation_ds_circulators_2.h --- cgal-5.5/include/CGAL/Triangulation_ds_circulators_2.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_ds_circulators_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/Triangulation_ds_circulators_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/Triangulation_ds_circulators_2.h $ // $Id: Triangulation_ds_circulators_2.h 74d8922 2020-04-20T15:25:40+02:00 Guillaume Damiand // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_ds_face_2.h cgal-5.5.1/include/CGAL/Triangulation_ds_face_2.h --- cgal-5.5/include/CGAL/Triangulation_ds_face_2.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_ds_face_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/Triangulation_ds_face_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/Triangulation_ds_face_2.h $ // $Id: Triangulation_ds_face_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_ds_face_base_2.h cgal-5.5.1/include/CGAL/Triangulation_ds_face_base_2.h --- cgal-5.5/include/CGAL/Triangulation_ds_face_base_2.h 2022-07-13 19:06:59.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_ds_face_base_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/Triangulation_ds_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/Triangulation_ds_face_base_2.h $ // $Id: Triangulation_ds_face_base_2.h cff3cdb 2021-08-12T10:23:57+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_ds_full_cell.h cgal-5.5.1/include/CGAL/Triangulation_ds_full_cell.h --- cgal-5.5/include/CGAL/Triangulation_ds_full_cell.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_ds_full_cell.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation_ds_full_cell.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation_ds_full_cell.h $ // $Id: Triangulation_ds_full_cell.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_ds_iterators_2.h cgal-5.5.1/include/CGAL/Triangulation_ds_iterators_2.h --- cgal-5.5/include/CGAL/Triangulation_ds_iterators_2.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_ds_iterators_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/Triangulation_ds_iterators_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/Triangulation_ds_iterators_2.h $ // $Id: Triangulation_ds_iterators_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_ds_vertex_2.h cgal-5.5.1/include/CGAL/Triangulation_ds_vertex_2.h --- cgal-5.5/include/CGAL/Triangulation_ds_vertex_2.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_ds_vertex_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/Triangulation_ds_vertex_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/Triangulation_ds_vertex_2.h $ // $Id: Triangulation_ds_vertex_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_ds_vertex_base_2.h cgal-5.5.1/include/CGAL/Triangulation_ds_vertex_base_2.h --- cgal-5.5/include/CGAL/Triangulation_ds_vertex_base_2.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_ds_vertex_base_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/Triangulation_ds_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/Triangulation_ds_vertex_base_2.h $ // $Id: Triangulation_ds_vertex_base_2.h d1a323c 2020-03-26T19:24:14+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_ds_vertex_base_3.h cgal-5.5.1/include/CGAL/Triangulation_ds_vertex_base_3.h --- cgal-5.5/include/CGAL/Triangulation_ds_vertex_base_3.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_ds_vertex_base_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_3/include/CGAL/Triangulation_ds_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_3/include/CGAL/Triangulation_ds_vertex_base_3.h $ // $Id: Triangulation_ds_vertex_base_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_ds_vertex.h cgal-5.5.1/include/CGAL/Triangulation_ds_vertex.h --- cgal-5.5/include/CGAL/Triangulation_ds_vertex.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_ds_vertex.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation_ds_vertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation_ds_vertex.h $ // $Id: Triangulation_ds_vertex.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_face_base_2.h cgal-5.5.1/include/CGAL/Triangulation_face_base_2.h --- cgal-5.5/include/CGAL/Triangulation_face_base_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_face_base_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_face_base_2.h $ // $Id: Triangulation_face_base_2.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_face_base_with_id_2.h cgal-5.5.1/include/CGAL/Triangulation_face_base_with_id_2.h --- cgal-5.5/include/CGAL/Triangulation_face_base_with_id_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_face_base_with_id_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_face_base_with_id_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_face_base_with_id_2.h $ // $Id: Triangulation_face_base_with_id_2.h 8bb22d5 2020-03-26T14:23:37+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_face_base_with_info_2.h cgal-5.5.1/include/CGAL/Triangulation_face_base_with_info_2.h --- cgal-5.5/include/CGAL/Triangulation_face_base_with_info_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_face_base_with_info_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_face_base_with_info_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_face_base_with_info_2.h $ // $Id: Triangulation_face_base_with_info_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_face.h cgal-5.5.1/include/CGAL/Triangulation_face.h --- cgal-5.5/include/CGAL/Triangulation_face.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_face.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation_face.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation_face.h $ // $Id: Triangulation_face.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_full_cell.h cgal-5.5.1/include/CGAL/Triangulation_full_cell.h --- cgal-5.5/include/CGAL/Triangulation_full_cell.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_full_cell.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation_full_cell.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation_full_cell.h $ // $Id: Triangulation_full_cell.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_geom_traits_3.h cgal-5.5.1/include/CGAL/Triangulation_geom_traits_3.h --- cgal-5.5/include/CGAL/Triangulation_geom_traits_3.h 2022-07-13 19:07:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_geom_traits_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_geom_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_geom_traits_3.h $ // $Id: Triangulation_geom_traits_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation.h cgal-5.5.1/include/CGAL/Triangulation.h --- cgal-5.5/include/CGAL/Triangulation.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation.h $ // $Id: Triangulation.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_hierarchy_2.h cgal-5.5.1/include/CGAL/Triangulation_hierarchy_2.h --- cgal-5.5/include/CGAL/Triangulation_hierarchy_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_hierarchy_2.h 2022-10-07 19:07:00.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_hierarchy_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_hierarchy_2.h $ // $Id: Triangulation_hierarchy_2.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_hierarchy_3.h cgal-5.5.1/include/CGAL/Triangulation_hierarchy_3.h --- cgal-5.5/include/CGAL/Triangulation_hierarchy_3.h 2022-07-13 19:07:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_hierarchy_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_hierarchy_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_hierarchy_3.h $ // $Id: Triangulation_hierarchy_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_hierarchy_vertex_base_2.h cgal-5.5.1/include/CGAL/Triangulation_hierarchy_vertex_base_2.h --- cgal-5.5/include/CGAL/Triangulation_hierarchy_vertex_base_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_hierarchy_vertex_base_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_hierarchy_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_hierarchy_vertex_base_2.h $ // $Id: Triangulation_hierarchy_vertex_base_2.h d1a323c 2020-03-26T19:24:14+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_hierarchy_vertex_base_3.h cgal-5.5.1/include/CGAL/Triangulation_hierarchy_vertex_base_3.h --- cgal-5.5/include/CGAL/Triangulation_hierarchy_vertex_base_3.h 2022-07-13 19:07:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_hierarchy_vertex_base_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_hierarchy_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_hierarchy_vertex_base_3.h $ // $Id: Triangulation_hierarchy_vertex_base_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_incremental_builder_3.h cgal-5.5.1/include/CGAL/Triangulation_incremental_builder_3.h --- cgal-5.5/include/CGAL/Triangulation_incremental_builder_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_incremental_builder_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/Triangulation_incremental_builder_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/Triangulation_incremental_builder_3.h $ // $Id: Triangulation_incremental_builder_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_on_sphere_2/internal/arc_on_sphere_2_subsampling.h cgal-5.5.1/include/CGAL/Triangulation_on_sphere_2/internal/arc_on_sphere_2_subsampling.h --- cgal-5.5/include/CGAL/Triangulation_on_sphere_2/internal/arc_on_sphere_2_subsampling.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_on_sphere_2/internal/arc_on_sphere_2_subsampling.h 2022-10-07 19:07:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2/internal/arc_on_sphere_2_subsampling.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2/internal/arc_on_sphere_2_subsampling.h $ // $Id: arc_on_sphere_2_subsampling.h 8de892f 2021-05-12T10:05:26+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_on_sphere_2/internal/get_precision_bounds.h cgal-5.5.1/include/CGAL/Triangulation_on_sphere_2/internal/get_precision_bounds.h --- cgal-5.5/include/CGAL/Triangulation_on_sphere_2/internal/get_precision_bounds.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_on_sphere_2/internal/get_precision_bounds.h 2022-10-07 19:07:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2/internal/get_precision_bounds.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2/internal/get_precision_bounds.h $ // $Id: get_precision_bounds.h bd5a54e 2021-03-24T13:30:58+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_on_sphere_2/IO/OFF.h cgal-5.5.1/include/CGAL/Triangulation_on_sphere_2/IO/OFF.h --- cgal-5.5/include/CGAL/Triangulation_on_sphere_2/IO/OFF.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_on_sphere_2/IO/OFF.h 2022-10-07 19:07:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2/IO/OFF.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2/IO/OFF.h $ // $Id: OFF.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_on_sphere_2.h cgal-5.5.1/include/CGAL/Triangulation_on_sphere_2.h --- cgal-5.5/include/CGAL/Triangulation_on_sphere_2.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_on_sphere_2.h 2022-10-07 19:07:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2.h $ // $Id: Triangulation_on_sphere_2.h d871728 2021-07-23T13:09:37+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_on_sphere_face_base_2.h cgal-5.5.1/include/CGAL/Triangulation_on_sphere_face_base_2.h --- cgal-5.5/include/CGAL/Triangulation_on_sphere_face_base_2.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_on_sphere_face_base_2.h 2022-10-07 19:07:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_face_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_face_base_2.h $ // $Id: Triangulation_on_sphere_face_base_2.h 640dffc 2021-01-31T12:31:06+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_on_sphere_vertex_base_2.h cgal-5.5.1/include/CGAL/Triangulation_on_sphere_vertex_base_2.h --- cgal-5.5/include/CGAL/Triangulation_on_sphere_vertex_base_2.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_on_sphere_vertex_base_2.h 2022-10-07 19:07:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_vertex_base_2.h $ // $Id: Triangulation_on_sphere_vertex_base_2.h cdcc86a 2021-03-22T22:18:22+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_segment_traverser_3.h cgal-5.5.1/include/CGAL/Triangulation_segment_traverser_3.h --- cgal-5.5/include/CGAL/Triangulation_segment_traverser_3.h 2022-07-13 19:07:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_segment_traverser_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_segment_traverser_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_segment_traverser_3.h $ // $Id: Triangulation_segment_traverser_3.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_simplex_3.h cgal-5.5.1/include/CGAL/Triangulation_simplex_3.h --- cgal-5.5/include/CGAL/Triangulation_simplex_3.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_simplex_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_3/include/CGAL/Triangulation_simplex_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_3/include/CGAL/Triangulation_simplex_3.h $ // $Id: Triangulation_simplex_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_sphere_line_face_circulator_2.h cgal-5.5.1/include/CGAL/Triangulation_sphere_line_face_circulator_2.h --- cgal-5.5/include/CGAL/Triangulation_sphere_line_face_circulator_2.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_sphere_line_face_circulator_2.h 2022-10-07 19:07:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_on_sphere_2/include/CGAL/Triangulation_sphere_line_face_circulator_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_on_sphere_2/include/CGAL/Triangulation_sphere_line_face_circulator_2.h $ // $Id: Triangulation_sphere_line_face_circulator_2.h 23658a0 2021-03-20T19:56:10+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_structural_filtering_traits.h cgal-5.5.1/include/CGAL/Triangulation_structural_filtering_traits.h --- cgal-5.5/include/CGAL/Triangulation_structural_filtering_traits.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_structural_filtering_traits.h 2022-10-07 19:05:27.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Triangulation_structural_filtering_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Triangulation_structural_filtering_traits.h $ // $Id: Triangulation_structural_filtering_traits.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_utils_2.h cgal-5.5.1/include/CGAL/Triangulation_utils_2.h --- cgal-5.5/include/CGAL/Triangulation_utils_2.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_utils_2.h 2022-10-07 19:06:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_2/include/CGAL/Triangulation_utils_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_2/include/CGAL/Triangulation_utils_2.h $ // $Id: Triangulation_utils_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_utils_3.h cgal-5.5.1/include/CGAL/Triangulation_utils_3.h --- cgal-5.5/include/CGAL/Triangulation_utils_3.h 2022-07-13 19:07:00.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_utils_3.h 2022-10-07 19:06:56.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/TDS_3/include/CGAL/Triangulation_utils_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/TDS_3/include/CGAL/Triangulation_utils_3.h $ // $Id: Triangulation_utils_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_vertex_base_2.h cgal-5.5.1/include/CGAL/Triangulation_vertex_base_2.h --- cgal-5.5/include/CGAL/Triangulation_vertex_base_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_vertex_base_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_vertex_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_vertex_base_2.h $ // $Id: Triangulation_vertex_base_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_vertex_base_3.h cgal-5.5.1/include/CGAL/Triangulation_vertex_base_3.h --- cgal-5.5/include/CGAL/Triangulation_vertex_base_3.h 2022-07-13 19:07:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_vertex_base_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_vertex_base_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_vertex_base_3.h $ // $Id: Triangulation_vertex_base_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_vertex_base_with_id_2.h cgal-5.5.1/include/CGAL/Triangulation_vertex_base_with_id_2.h --- cgal-5.5/include/CGAL/Triangulation_vertex_base_with_id_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_vertex_base_with_id_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -2,7 +2,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_vertex_base_with_id_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_vertex_base_with_id_2.h $ // $Id: Triangulation_vertex_base_with_id_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_vertex_base_with_info_2.h cgal-5.5.1/include/CGAL/Triangulation_vertex_base_with_info_2.h --- cgal-5.5/include/CGAL/Triangulation_vertex_base_with_info_2.h 2022-07-13 19:07:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_vertex_base_with_info_2.h 2022-10-07 19:07:01.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_2/include/CGAL/Triangulation_vertex_base_with_info_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_2/include/CGAL/Triangulation_vertex_base_with_info_2.h $ // $Id: Triangulation_vertex_base_with_info_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_vertex_base_with_info_3.h cgal-5.5.1/include/CGAL/Triangulation_vertex_base_with_info_3.h --- cgal-5.5/include/CGAL/Triangulation_vertex_base_with_info_3.h 2022-07-13 19:07:10.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_vertex_base_with_info_3.h 2022-10-07 19:07:04.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation_3/include/CGAL/Triangulation_vertex_base_with_info_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation_3/include/CGAL/Triangulation_vertex_base_with_info_3.h $ // $Id: Triangulation_vertex_base_with_info_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Triangulation_vertex.h cgal-5.5.1/include/CGAL/Triangulation_vertex.h --- cgal-5.5/include/CGAL/Triangulation_vertex.h 2022-07-13 19:07:03.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Triangulation_vertex.h 2022-10-07 19:06:58.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Triangulation/include/CGAL/Triangulation_vertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Triangulation/include/CGAL/Triangulation_vertex.h $ // $Id: Triangulation_vertex.h 2d18b6e 2020-08-26T11:30:59+02:00 Marc Glisse // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Trisegment_2.h cgal-5.5.1/include/CGAL/Trisegment_2.h --- cgal-5.5/include/CGAL/Trisegment_2.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Trisegment_2.h 2022-10-07 19:06:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Trisegment_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Trisegment_2.h $ // $Id: Trisegment_2.h b43e578 2020-11-27T14:00:24+01:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/tss.h cgal-5.5.1/include/CGAL/tss.h --- cgal-5.5/include/CGAL/tss.h 2022-07-13 19:05:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/tss.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/tss.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/tss.h $ // $Id: tss.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial diff -Nru cgal-5.5/include/CGAL/tuple.h cgal-5.5.1/include/CGAL/tuple.h --- cgal-5.5/include/CGAL/tuple.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/tuple.h 2022-10-07 19:06:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/tuple.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/tuple.h $ // $Id: tuple.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Twotuple.h cgal-5.5.1/include/CGAL/Twotuple.h --- cgal-5.5/include/CGAL/Twotuple.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Twotuple.h 2022-10-07 19:06:25.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Twotuple.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Twotuple.h $ // $Id: Twotuple.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/typeset.h cgal-5.5.1/include/CGAL/typeset.h --- cgal-5.5/include/CGAL/typeset.h 2022-07-13 19:05:52.000000000 +0000 +++ cgal-5.5.1/include/CGAL/typeset.h 2022-10-07 19:05:52.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/NewKernel_d/include/CGAL/typeset.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/NewKernel_d/include/CGAL/typeset.h $ // $Id: typeset.h 822bc55 2020-03-27T08:28:48+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/type_traits.h cgal-5.5.1/include/CGAL/type_traits.h --- cgal-5.5/include/CGAL/type_traits.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/type_traits.h 2022-10-07 19:06:26.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/type_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/type_traits.h $ // $Id: type_traits.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Umbilics.h cgal-5.5.1/include/CGAL/Umbilics.h --- cgal-5.5/include/CGAL/Umbilics.h 2022-07-13 19:06:25.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Umbilics.h 2022-10-07 19:06:23.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Ridges_3/include/CGAL/Umbilics.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Ridges_3/include/CGAL/Umbilics.h $ // $Id: Umbilics.h 1faa0e2 2021-04-28T10:55:26+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Uncertain.h cgal-5.5.1/include/CGAL/Uncertain.h --- cgal-5.5/include/CGAL/Uncertain.h 2022-07-13 19:06:28.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Uncertain.h 2022-10-07 19:06:25.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/Uncertain.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/Uncertain.h $ // $Id: Uncertain.h 6acb3a1 2022-07-11T10:35:09+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Unfiltered_predicate_adaptor.h cgal-5.5.1/include/CGAL/Unfiltered_predicate_adaptor.h --- cgal-5.5/include/CGAL/Unfiltered_predicate_adaptor.h 2022-07-13 19:06:46.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Unfiltered_predicate_adaptor.h 2022-10-07 19:06:43.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Straight_skeleton_2/include/CGAL/Unfiltered_predicate_adaptor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Straight_skeleton_2/include/CGAL/Unfiltered_predicate_adaptor.h $ // $Id: Unfiltered_predicate_adaptor.h 655d427 2020-09-11T15:00:12+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Union_find.h cgal-5.5.1/include/CGAL/Union_find.h --- cgal-5.5/include/CGAL/Union_find.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Union_find.h 2022-10-07 19:07:06.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Union_find/include/CGAL/Union_find.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Union_find/include/CGAL/Union_find.h $ // $Id: Union_find.h fcd4e57 2020-05-22T11:29:03+02:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Union_of_balls_3.h cgal-5.5.1/include/CGAL/Union_of_balls_3.h --- cgal-5.5/include/CGAL/Union_of_balls_3.h 2022-07-13 19:06:41.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Union_of_balls_3.h 2022-10-07 19:06:37.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Skin_surface_3/include/CGAL/Union_of_balls_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Skin_surface_3/include/CGAL/Union_of_balls_3.h $ // $Id: Union_of_balls_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Unique_hash_map.h cgal-5.5.1/include/CGAL/Unique_hash_map.h --- cgal-5.5/include/CGAL/Unique_hash_map.h 2022-07-13 19:05:07.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Unique_hash_map.h 2022-10-07 19:05:10.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Hash_map/include/CGAL/Unique_hash_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Hash_map/include/CGAL/Unique_hash_map.h $ // $Id: Unique_hash_map.h 3207dfe 2022-04-06T16:05:54+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/use.h cgal-5.5.1/include/CGAL/use.h --- cgal-5.5/include/CGAL/use.h 2022-07-13 19:05:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/use.h 2022-10-07 19:05:17.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/use.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/use.h $ // $Id: use.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/user_classes.h cgal-5.5.1/include/CGAL/user_classes.h --- cgal-5.5/include/CGAL/user_classes.h 2022-07-13 19:05:25.000000000 +0000 +++ cgal-5.5.1/include/CGAL/user_classes.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/user_classes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/user_classes.h $ // $Id: user_classes.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/utility.h cgal-5.5.1/include/CGAL/utility.h --- cgal-5.5/include/CGAL/utility.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/utility.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/utility.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/utility.h $ // $Id: utility.h 4ffc949 2022-02-03T17:11:20+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/utils_classes.h cgal-5.5.1/include/CGAL/utils_classes.h --- cgal-5.5/include/CGAL/utils_classes.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/utils_classes.h 2022-10-07 19:05:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/utils_classes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/utils_classes.h $ // $Id: utils_classes.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/utils.h cgal-5.5.1/include/CGAL/utils.h --- cgal-5.5/include/CGAL/utils.h 2022-07-13 19:05:56.000000000 +0000 +++ cgal-5.5.1/include/CGAL/utils.h 2022-10-07 19:05:55.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Number_types/include/CGAL/utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Number_types/include/CGAL/utils.h $ // $Id: utils.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/value_type_traits.h cgal-5.5.1/include/CGAL/value_type_traits.h --- cgal-5.5/include/CGAL/value_type_traits.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/value_type_traits.h 2022-10-07 19:06:26.000000000 +0000 @@ -4,7 +4,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/value_type_traits.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/value_type_traits.h $ // $Id: value_type_traits.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Variational_shape_approximation.h cgal-5.5.1/include/CGAL/Variational_shape_approximation.h --- cgal-5.5/include/CGAL/Variational_shape_approximation.h 2022-07-13 19:06:50.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Variational_shape_approximation.h 2022-10-07 19:06:46.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesh_approximation/include/CGAL/Variational_shape_approximation.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesh_approximation/include/CGAL/Variational_shape_approximation.h $ // $Id: Variational_shape_approximation.h 389ef8e 2022-05-17T10:51:32+01:00 Andreas Fabri // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/vcm_estimate_edges.h cgal-5.5.1/include/CGAL/vcm_estimate_edges.h --- cgal-5.5/include/CGAL/vcm_estimate_edges.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/vcm_estimate_edges.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/vcm_estimate_edges.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/vcm_estimate_edges.h $ // $Id: vcm_estimate_edges.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/vcm_estimate_normals.h cgal-5.5.1/include/CGAL/vcm_estimate_normals.h --- cgal-5.5/include/CGAL/vcm_estimate_normals.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/vcm_estimate_normals.h 2022-10-07 19:06:05.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h $ // $Id: vcm_estimate_normals.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Vector_2.h cgal-5.5.1/include/CGAL/Vector_2.h --- cgal-5.5/include/CGAL/Vector_2.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Vector_2.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Vector_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Vector_2.h $ // $Id: Vector_2.h 2884569 2022-04-27T16:32:06+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Vector_3.h cgal-5.5.1/include/CGAL/Vector_3.h --- cgal-5.5/include/CGAL/Vector_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Vector_3.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Vector_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Vector_3.h $ // $Id: Vector_3.h 2884569 2022-04-27T16:32:06+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/vector.h cgal-5.5.1/include/CGAL/vector.h --- cgal-5.5/include/CGAL/vector.h 2022-07-13 19:06:29.000000000 +0000 +++ cgal-5.5.1/include/CGAL/vector.h 2022-10-07 19:06:26.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/STL_Extension/include/CGAL/vector.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/STL_Extension/include/CGAL/vector.h $ // $Id: vector.h b42bbde 2021-05-05T06:46:57+01:00 Giles Bathgate // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/version.h cgal-5.5.1/include/CGAL/version.h --- cgal-5.5/include/CGAL/version.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/version.h 2022-10-07 19:07:09.000000000 +0000 @@ -7,8 +7,8 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/version.h $ -// $Id: version.h 10f5fa4 2022-06-29T14:52:29+02:00 Laurent Rineau +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/version.h $ +// $Id: version.h 0921b1c 2022-07-15T17:09:13+02:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : - @@ -17,12 +17,12 @@ #define CGAL_VERSION_H #ifndef SWIG -#define CGAL_VERSION 5.5 -#define CGAL_GIT_HASH 80c30e4c79f1bb34673cdcfa22d8498d7c09967c +#define CGAL_VERSION 5.5.1 +#define CGAL_GIT_HASH a1ae234fa258b054275bde38cc38dde552c50993 #endif -#define CGAL_VERSION_NR 1050501000 +#define CGAL_VERSION_NR 1050511000 #define CGAL_SVN_REVISION 99999 -#define CGAL_RELEASE_DATE 20220713 +#define CGAL_RELEASE_DATE 20221007 #include diff -Nru cgal-5.5/include/CGAL/version_macros.h cgal-5.5.1/include/CGAL/version_macros.h --- cgal-5.5/include/CGAL/version_macros.h 2022-07-13 19:05:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/version_macros.h 2022-10-07 19:05:17.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Installation/include/CGAL/version_macros.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Installation/include/CGAL/version_macros.h $ // $Id: version_macros.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Vertex2Data_Property_Map_with_std_map.h cgal-5.5.1/include/CGAL/Vertex2Data_Property_Map_with_std_map.h --- cgal-5.5/include/CGAL/Vertex2Data_Property_Map_with_std_map.h 2022-07-13 19:06:25.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Vertex2Data_Property_Map_with_std_map.h 2022-10-07 19:06:23.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Ridges_3/include/CGAL/Vertex2Data_Property_Map_with_std_map.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Ridges_3/include/CGAL/Vertex2Data_Property_Map_with_std_map.h $ // $Id: Vertex2Data_Property_Map_with_std_map.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Visibility_2/visibility_utils.h cgal-5.5.1/include/CGAL/Visibility_2/visibility_utils.h --- cgal-5.5/include/CGAL/Visibility_2/visibility_utils.h 2022-07-13 19:07:11.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Visibility_2/visibility_utils.h 2022-10-07 19:07:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Visibility_2/include/CGAL/Visibility_2/visibility_utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Visibility_2/include/CGAL/Visibility_2/visibility_utils.h $ // $Id: visibility_utils.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Accessor.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Accessor.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Accessor.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Accessor.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Accessor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Accessor.h $ // $Id: Accessor.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Adaptation_traits_base_2.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Adaptation_traits_base_2.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Adaptation_traits_base_2.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Adaptation_traits_base_2.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Adaptation_traits_base_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Adaptation_traits_base_2.h $ // $Id: Adaptation_traits_base_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h $ // $Id: Adaptation_traits_functors.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Apollonius_graph_degeneracy_testers.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Apollonius_graph_degeneracy_testers.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Apollonius_graph_degeneracy_testers.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Apollonius_graph_degeneracy_testers.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Apollonius_graph_degeneracy_testers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Apollonius_graph_degeneracy_testers.h $ // $Id: Apollonius_graph_degeneracy_testers.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Apollonius_graph_nearest_site_2.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Apollonius_graph_nearest_site_2.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Apollonius_graph_nearest_site_2.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Apollonius_graph_nearest_site_2.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Apollonius_graph_nearest_site_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Apollonius_graph_nearest_site_2.h $ // $Id: Apollonius_graph_nearest_site_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/basic.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/basic.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/basic.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/basic.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/basic.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/basic.h $ // $Id: basic.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Cached_degeneracy_testers.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Cached_degeneracy_testers.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Cached_degeneracy_testers.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Cached_degeneracy_testers.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Cached_degeneracy_testers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Cached_degeneracy_testers.h $ // $Id: Cached_degeneracy_testers.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Circulator_adaptors.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Circulator_adaptors.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Circulator_adaptors.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Circulator_adaptors.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Circulator_adaptors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Circulator_adaptors.h $ // $Id: Circulator_adaptors.h 2e47630 2021-11-10T09:28:05+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Connected_components.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Connected_components.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Connected_components.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Connected_components.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Connected_components.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Connected_components.h $ // $Id: Connected_components.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Construct_dual_points.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Construct_dual_points.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Construct_dual_points.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Construct_dual_points.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Construct_dual_points.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Construct_dual_points.h $ // $Id: Construct_dual_points.h 942d461 2021-05-05T16:59:22+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Default_site_inserters.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Default_site_inserters.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Default_site_inserters.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Default_site_inserters.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Default_site_inserters.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Default_site_inserters.h $ // $Id: Default_site_inserters.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Default_site_removers.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Default_site_removers.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Default_site_removers.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Default_site_removers.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Default_site_removers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Default_site_removers.h $ // $Id: Default_site_removers.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h $ // $Id: Degeneracy_tester_binders.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_degeneracy_testers.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_degeneracy_testers.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_degeneracy_testers.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_degeneracy_testers.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_degeneracy_testers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_degeneracy_testers.h $ // $Id: Delaunay_triangulation_degeneracy_testers.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_nearest_site_2.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_nearest_site_2.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_nearest_site_2.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_nearest_site_2.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_nearest_site_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_nearest_site_2.h $ // $Id: Delaunay_triangulation_nearest_site_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_on_sphere_degeneracy_testers.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_on_sphere_degeneracy_testers.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_on_sphere_degeneracy_testers.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_on_sphere_degeneracy_testers.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_on_sphere_degeneracy_testers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_on_sphere_degeneracy_testers.h $ // $Id: Delaunay_triangulation_on_sphere_degeneracy_testers.h 326a055 2021-07-06T10:11:49+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Dummy_iterator.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Dummy_iterator.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Dummy_iterator.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Dummy_iterator.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Dummy_iterator.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Dummy_iterator.h $ // $Id: Dummy_iterator.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Edge_less.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Edge_less.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Edge_less.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Edge_less.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Edge_less.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Edge_less.h $ // $Id: Edge_less.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Face.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Face.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Face.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Face.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Face.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Face.h $ // $Id: Face.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Finder_classes.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Finder_classes.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Finder_classes.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Finder_classes.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Finder_classes.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Finder_classes.h $ // $Id: Finder_classes.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Halfedge.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Halfedge.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Halfedge.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Halfedge.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Halfedge.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Halfedge.h $ // $Id: Halfedge.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h $ // $Id: Handle_adaptor.h aea0bdd 2021-09-13T09:33:35+02:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Identity_rejectors.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Identity_rejectors.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Identity_rejectors.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Identity_rejectors.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Identity_rejectors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Identity_rejectors.h $ // $Id: Identity_rejectors.h 3816336 2021-04-29T23:24:40+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Iterator_adaptors.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Iterator_adaptors.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Iterator_adaptors.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Iterator_adaptors.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Iterator_adaptors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Iterator_adaptors.h $ // $Id: Iterator_adaptors.h 2e47630 2021-11-10T09:28:05+01:00 Laurent Rineau // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Policy_base.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Policy_base.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Policy_base.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Policy_base.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Policy_base.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Policy_base.h $ // $Id: Policy_base.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Regular_triangulation_degeneracy_testers.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Regular_triangulation_degeneracy_testers.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Regular_triangulation_degeneracy_testers.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Regular_triangulation_degeneracy_testers.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Regular_triangulation_degeneracy_testers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Regular_triangulation_degeneracy_testers.h $ // $Id: Regular_triangulation_degeneracy_testers.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Regular_triangulation_nearest_site_2.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Regular_triangulation_nearest_site_2.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Regular_triangulation_nearest_site_2.h 2022-07-13 19:07:13.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Regular_triangulation_nearest_site_2.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Regular_triangulation_nearest_site_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Regular_triangulation_nearest_site_2.h $ // $Id: Regular_triangulation_nearest_site_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_degeneracy_testers.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_degeneracy_testers.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_degeneracy_testers.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_degeneracy_testers.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_degeneracy_testers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_degeneracy_testers.h $ // $Id: Segment_Delaunay_graph_degeneracy_testers.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_nearest_site_2.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_nearest_site_2.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_nearest_site_2.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_nearest_site_2.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_nearest_site_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_nearest_site_2.h $ // $Id: Segment_Delaunay_graph_nearest_site_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Site_accessors.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Site_accessors.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Site_accessors.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Site_accessors.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Site_accessors.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Site_accessors.h $ // $Id: Site_accessors.h 942d461 2021-05-05T16:59:22+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Unbounded_edges.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Unbounded_edges.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Unbounded_edges.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Unbounded_edges.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Unbounded_edges.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Unbounded_edges.h $ // $Id: Unbounded_edges.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Unbounded_faces.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Unbounded_faces.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Unbounded_faces.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Unbounded_faces.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Unbounded_faces.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Unbounded_faces.h $ // $Id: Unbounded_faces.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Validity_testers.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Validity_testers.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Validity_testers.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Validity_testers.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Validity_testers.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Validity_testers.h $ // $Id: Validity_testers.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2/Vertex.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Vertex.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2/Vertex.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2/Vertex.h 2022-10-07 19:07:08.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Vertex.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Vertex.h $ // $Id: Vertex.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_diagram_2.h cgal-5.5.1/include/CGAL/Voronoi_diagram_2.h --- cgal-5.5/include/CGAL/Voronoi_diagram_2.h 2022-07-13 19:07:12.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_diagram_2.h 2022-10-07 19:07:07.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2.h $ // $Id: Voronoi_diagram_2.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Voronoi_intersection_2_traits_3.h cgal-5.5.1/include/CGAL/Voronoi_intersection_2_traits_3.h --- cgal-5.5/include/CGAL/Voronoi_intersection_2_traits_3.h 2022-07-13 19:05:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Voronoi_intersection_2_traits_3.h 2022-10-07 19:05:18.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Interpolation/include/CGAL/Voronoi_intersection_2_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Interpolation/include/CGAL/Voronoi_intersection_2_traits_3.h $ // $Id: Voronoi_intersection_2_traits_3.h 254d60f 2019-10-19T15:23:19+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/vtkSurfaceMesherContourFilter.h cgal-5.5.1/include/CGAL/vtkSurfaceMesherContourFilter.h --- cgal-5.5/include/CGAL/vtkSurfaceMesherContourFilter.h 2022-07-13 19:06:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/vtkSurfaceMesherContourFilter.h 2022-10-07 19:06:54.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Surface_mesher/include/CGAL/vtkSurfaceMesherContourFilter.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Surface_mesher/include/CGAL/vtkSurfaceMesherContourFilter.h $ // $Id: vtkSurfaceMesherContourFilter.h e9d41d7 2020-04-21T10:03:00+02:00 Maxime Gimeno // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weighted_Minkowski_distance.h cgal-5.5.1/include/CGAL/Weighted_Minkowski_distance.h --- cgal-5.5/include/CGAL/Weighted_Minkowski_distance.h 2022-07-13 19:06:44.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weighted_Minkowski_distance.h 2022-10-07 19:06:40.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Spatial_searching/include/CGAL/Weighted_Minkowski_distance.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Spatial_searching/include/CGAL/Weighted_Minkowski_distance.h $ // $Id: Weighted_Minkowski_distance.h 98e4718 2021-08-26T11:33:39+02:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weighted_point_2.h cgal-5.5.1/include/CGAL/Weighted_point_2.h --- cgal-5.5/include/CGAL/Weighted_point_2.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weighted_point_2.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Weighted_point_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Weighted_point_2.h $ // $Id: Weighted_point_2.h e7357ac 2021-07-19T14:53:27+02:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weighted_point_3.h cgal-5.5.1/include/CGAL/Weighted_point_3.h --- cgal-5.5/include/CGAL/Weighted_point_3.h 2022-07-13 19:05:24.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weighted_point_3.h 2022-10-07 19:05:27.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Kernel_23/include/CGAL/Weighted_point_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Kernel_23/include/CGAL/Weighted_point_3.h $ // $Id: Weighted_point_3.h e7357ac 2021-07-19T14:53:27+02:00 Marc Glisse // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/authalic_weights.h cgal-5.5.1/include/CGAL/Weights/authalic_weights.h --- cgal-5.5/include/CGAL/Weights/authalic_weights.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/authalic_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/authalic_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/authalic_weights.h $ // $Id: authalic_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/barycentric_region_weights.h cgal-5.5.1/include/CGAL/Weights/barycentric_region_weights.h --- cgal-5.5/include/CGAL/Weights/barycentric_region_weights.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/barycentric_region_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/barycentric_region_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/barycentric_region_weights.h $ // $Id: barycentric_region_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/cotangent_weights.h cgal-5.5.1/include/CGAL/Weights/cotangent_weights.h --- cgal-5.5/include/CGAL/Weights/cotangent_weights.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/cotangent_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/cotangent_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/cotangent_weights.h $ // $Id: cotangent_weights.h 62936f8 2022-06-13T17:01:35+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/discrete_harmonic_weights.h cgal-5.5.1/include/CGAL/Weights/discrete_harmonic_weights.h --- cgal-5.5/include/CGAL/Weights/discrete_harmonic_weights.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/discrete_harmonic_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/discrete_harmonic_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/discrete_harmonic_weights.h $ // $Id: discrete_harmonic_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/internal/pmp_weights_deprecated.h cgal-5.5.1/include/CGAL/Weights/internal/pmp_weights_deprecated.h --- cgal-5.5/include/CGAL/Weights/internal/pmp_weights_deprecated.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/internal/pmp_weights_deprecated.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/internal/pmp_weights_deprecated.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/internal/pmp_weights_deprecated.h $ // $Id: pmp_weights_deprecated.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/internal/polygon_utils_2.h cgal-5.5.1/include/CGAL/Weights/internal/polygon_utils_2.h --- cgal-5.5/include/CGAL/Weights/internal/polygon_utils_2.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/internal/polygon_utils_2.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/internal/polygon_utils_2.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/internal/polygon_utils_2.h $ // $Id: polygon_utils_2.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/internal/utils.h cgal-5.5.1/include/CGAL/Weights/internal/utils.h --- cgal-5.5/include/CGAL/Weights/internal/utils.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/internal/utils.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/internal/utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/internal/utils.h $ // $Id: utils.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/inverse_distance_weights.h cgal-5.5.1/include/CGAL/Weights/inverse_distance_weights.h --- cgal-5.5/include/CGAL/Weights/inverse_distance_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/inverse_distance_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/inverse_distance_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/inverse_distance_weights.h $ // $Id: inverse_distance_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/mean_value_weights.h cgal-5.5.1/include/CGAL/Weights/mean_value_weights.h --- cgal-5.5/include/CGAL/Weights/mean_value_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/mean_value_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/mean_value_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/mean_value_weights.h $ // $Id: mean_value_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/mixed_voronoi_region_weights.h cgal-5.5.1/include/CGAL/Weights/mixed_voronoi_region_weights.h --- cgal-5.5/include/CGAL/Weights/mixed_voronoi_region_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/mixed_voronoi_region_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/mixed_voronoi_region_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/mixed_voronoi_region_weights.h $ // $Id: mixed_voronoi_region_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/shepard_weights.h cgal-5.5.1/include/CGAL/Weights/shepard_weights.h --- cgal-5.5/include/CGAL/Weights/shepard_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/shepard_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/shepard_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/shepard_weights.h $ // $Id: shepard_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/tangent_weights.h cgal-5.5.1/include/CGAL/Weights/tangent_weights.h --- cgal-5.5/include/CGAL/Weights/tangent_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/tangent_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/tangent_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/tangent_weights.h $ // $Id: tangent_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/three_point_family_weights.h cgal-5.5.1/include/CGAL/Weights/three_point_family_weights.h --- cgal-5.5/include/CGAL/Weights/three_point_family_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/three_point_family_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/three_point_family_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/three_point_family_weights.h $ // $Id: three_point_family_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/triangular_region_weights.h cgal-5.5.1/include/CGAL/Weights/triangular_region_weights.h --- cgal-5.5/include/CGAL/Weights/triangular_region_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/triangular_region_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/triangular_region_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/triangular_region_weights.h $ // $Id: triangular_region_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/uniform_region_weights.h cgal-5.5.1/include/CGAL/Weights/uniform_region_weights.h --- cgal-5.5/include/CGAL/Weights/uniform_region_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/uniform_region_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/uniform_region_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/uniform_region_weights.h $ // $Id: uniform_region_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/uniform_weights.h cgal-5.5.1/include/CGAL/Weights/uniform_weights.h --- cgal-5.5/include/CGAL/Weights/uniform_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/uniform_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/uniform_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/uniform_weights.h $ // $Id: uniform_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/utils.h cgal-5.5.1/include/CGAL/Weights/utils.h --- cgal-5.5/include/CGAL/Weights/utils.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/utils.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/utils.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/utils.h $ // $Id: utils.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/voronoi_region_weights.h cgal-5.5.1/include/CGAL/Weights/voronoi_region_weights.h --- cgal-5.5/include/CGAL/Weights/voronoi_region_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/voronoi_region_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/voronoi_region_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/voronoi_region_weights.h $ // $Id: voronoi_region_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights/wachspress_weights.h cgal-5.5.1/include/CGAL/Weights/wachspress_weights.h --- cgal-5.5/include/CGAL/Weights/wachspress_weights.h 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights/wachspress_weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights/wachspress_weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights/wachspress_weights.h $ // $Id: wachspress_weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Weights.h cgal-5.5.1/include/CGAL/Weights.h --- cgal-5.5/include/CGAL/Weights.h 2022-07-13 19:07:14.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Weights.h 2022-10-07 19:07:09.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Weights/include/CGAL/Weights.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Weights/include/CGAL/Weights.h $ // $Id: Weights.h 12bf0e9 2021-10-18T17:31:59+02:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Width_3.h cgal-5.5.1/include/CGAL/Width_3.h --- cgal-5.5/include/CGAL/Width_3.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Width_3.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polytope_distance_d/include/CGAL/Width_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polytope_distance_d/include/CGAL/Width_3.h $ // $Id: Width_3.h 521c72d 2021-10-04T13:22:00+02:00 Mael Rouxel-Labbé // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/width_assertions.h cgal-5.5.1/include/CGAL/width_assertions.h --- cgal-5.5/include/CGAL/width_assertions.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/width_assertions.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polytope_distance_d/include/CGAL/width_assertions.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polytope_distance_d/include/CGAL/width_assertions.h $ // $Id: width_assertions.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Width_default_traits_3.h cgal-5.5.1/include/CGAL/Width_default_traits_3.h --- cgal-5.5/include/CGAL/Width_default_traits_3.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Width_default_traits_3.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polytope_distance_d/include/CGAL/Width_default_traits_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polytope_distance_d/include/CGAL/Width_default_traits_3.h $ // $Id: Width_default_traits_3.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/Width_polyhedron_3.h cgal-5.5.1/include/CGAL/Width_polyhedron_3.h --- cgal-5.5/include/CGAL/Width_polyhedron_3.h 2022-07-13 19:06:22.000000000 +0000 +++ cgal-5.5.1/include/CGAL/Width_polyhedron_3.h 2022-10-07 19:06:19.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Polytope_distance_d/include/CGAL/Width_polyhedron_3.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Polytope_distance_d/include/CGAL/Width_polyhedron_3.h $ // $Id: Width_polyhedron_3.h 5a36ff8 2020-12-04T08:02:26+00:00 Giles Bathgate // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/wlop_simplify_and_regularize_point_set.h cgal-5.5.1/include/CGAL/wlop_simplify_and_regularize_point_set.h --- cgal-5.5/include/CGAL/wlop_simplify_and_regularize_point_set.h 2022-07-13 19:06:06.000000000 +0000 +++ cgal-5.5.1/include/CGAL/wlop_simplify_and_regularize_point_set.h 2022-10-07 19:06:06.000000000 +0000 @@ -3,7 +3,7 @@ // // This file is part of CGAL (www.cgal.org). // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Point_set_processing_3/include/CGAL/wlop_simplify_and_regularize_point_set.h $ // $Id: wlop_simplify_and_regularize_point_set.h 75b03e6 2022-01-10T15:33:04+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/include/CGAL/wmult.h cgal-5.5.1/include/CGAL/wmult.h --- cgal-5.5/include/CGAL/wmult.h 2022-07-13 19:04:58.000000000 +0000 +++ cgal-5.5.1/include/CGAL/wmult.h 2022-10-07 19:05:02.000000000 +0000 @@ -7,7 +7,7 @@ // // This file is part of CGAL (www.cgal.org) // -// $URL: https://github.com/CGAL/cgal/blob/v5.5/Distance_2/include/CGAL/wmult.h $ +// $URL: https://github.com/CGAL/cgal/blob/v5.5.1/Distance_2/include/CGAL/wmult.h $ // $Id: wmult.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // diff -Nru cgal-5.5/lib/cmake/CGAL/CGALConfigVersion.cmake cgal-5.5.1/lib/cmake/CGAL/CGALConfigVersion.cmake --- cgal-5.5/lib/cmake/CGAL/CGALConfigVersion.cmake 2022-07-01 19:00:06.000000000 +0000 +++ cgal-5.5.1/lib/cmake/CGAL/CGALConfigVersion.cmake 2022-07-15 19:00:04.000000000 +0000 @@ -1,8 +1,8 @@ set(CGAL_MAJOR_VERSION 5) set(CGAL_MINOR_VERSION 5) -set(CGAL_BUGFIX_VERSION 0) +set(CGAL_BUGFIX_VERSION 1) include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake) -set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.5") +set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.5.1") set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}") if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0) diff -Nru cgal-5.5/VERSION cgal-5.5.1/VERSION --- cgal-5.5/VERSION 2022-07-13 19:07:15.000000000 +0000 +++ cgal-5.5.1/VERSION 2022-10-07 19:07:09.000000000 +0000 @@ -1 +1 @@ -5.5 \ No newline at end of file +5.5.1 \ No newline at end of file