diff options
author | jofret | 2008-09-03 09:15:23 +0000 |
---|---|---|
committer | jofret | 2008-09-03 09:15:23 +0000 |
commit | 6fb95b8ff439e46c3f237df9b5cefdb7231002b1 (patch) | |
tree | 3eaa7474ecea655bd0bb6da3eaf0cdc0ec3f4bcb /src/signalProcessing/fft/r4tx.c | |
parent | cffce157c7b11dc933a1c5e87d1063b2219102c5 (diff) | |
download | scilab2c-6fb95b8ff439e46c3f237df9b5cefdb7231002b1.tar.gz scilab2c-6fb95b8ff439e46c3f237df9b5cefdb7231002b1.tar.bz2 scilab2c-6fb95b8ff439e46c3f237df9b5cefdb7231002b1.zip |
Enable fft compilation
Diffstat (limited to 'src/signalProcessing/fft/r4tx.c')
-rw-r--r-- | src/signalProcessing/fft/r4tx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/signalProcessing/fft/r4tx.c b/src/signalProcessing/fft/r4tx.c index d231e891..ed3dd896 100644 --- a/src/signalProcessing/fft/r4tx.c +++ b/src/signalProcessing/fft/r4tx.c @@ -1,16 +1,16 @@ /* * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) 2008 - INRIA - Allan SIMON - * + * * This file must be used under the terms of the CeCILL. * This source file is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at + * are also available at * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt * */ - -#include "fft.h" + +#include "fft_internal.h" void r4tx ( int _iDimen , double* _pdblReal, double* _pdblImag) { |