Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: https://msieve.svn.sourceforge.net/svnroot/msieve/trunk@244 8c02911e-0617-4013-80d0-c3bcbcae04d5
  • Loading branch information
jaysonking committed Apr 13, 2010
1 parent 2f864df commit 1744068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnfs/poly/stage1/stage1_roots.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,11 @@ static void enum_run(sieve_fb_t *s)

new_ss.num_factors++;
for (j = 0; j < num_powers; j++) {
if (new_ss.prod > cutoff)
break;

new_ss.prod *= p;
add_to_enum(new_list, new_ss);

if (new_ss.prod > cutoff)
break;
}
}

Expand Down

0 comments on commit 1744068

Please sign in to comment.