2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Update fftw config test.txt

[CI SKIP]
This commit is contained in:
jzmaddock
2018-02-21 19:35:18 +00:00
parent f33bcd5488
commit 8f8aca4659

View File

@@ -7,10 +7,13 @@
int main()
{
fftwq_plan plan; // early versions don't have this it seems.
fftw_cleanup();
fftwf_cleanup();
fftwl_cleanup();
return 0;
}