From 57545072e58e8643ba9cc5d3b52ebec79e77d4a4 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 24 Sep 2024 16:08:53 +0100 Subject: [PATCH] more unifications in dependencies --- .../include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h | 2 +- .../include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h | 2 +- Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Real_roots.h | 2 +- .../include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h index 6fecb592a121..c2f42122c0d1 100644 --- a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h +++ b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h @@ -520,7 +520,7 @@ class Curve_analysis_2 : public ::CGAL::Handle_with_policy< Rep_ > { void set_event_lines(InputIterator1 event_begin, InputIterator1 event_end, InputIterator2 intermediate_begin, - InputIterator2 CGAL_precondition_code(intermediate_end)) const { + InputIterator2 CGAL_assertion_code(intermediate_end)) const { if(! this->ptr()->event_coordinates) { diff --git a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h index 868da2d3c9a6..0c5fe43e44fc 100644 --- a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h +++ b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h @@ -875,7 +875,7 @@ class Curve_pair_analysis_2 : * Checks intersection with symbolic methods */ bool check_candidate_symbolically(Status_line_CA_1& e1,size_type , - Status_line_CA_1& CGAL_precondition_code(e2),size_type , + Status_line_CA_1& CGAL_assertion_code(e2),size_type , size_type k) const { Polynomial_1 p = -coprincipal_subresultants(k-1); Polynomial_1 q = principal_subresultants(k)*Coefficient(k); diff --git a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Real_roots.h b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Real_roots.h index f4a346b4f604..bd45b4aa7442 100644 --- a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Real_roots.h +++ b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Real_roots.h @@ -65,7 +65,7 @@ template < class PolynomialIterator, int gen_agebraic_reals_with_mults( PolynomialIterator fac, PolynomialIterator fac_end, IntIterator mul, - IntIterator CGAL_precondition_code(mul_end), + IntIterator CGAL_assertion_code(mul_end), AlgebraicRealOutputIterator oi_root, IntOutputIterator oi_mult){ diff --git a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h index c3fb08048e7a..916ac3c511ec 100644 --- a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h +++ b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h @@ -331,7 +331,7 @@ class Status_line_CPA_1 : const typename Curve_pair_analysis_2 ::Curve_analysis_2& c1, const typename Curve_pair_analysis_2 - ::Curve_analysis_2& CGAL_precondition_code(c2)) const + ::Curve_analysis_2& CGAL_assertion_code(c2)) const { CGAL_precondition(0 <= j && j < number_of_events());