Skip to content

Commit

Permalink
try to add norm argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Sep 26, 2024
1 parent eaf9e85 commit 0824db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/standard/fftn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
KokkosFFT::fftn
---------------

.. doxygenfunction:: KokkosFFT::fftn(const ExecutionSpace& exec_space, const InViewType& in, OutViewType& out, axis_type<DIM> axes, KokkosFFT::Normalization, shape_type<DIM> s)
.. doxygenfunction:: KokkosFFT::fftn(const ExecutionSpace& exec_space, const InViewType& in, OutViewType& out, axis_type<DIM> axes, KokkosFFT::Normalization norm, shape_type<DIM> s)

0 comments on commit 0824db1

Please sign in to comment.