ref: ad1f6640329462fbea9a63ee7ace7e1aabbd373f
parent: 56714d3ea63818bbad3aaa1cd711e291d06a93c0
author: oxygene2000 <oxygene2000>
date: Wed Feb 9 15:51:48 EST 2000
Another mistake, argh!
--- a/rdft_spectrum2.c
+++ b/rdft_spectrum2.c
@@ -39,10 +39,10 @@
void rdft( double *fr, unsigned lg2n )
/* real discrete Fourier transform; not recursive */
{
-fftw_init();
-/*FIXME: has to be placed elsewhere*/
rfftw_plan rdft_plan;
double fo[lg2n];
+fftw_init();
+// FIXME: has to be placed elsewhere
switch(lg2n) {
case 11: rfftw_one(rdft_plan11,fr,fo);
break;