From 0824db1e06cf8db2da3a3f3548c3e02f70b92031 Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Thu, 26 Sep 2024 20:38:00 +0900 Subject: [PATCH] try to add norm argument --- docs/api/standard/fftn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/standard/fftn.rst b/docs/api/standard/fftn.rst index 7052392e..36669085 100644 --- a/docs/api/standard/fftn.rst +++ b/docs/api/standard/fftn.rst @@ -5,4 +5,4 @@ KokkosFFT::fftn --------------- -.. doxygenfunction:: KokkosFFT::fftn(const ExecutionSpace& exec_space, const InViewType& in, OutViewType& out, axis_type axes, KokkosFFT::Normalization, shape_type s) \ No newline at end of file +.. doxygenfunction:: KokkosFFT::fftn(const ExecutionSpace& exec_space, const InViewType& in, OutViewType& out, axis_type axes, KokkosFFT::Normalization norm, shape_type s) \ No newline at end of file