mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update numerical_methods/fast_fourier_transform.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
37e74e3669
commit
276a4afb95
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user