Browse Source

*** empty log message ***

pre-master-46
h_vogt 18 years ago
parent
commit
afefdb7188
  1. 1
      ChangeLog
  2. 4
      doc/version.texi
  3. 5
      src/frontend/com_fft.c

1
ChangeLog

@ -1,6 +1,7 @@
2008-11-04 Holger Vogt 2008-11-04 Holger Vogt
* /doc/version.texi committed again * /doc/version.texi committed again
* /visualc/include/config.h: version no. 18 * /visualc/include/config.h: version no. 18
* /frontend/com_ftt: tfree, copyright notice
2008-11-22 Lionel Sainte Cluque 2008-11-22 Lionel Sainte Cluque
* COPYING: license clarifications * COPYING: license clarifications

4
doc/version.texi

@ -0,0 +1,4 @@
@set UPDATED 01 December 2008
@set UPDATED-MONTH December 2008
@set EDITION 18
@set VERSION 18

5
src/frontend/com_fft.c

@ -235,8 +235,8 @@ com_fft(wordlist *wl)
} }
} }
free(reald);
free(imagd);
tfree(reald);
tfree(imagd);
tfree(tdvec); tfree(tdvec);
tfree(fdvec); tfree(fdvec);
@ -249,6 +249,7 @@ static void fftext(float* x, float* y, long int n, int dir)
/* /*
http://local.wasp.uwa.edu.au/~pbourke/other/dft/ http://local.wasp.uwa.edu.au/~pbourke/other/dft/
download 22.05.08 download 22.05.08
Used with permission from the author Paul Bourke
*/ */
/* /*

Loading…
Cancel
Save