Update numerical_methods/fast_fourier_transform.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Ameya Chawla
2021-10-18 01:02:17 +05:30
committed by GitHub
parent d079f9d43e
commit 280ddf46b9

View File

@@ -117,9 +117,6 @@ static void test() {
int main(int argc, char const *argv[])
{
test();
test(); // run self-test implementations
return 0;
}