aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/AnyFFT.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/AnyFFT.H')
-rw-r--r--Source/FieldSolver/SpectralSolver/AnyFFT.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/AnyFFT.H b/Source/FieldSolver/SpectralSolver/AnyFFT.H
index 7ab740f8f..79dbdf0e0 100644
--- a/Source/FieldSolver/SpectralSolver/AnyFFT.H
+++ b/Source/FieldSolver/SpectralSolver/AnyFFT.H
@@ -96,8 +96,8 @@ namespace AnyFFT
* \param[in] dir direction, either R2C or C2R
* \param[in] dim direction, number of dimensions of the arrays. Must be <= AMREX_SPACEDIM.
*/
- FFTplan CreatePlan(const amrex::IntVect& real_size, amrex::Real * const real_array,
- Complex * const complex_array, const direction dir, const int dim);
+ FFTplan CreatePlan(const amrex::IntVect& real_size, amrex::Real* real_array,
+ Complex* complex_array, direction dir, int dim);
/** \brief Destroy library FFT plan.
* \param[out] fft_plan plan to destroy