Skip to content
Snippets Groups Projects
Commit dd2bf51b authored by Chichi Lalescu's avatar Chichi Lalescu
Browse files

include headers in proper place

parent 44d5fa77
No related branches found
No related tags found
No related merge requests found
#include <stdlib.h>
#include <algorithm>
#include <iostream>
#include "field_descriptor.hpp"
#include "fftwf_tools.hpp"
......
#include <mpi.h>
#include <fftw3-mpi.h>
#include "field_descriptor.hpp"
#ifndef FFTWF_TOOLS
......@@ -34,12 +35,5 @@ int fftwf_get_descriptors_3D(
field_descriptor **fr,
field_descriptor **fc);
fftwf_plan plan_transpose(
int rows,
int cols,
float *in,
float *out,
const unsigned flags = FFTW_ESTIMATE);
#endif//FFTWF_TOOLS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment