Skip to content

Commit

Permalink
Merge pull request #50 from seeker-Liu/master
Browse files Browse the repository at this point in the history
Fix Issue #35
  • Loading branch information
mborgerding authored Sep 27, 2020
2 parents b2e0e60 + 4e4a738 commit 0a70dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kissfft.hh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class kissfft
/// of size @c 2*N.
///
/// The 0-th and N-th value of the DFT are real numbers. These are
/// stored in @c dst[0].real() and @c dst[1].imag() respectively.
/// stored in @c dst[0].real() and @c dst[0].imag() respectively.
/// The remaining DFT values up to the index N-1 are stored in
/// @c dst[1] to @c dst[N-1].
/// The other half of the DFT values can be calculated from the
Expand Down

0 comments on commit 0a70dfd

Please sign in to comment.