From e5123f85b0e55f4cf3ffd1ea3123f324d57d1642 Mon Sep 17 00:00:00 2001 From: torset Date: Thu, 4 Dec 2008 08:48:59 +0000 Subject: Adds and deletes in ifft directory (files fft change to ifft) --- src/signalProcessing/ifft/dfft2.c | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/signalProcessing/ifft/dfft2.c (limited to 'src/signalProcessing/ifft/dfft2.c') diff --git a/src/signalProcessing/ifft/dfft2.c b/src/signalProcessing/ifft/dfft2.c deleted file mode 100644 index 23ab74e0..00000000 --- a/src/signalProcessing/ifft/dfft2.c +++ /dev/null @@ -1,25 +0,0 @@ -/* - * 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 - * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt - * - */ - -#include "fft_internal.h" -#include <stdlib.h> - -void dfft2 ( double* a , double* b , int nseg , int n , int nspn , int isn , int ierr ) -{ - - - dfftbi ( a , b , nseg , n , nspn , isn , ierr ); - - - - return ; -} -- cgit