#ifndef DC_EXCHANGE_H #define DC_EXCHANGE_H #include "fftw3.h" int maDCexchange2D( fftw_complex *data, int rows, int cols ); #endif