diff --git a/fft/src/KokkosFFT_Transform.hpp b/fft/src/KokkosFFT_Transform.hpp index 2f3922dc..66953be8 100644 --- a/fft/src/KokkosFFT_Transform.hpp +++ b/fft/src/KokkosFFT_Transform.hpp @@ -1975,7 +1975,7 @@ void irfftn(const ExecutionSpace& exec_space, const InViewType& in, static_assert(std::is_floating_point::value, "irfftn: OutViewType must be real"); - ifftn(exec_space, in, out, norm, _s); + ifftn(exec_space, in, out, norm, s); } /// \brief Inverse of rfftn