mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 06:43:14 +08:00
Update numerical_methods/fast_fourier_transform.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -156,6 +156,6 @@ std::complex<double>* FastFourierTransform(std::complex<double>*p,uint8_t n)
|
||||
int main(int argc, char const *argv[])
|
||||
{
|
||||
|
||||
test();/// run self-test implementations with 2 defined test cases
|
||||
test(); // run self-test implementations with 2 defined test cases
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user