This commit is contained in:
Michael Hemmer 2010-04-30 07:00:55 +00:00
parent b530badb8b
commit 49e547c7db
1 changed files with 1 additions and 2 deletions

View File

@ -336,8 +336,7 @@ public:
template <class Forward_iterator>
Polynomial(Forward_iterator first, Forward_iterator last)
: Base(Rep(first,last))
{ std::cout << "FROM IT" << std::endl;
reduce(); simplify_coefficients(); }
{ reduce(); simplify_coefficients(); }
#if defined(CGAL_USE_LEDA) || defined(DOXYGEN_RUNNING)
/*! \brief construct a polynomial from a LEDA \c array