Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
5408862a
Commit
5408862a
authored
Jun 27, 2014
by
Marc-Alexandre Espiaut
Browse files
Fixing a compiling error when not using the Math Kernel Library
parent
2afb6697
Changes
2
Hide whitespace changes
Inline
Side-by-side
Tests/Utils/testFFTW.cpp
View file @
5408862a
...
...
@@ -21,12 +21,8 @@
#include
<iostream>
#include
<stdlib.h>
// include for libfftw3
#include
<fftw3.h>
// include for mkl_fftw3
//#include <fftw/fftw3.h>
#include
"../../Src/Utils/FGlobal.hpp"
#include
"../../Src/Utils/FComplexe.hpp"
...
...
Tests/Utils/testFFTWMultidim.cpp
View file @
5408862a
...
...
@@ -21,11 +21,7 @@
#include
<iostream>
#include
<stdlib.h>
// include for libfftw3
//#include <fftw3.h>
// include for mkl_fftw3
#include
<fftw/fftw3.h>
#include
<fftw3.h>
#include
"../../Src/Utils/FGlobal.hpp"
#include
"../../Src/Utils/FComplexe.hpp"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment