From de64cc45c9487ae9d50f49caf6d5a2904643be40 Mon Sep 17 00:00:00 2001 From: Michael Kerber Date: Thu, 12 Mar 2009 15:29:27 +0000 Subject: [PATCH] removed ancient comments --- Polynomial/include/CGAL/Polynomial/bezout_matrix.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Polynomial/include/CGAL/Polynomial/bezout_matrix.h b/Polynomial/include/CGAL/Polynomial/bezout_matrix.h index 0b6402536dd..609b791cc39 100644 --- a/Polynomial/include/CGAL/Polynomial/bezout_matrix.h +++ b/Polynomial/include/CGAL/Polynomial/bezout_matrix.h @@ -75,9 +75,6 @@ template typename CGALi::Simple_matrix< NT > hybrid_bezout_matrix(CGAL::Polynomialf, CGAL::Polynomial g, int sub = 0) { - /* NOTE TO PROGRAMMERS: - * Please look at bezout_matrix.mpl before touching this! - */ typedef typename CGALi::Simple_matrix Matrix; @@ -229,7 +226,6 @@ NT hybrid_bezout_subresultant( CGAL::Polynomialf, CGAL::Polynomial g, int sub = 0 ) { typedef CGALi::Simple_matrix Matrix; -// typedef typename LA::Det Det; CGAL_precondition((f.degree() >= 0)); CGAL_precondition((g.degree() >= 0));