Skip to content

Commit

Permalink
Update sfc.c
Browse files Browse the repository at this point in the history
Get rid of an extra "}" that got left in when the file was edited.
  • Loading branch information
ctvaugh committed Jun 1, 2020
1 parent f4df609 commit cbd125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref/sfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void sfc_sort(int div, int fact)
// if extra is 0 we have a divider (the beginning of the next bin)
if (!extra[j])
divider[j] = p8[num_refine]*(divider[j]+1);
} else {
else {
for (i = 0; i < max_active_dot; i++)
if (spots[i].number >= 0)
if (spots[i].num_prime/p8[num_refine] == divider[j])
Expand Down

0 comments on commit cbd125e

Please sign in to comment.