Prevents compiler warning

This commit is contained in:
Michael Kerber 2008-07-25 13:34:53 +00:00
parent dab77f4d00
commit 6734f571c8
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ OutputIterator hybrid_bezout_subresultants(
InputIterator num,int size)
{
typename CGALi::Simple_matrix<NT> S(size);
int n = B.row_dimension();
CGAL_precondition_code(int n = B.row_dimension();)
CGAL_precondition(n==(int)B.column_dimension());
int curr_num;
bool negate;