summaryrefslogtreecommitdiff
path: root/src/signalProcessing/fft/fft_internal.h
diff options
context:
space:
mode:
authorsimon2008-10-21 14:58:00 +0000
committersimon2008-10-21 14:58:00 +0000
commit153567ec32547640e50f4ad0b069b6dcabd0d8e1 (patch)
tree67447a0a1d1d363e528f9f65f7deace621718dd8 /src/signalProcessing/fft/fft_internal.h
parent8c48708aafe419c1813283e871023a8adc966bb6 (diff)
downloadscilab2c-153567ec32547640e50f4ad0b069b6dcabd0d8e1.tar.gz
scilab2c-153567ec32547640e50f4ad0b069b6dcabd0d8e1.tar.bz2
scilab2c-153567ec32547640e50f4ad0b069b6dcabd0d8e1.zip
every current tests work now , on the road again to add them all
Diffstat (limited to 'src/signalProcessing/fft/fft_internal.h')
-rw-r--r--src/signalProcessing/fft/fft_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/signalProcessing/fft/fft_internal.h b/src/signalProcessing/fft/fft_internal.h
index c595b027..2bd5a597 100644
--- a/src/signalProcessing/fft/fft_internal.h
+++ b/src/signalProcessing/fft/fft_internal.h
@@ -61,9 +61,9 @@ int dfftmx ( double* _pdblA , double* _pdblB , int _iNtot, int _iN, int _iNspan,
int factorOf4Transform (void);
int mulByRotationFactor (void );
int post_sqFactor2NormlOrder (void);
- int single_sqFactor2NormlOrder (void);
+ void single_sqFactor2NormlOrder (void);
int preF2transform (void) ;
int multi_sqFactor2NormlOrder (void);
- int end (void) ;
+/* int end (void) ;*/
#endif /* !__FFT_INTERNAL_H__ */