*** empty log message ***

This commit is contained in:
h_vogt 2008-11-23 09:37:13 +00:00
parent 35671684ab
commit afefdb7188
3 changed files with 8 additions and 2 deletions

View File

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

4
doc/version.texi Normal file
View File

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

View File

@ -235,8 +235,8 @@ com_fft(wordlist *wl)
}
}
free(reald);
free(imagd);
tfree(reald);
tfree(imagd);
tfree(tdvec);
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/
download 22.05.08
Used with permission from the author Paul Bourke
*/
/*