Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Feb 16, 2024
1 parent 39d3470 commit 4ce364f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fft/src/KokkosFFT_Transform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ void ifftn(const ExecutionSpace& exec_space, const InViewType& in,

/// \brief N-dimensional FFT for real input with a given plan
///
/// \param in [in] Kokkos execution space
/// \param exec_space [in] Kokkos execution space
/// \param in [in] Input data (real)
/// \param out [out] Ouput data (complex)
/// \param norm [in] How the normalization is applied (optional)
Expand Down

0 comments on commit 4ce364f

Please sign in to comment.