We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4df609 commit cbd125eCopy full SHA for cbd125e
ref/sfc.c
@@ -163,7 +163,7 @@ void sfc_sort(int div, int fact)
163
// if extra is 0 we have a divider (the beginning of the next bin)
164
if (!extra[j])
165
divider[j] = p8[num_refine]*(divider[j]+1);
166
- } else {
+ else {
167
for (i = 0; i < max_active_dot; i++)
168
if (spots[i].number >= 0)
169
if (spots[i].num_prime/p8[num_refine] == divider[j])
0 commit comments