From fdf6a08c337d862414929cf791bdf03f0fcbf306 Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Wed, 30 Oct 2024 19:57:13 +0900 Subject: [PATCH] format --- fft/src/KokkosFFT_Plans.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fft/src/KokkosFFT_Plans.hpp b/fft/src/KokkosFFT_Plans.hpp index 05f8687f..91c164d0 100644 --- a/fft/src/KokkosFFT_Plans.hpp +++ b/fft/src/KokkosFFT_Plans.hpp @@ -315,7 +315,7 @@ class Plan { using ManagableOutViewType = typename KokkosFFT::Impl::manageable_view_type::type; - // FIXME in_tmp should be in InViewType, + // FIXME in_tmp should be in InViewType, // We will merge crop_or_pad and transpose, and remove the need for in_tmp // InViewType in_tmp; ManagableInViewType in_tmp;