mirror of https://github.com/CGAL/cgal
removed a failing 'typename' keyword
This commit is contained in:
parent
1d81d04fb4
commit
fb9bccbc71
|
|
@ -62,7 +62,7 @@ RS23_k_isolator_1<CGAL::Polynomial<CGAL::Gmpz>,Gmpfr>::
|
||||||
RS23_k_isolator_1(const CGAL::Polynomial<CGAL::Gmpz> &p):_polynomial(p){
|
RS23_k_isolator_1(const CGAL::Polynomial<CGAL::Gmpz> &p):_polynomial(p){
|
||||||
typedef CGAL::Polynomial<CGAL::Gmpz> Pol;
|
typedef CGAL::Polynomial<CGAL::Gmpz> Pol;
|
||||||
typedef CGAL::Gmpfr Bound;
|
typedef CGAL::Gmpfr Bound;
|
||||||
typedef typename CGAL::RS3::RS3_k_refiner_1<Pol,Bound> KRefiner;
|
typedef CGAL::RS3::RS3_k_refiner_1<Pol,Bound> KRefiner;
|
||||||
int numsols;
|
int numsols;
|
||||||
unsigned int degree=p.degree();
|
unsigned int degree=p.degree();
|
||||||
mpz_t *coeffs=(mpz_t*)malloc((degree+1)*sizeof(mpz_t));
|
mpz_t *coeffs=(mpz_t*)malloc((degree+1)*sizeof(mpz_t));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue