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
d3fb94f725
commit
198b429775
@ -90,7 +90,7 @@ std::complex<double>* FastFourierTransform(std::complex<double>*p,uint8_t n)
|
||||
|
||||
}
|
||||
|
||||
}// namespace numerical_methods
|
||||
} // namespace numerical_methods
|
||||
|
||||
/**
|
||||
* @brief Self-test implementations
|
||||
|
Loading…
Reference in New Issue
Block a user