Include c++ complex header
This commit is contained in:
parent
9983aa1783
commit
82e79dda78
@ -37,6 +37,7 @@ knowledge of the CeCILL license and that you accept its terms.
|
|||||||
#define __FFTW_UNIFIED_CALLS_HPP
|
#define __FFTW_UNIFIED_CALLS_HPP
|
||||||
|
|
||||||
#include <fftw3.h>
|
#include <fftw3.h>
|
||||||
|
#include <complex>
|
||||||
|
|
||||||
namespace CosmoTool
|
namespace CosmoTool
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#ifndef __MPI_FFTW_UNIFIED_CALLS_HPP
|
#ifndef __MPI_FFTW_UNIFIED_CALLS_HPP
|
||||||
#define __MPI_FFTW_UNIFIED_CALLS_HPP
|
#define __MPI_FFTW_UNIFIED_CALLS_HPP
|
||||||
|
|
||||||
|
#include <complex>
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
#include <fftw3-mpi.h>
|
#include <fftw3-mpi.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user