Update numerical_methods/fast_fourier_transform.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Ameya Chawla 2021-10-26 01:04:54 +05:30 committed by GitHub
parent d3fb94f725
commit 198b429775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ std::complex<double>* FastFourierTransform(std::complex<double>*p,uint8_t n)
} }
}// namespace numerical_methods } // namespace numerical_methods
/** /**
* @brief Self-test implementations * @brief Self-test implementations