diff --git a/fft/src/KokkosFFT_Host_types.hpp b/fft/src/KokkosFFT_Host_types.hpp index da88d353..6d438a0c 100644 --- a/fft/src/KokkosFFT_Host_types.hpp +++ b/fft/src/KokkosFFT_Host_types.hpp @@ -27,7 +27,7 @@ using transform_type = fftw_transform_type; template struct FFTPlanType { - using type = ScopedFFTWPlanType; + using type = ScopedFFTWPlan; }; template