Skip to content

Commit

Permalink
Update src/usolve/refine.c
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Neiger <vneiger@users.noreply.github.com>
  • Loading branch information
mohabsafey and vneiger authored Sep 20, 2024
1 parent 60036a1 commit 2a8163d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usolve/refine.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ static void refine_root_by_N_positive_k(mpz_t *upol, unsigned long int *deg_ptr,

mpz_set(*vala, *tmpvala);
mpz_set(*valb, *tmpvalb);
int64_t maxindex = (1<<(Nlog));
int64_t maxindex = (1L<<(Nlog));

if(index == -2 || index == 0 || (LOG2(index) > Nlog && index > 0) ){
if(Nlog == 2) index = 2;
Expand Down

0 comments on commit 2a8163d

Please sign in to comment.