mirror of
https://github.com/boostorg/math.git
synced 2025-05-11 21:33:52 +00:00
Update fftw config test.txt
[CI SKIP]
This commit is contained in:
parent
f33bcd5488
commit
8f8aca4659
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user