Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 106 → Rev 107

/shark/trunk/ports/fftw/fftw/executor.c
21,12 → 21,12
* executor.c -- execute the fft
*/
 
/* $Id: executor.c,v 1.1.1.1 2002-03-29 14:12:56 pj Exp $ */
#include <ports/fftw-int.h>
/* $Id: executor.c,v 1.2 2003-03-24 11:14:50 pj Exp $ */
#include <fftw-int.h>
//#include <ports/stdio.h>
#include <stdlib.h>
 
const char *fftw_version = "FFTW V" FFTW_VERSION " ($Id: executor.c,v 1.1.1.1 2002-03-29 14:12:56 pj Exp $)";
const char *fftw_version = "FFTW V" FFTW_VERSION " ($Id: executor.c,v 1.2 2003-03-24 11:14:50 pj Exp $)";
 
/*
* This function is called in other files, so we cannot declare