Highly Efficient FFT for Exascale: HeFFTe v2.4
Loading...
Searching...
No Matches
heffte.h
1/*
2 -- heFFTe --
3 Univ. of Tennessee, Knoxville
4 @date
5*/
6
7#ifndef HEFFTE_H
8#define HEFFTE_H
9
10#ifdef __cplusplus
11
12#include "heffte_fft3d_r2c.h"
13
14#else
15
16#include "heffte_c.h"
17
18#endif
19
20#endif /* HEFFTE_H */