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
b5eabc1196
commit
3b31104a8b
@ -80,6 +80,7 @@ std::complex<double> *FastFourierTransform(std::complex<double> *p,
|
||||
delete[] po; /// Deleting dynamic array po
|
||||
return y; /// Returns the list
|
||||
}
|
||||
} // namespace numerical_methods
|
||||
|
||||
/**
|
||||
* @brief Self-test implementations
|
||||
|
Loading…
x
Reference in New Issue
Block a user