Skip to content

Commit

Permalink
Prevent warning in p-ql_exact
Browse files Browse the repository at this point in the history
  • Loading branch information
j-kieffer committed Feb 13, 2025
1 parent fd5b6b2 commit e1a3d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/acb_theta/profile/p-ql_exact.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ int main(int argc, char * argv[])
}
flint_printf("\n");

tref = 0;
tmin = 0;
m = 9 - 2 * g;
for (k = 0; k < n_pow(m, g); k++)
{
Expand Down

0 comments on commit e1a3d4a

Please sign in to comment.