diff --git a/NewKernel_d/include/CGAL/NewKernel_d/orientationC4.h b/NewKernel_d/include/CGAL/NewKernel_d/orientationC4.h index 5a921ab6473..3915204817a 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/orientationC4.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/orientationC4.h @@ -1,3 +1,18 @@ +// Copyright (c) 2025 +// INRIA Saclay-Ile de France (France) +// +// This file is part of CGAL (www.cgal.org) +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial +// +// Author(s) : Andreas Fabri + +// Files needed as input for the static filter generator + +#if 0 + double determinant( double a00, double a01, double a02, double a03, double a10, double a11, double a12, double a13, @@ -236,3 +251,4 @@ inline int orientationC4( double p0, double p1, double p2, double p3, double q0, return int_tmp_result; } +#endif diff --git a/NewKernel_d/include/CGAL/NewKernel_d/orientationC5.h b/NewKernel_d/include/CGAL/NewKernel_d/orientationC5.h index 692bad04bfe..a97977fb89e 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/orientationC5.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/orientationC5.h @@ -1,3 +1,18 @@ +// Copyright (c) 2025 +// INRIA Saclay-Ile de France (France) +// +// This file is part of CGAL (www.cgal.org) +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial +// +// Author(s) : Andreas Fabri + +// Files needed as input for the static filter generator + +#if 0 + double determinant( double a00, double a01, double a02, double a03, double a04, @@ -326,3 +341,5 @@ inline int orientationC5( double p0, double p1, double p2, double p3, double p4, } return int_tmp_result; } + +#endif diff --git a/NewKernel_d/include/CGAL/NewKernel_d/orientationC6.h b/NewKernel_d/include/CGAL/NewKernel_d/orientationC6.h index 6706d595291..ca9f32a5d99 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/orientationC6.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/orientationC6.h @@ -1,3 +1,17 @@ +// Copyright (c) 2025 +// INRIA Saclay-Ile de France (France) +// +// This file is part of CGAL (www.cgal.org) +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial +// +// Author(s) : Andreas Fabri + +// Files needed as input for the static filter generator + +#if 0 double determinant( double a00, double a01, double a02, double a03, double a04, double a05, @@ -460,3 +474,4 @@ inline int orientationC6( double p0, double p1, double p2, double p3, double p4, return int_tmp_result; } +#endif