From ceba3c0bd1dfa45833d9d30ebbe388d59b64d801 Mon Sep 17 00:00:00 2001 From: Michael Kerber Date: Thu, 19 Mar 2009 16:15:38 +0000 Subject: [PATCH] Call polynomial_subresultant_with_cofactors instead of internal function --- Polynomial/test/Polynomial/subresultants.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Polynomial/test/Polynomial/subresultants.cpp b/Polynomial/test/Polynomial/subresultants.cpp index 31871f0e52c..d9bcf706562 100644 --- a/Polynomial/test/Polynomial/subresultants.cpp +++ b/Polynomial/test/Polynomial/subresultants.cpp @@ -420,7 +420,7 @@ void test_routine() { std::vector sres_check,sres,coP,coQ; CGAL::CGALi::prs_polynomial_subresultants (f,g,std::back_inserter(sres_check)); - CGAL::CGALi::prs_subresultants_with_cofactors + CGAL::polynomial_subresultants_with_cofactors (f,g, std::back_inserter(sres), std::back_inserter(coP), @@ -441,7 +441,7 @@ void test_routine() { std::vector sres_check,sres,coP,coQ; CGAL::CGALi::prs_polynomial_subresultants (f,g,std::back_inserter(sres_check)); - CGAL::CGALi::prs_subresultants_with_cofactors + CGAL::polynomial_subresultants_with_cofactors (f,g, std::back_inserter(sres), std::back_inserter(coP), @@ -460,7 +460,7 @@ void test_routine() { std::vector sres_check,sres,coP,coQ; CGAL::CGALi::prs_polynomial_subresultants (f,g,std::back_inserter(sres_check)); - CGAL::CGALi::prs_subresultants_with_cofactors + CGAL::polynomial_subresultants_with_cofactors (f,g, std::back_inserter(sres), std::back_inserter(coP),