Unverified Commit 3d4825e2 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix bug that would break single precision FFTW support with threads using KOKKOS

parent 6a65deeb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -761,10 +761,10 @@ void FFT3dKokkos<DeviceType>::fft_3d_destroy_plan_kokkos(struct fft_plan_3d_kokk
  FFTW_API(destroy_plan)(plan->plan_fast_forward);
  FFTW_API(destroy_plan)(plan->plan_fast_backward);




#if defined (FFT_FFTW_THREADS)
  FFTW_API(cleanup_threads)();
#endif

#elif defined (FFT_KISSFFT)
  delete kissfftKK;
#endif