From f5142c9d69f44a6f2dae5cb59dd0c2cddaec7c8c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 26 Feb 2013 16:28:06 +0100 Subject: [PATCH] put unused buggy code in an #if 0 #endif --- ...ternal_functions_on_roots_and_polynomial_1_3_and_2_3.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h b/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h index 542f1123f96..59822e42792 100644 --- a/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h +++ b/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h @@ -410,7 +410,7 @@ namespace CGAL { { return solve(e1.first,e1.second,e2,res); } - +#if 0 template < class AK, class OutputIterator > inline OutputIterator @@ -420,7 +420,7 @@ namespace CGAL { { return solve(e2,e1); } - +#endif template < class AK, class OutputIterator > inline OutputIterator @@ -430,7 +430,7 @@ namespace CGAL { { return solve(e1.first, e2, e1.second,res); } - +#if 0 template < class AK, class OutputIterator > inline OutputIterator @@ -440,7 +440,7 @@ namespace CGAL { { return solve(e2,e1); } - +#endif template < class AK, class OutputIterator > inline OutputIterator