mirror of https://github.com/CGAL/cgal
Prevents compiler warning
This commit is contained in:
parent
dab77f4d00
commit
6734f571c8
|
|
@ -401,7 +401,7 @@ OutputIterator hybrid_bezout_subresultants(
|
||||||
InputIterator num,int size)
|
InputIterator num,int size)
|
||||||
{
|
{
|
||||||
typename CGALi::Simple_matrix<NT> S(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());
|
CGAL_precondition(n==(int)B.column_dimension());
|
||||||
int curr_num;
|
int curr_num;
|
||||||
bool negate;
|
bool negate;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue