remove maths/fft/fftext.h
This commit is contained in:
parent
220cc83458
commit
53ac5a888a
11
ChangeLog
11
ChangeLog
|
|
@ -1,10 +1,15 @@
|
||||||
|
2011-08-20 Robert Larice
|
||||||
|
* src/maths/fft/Makefile.am ,
|
||||||
|
* visualc/vngspice.vcproj :
|
||||||
|
remove maths/fft/fftext.h
|
||||||
|
|
||||||
2011-08-19 Holger Vogt
|
2011-08-19 Holger Vogt
|
||||||
* rawfile.c: code beautified, 'strange line' error improved
|
* rawfile.c: code beautified, 'strange line' error improved
|
||||||
* maths/fft/fftext.h removed
|
* maths/fft/fftext.h removed
|
||||||
* include/fftext.h, 1-f-code.c, 1-f-code.h, com_fft.c:
|
* include/fftext.h, 1-f-code.c, 1-f-code.h, com_fft.c:
|
||||||
type float --> double
|
type float --> double
|
||||||
* control.c: code beautified
|
* control.c: code beautified
|
||||||
|
|
||||||
2011-08-14 Robert Larice
|
2011-08-14 Robert Larice
|
||||||
* src/frontend/postsc.c :
|
* src/frontend/postsc.c :
|
||||||
postsc.c, swallow warnings
|
postsc.c, swallow warnings
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ noinst_LTLIBRARIES = libmathfft.la
|
||||||
|
|
||||||
libmathfft_la_SOURCES = \
|
libmathfft_la_SOURCES = \
|
||||||
fftext.c \
|
fftext.c \
|
||||||
fftext.h \
|
|
||||||
fftlib.c \
|
fftlib.c \
|
||||||
fftlib.h \
|
fftlib.h \
|
||||||
matlib.c \
|
matlib.c \
|
||||||
|
|
|
||||||
|
|
@ -1914,7 +1914,7 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\maths\fft\fftext.h"
|
RelativePath="..\src\include\fftext.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue