Skip to content

Commit

Permalink
Fix the dumbest of dumb bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Mar 29, 2021
1 parent 45a8b6b commit c86d35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qqbar/enclosure_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ _qqbar_enclosure_raw(acb_t res, const fmpz_poly_t poly, const acb_t zin, slong p
prec = FLINT_MAX(acc, 32) + 10;

fmpz_poly_init(deriv);
fmpz_poly_derivative(deriv, poly);
acb_init(z);
acb_init(zmid);
acb_init(t);
Expand Down

0 comments on commit c86d35d

Please sign in to comment.