*** empty log message ***
This commit is contained in:
parent
35671684ab
commit
afefdb7188
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
@set UPDATED 01 December 2008
|
||||||
|
@set UPDATED-MONTH December 2008
|
||||||
|
@set EDITION 18
|
||||||
|
@set VERSION 18
|
||||||
|
|
@ -235,8 +235,8 @@ com_fft(wordlist *wl)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
free(reald);
|
tfree(reald);
|
||||||
free(imagd);
|
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…
Reference in New Issue