Fix coefficients calculation

This commit is contained in:
homm 2016-10-10 18:36:50 +03:00
parent 2e1a3c29aa
commit dc1fae26c2

View File

@ -184,7 +184,6 @@ precompute_coeffs(int inSize, int outSize, struct filter *filterp,
} else if (x == xmax - 1) { } else if (x == xmax - 1) {
xmax -= 1; xmax -= 1;
} }
continue;
} }
k[x] = w; k[x] = w;
ww += w; ww += w;