removed ancient comments

This commit is contained in:
Michael Kerber 2009-03-12 15:29:27 +00:00
parent d3374184d7
commit de64cc45c9
1 changed files with 0 additions and 4 deletions

View File

@ -75,9 +75,6 @@ template <class NT>
typename CGALi::Simple_matrix< NT >
hybrid_bezout_matrix(CGAL::Polynomial<NT>f, CGAL::Polynomial<NT> g, int sub = 0)
{
/* NOTE TO PROGRAMMERS:
* Please look at bezout_matrix.mpl before touching this!
*/
typedef typename CGALi::Simple_matrix<NT> Matrix;
@ -229,7 +226,6 @@ NT hybrid_bezout_subresultant(
CGAL::Polynomial<NT>f, CGAL::Polynomial<NT> g, int sub = 0
) {
typedef CGALi::Simple_matrix<NT> Matrix;
// typedef typename LA::Det Det;
CGAL_precondition((f.degree() >= 0));
CGAL_precondition((g.degree() >= 0));