From 16b2a871d7565dde33da8e10e43f5a654e1d387f Mon Sep 17 00:00:00 2001 From: Michael Kerber Date: Tue, 4 Nov 2008 08:53:29 +0000 Subject: [PATCH] Update doc --- .../include/CGAL/Algebraic_curve_kernel_2/flags.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Algebraic_kernel_d/include/CGAL/Algebraic_curve_kernel_2/flags.h b/Algebraic_kernel_d/include/CGAL/Algebraic_curve_kernel_2/flags.h index 5531d508f1b..d7ef5e7df4b 100644 --- a/Algebraic_kernel_d/include/CGAL/Algebraic_curve_kernel_2/flags.h +++ b/Algebraic_kernel_d/include/CGAL/Algebraic_curve_kernel_2/flags.h @@ -97,8 +97,8 @@ * * This strategy only makes sense if computing resultants is faster than * computing subresultants, otherwise, it wastes computation time. - * Since the current resultant computation method is actually computed - * by a subresultant computation, the flag should not be set to one currently + * Since resultant computation is done by interpolation, + * it is faster than the pseudo-remainder based subresultant computation. */ #ifndef CGAL_ACK_RESULTANT_FIRST_STRATEGY #define CGAL_ACK_RESULTANT_FIRST_STRATEGY 1