We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c62a1 commit 94ab251Copy full SHA for 94ab251
fftpack.c
@@ -2670,7 +2670,7 @@ int main(void)
2670
f77complex cx[200], cy[200];
2671
real xh[200];
2672
integer nz, nm1, np1, ns2;
2673
- real arg, tfn;
+ real arg;
2674
real sum, arg1, arg2;
2675
real sum1, sum2, dcfb;
2676
integer modn;
@@ -2740,7 +2740,6 @@ int main(void)
2740
n = nd[nz - 1];
2741
modn = n % 2;
2742
fn = (real) n;
2743
- tfn = fn + fn;
2744
np1 = n + 1;
2745
nm1 = n - 1;
2746
for (j = 1; j <= np1; ++j) {
0 commit comments