Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 107

/shark/trunk/ports/fftw/rfftw/rexec.c
21,12 → 21,12
* rexec.c -- execute the fft
*/
 
/* $Id: rexec.c,v 1.1.1.1 2002-03-29 14:12:59 pj Exp $ */
/* $Id: rexec.c,v 1.2 2003-03-24 11:14:59 pj Exp $ */
//#include <ports/stdio.h>
#include <stdlib.h>
 
#include <ports/fftw-int.h>
#include <ports/rfftw.h>
#include <fftw-int.h>
#include <rfftw.h>
 
void rfftw_strided_copy(int n, fftw_real *in, int ostride,
fftw_real *out)