mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update fast_fourier_transform.cpp
This commit is contained in:
parent
c7dcd92d1b
commit
e2c9838541
@ -156,6 +156,6 @@ std::complex<double>* FastFourierTransform(std::complex<double>*p,uint8_t n)
|
|||||||
int main(int argc, char const *argv[])
|
int main(int argc, char const *argv[])
|
||||||
{
|
{
|
||||||
|
|
||||||
test();/// run self-test implementations
|
test();/// run self-test implementations with 2 defined test cases
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user