mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-09 23:53:18 +08:00
Update fast_fourier_transform.cpp
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
|
||||
test();/// run self-test implementations with 2 defined test cases
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user