Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
qbox-public
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
qbox
qbox-public
Commits
e7ea41fb
Commit
e7ea41fb
authored
Jun 09, 2020
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make test_fftw no-op if USE_FFTW2 not defined
parent
85c9d9a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
test_fftw.cpp
src/test_fftw.cpp
+6
-0
No files found.
src/test_fftw.cpp
View file @
e7ea41fb
...
...
@@ -16,6 +16,8 @@
//
////////////////////////////////////////////////////////////////////////////////
#ifdef USE_FFTW2
#include "Timer.h"
#include <iostream>
...
...
@@ -192,3 +194,7 @@ int main(int argc, char**argv)
#endif
return
0
;
}
#else
int
main
(
int
argc
,
char
**
argv
)
{}
#endif // USE_FFTW2
Write
Preview
Markdown
is supported
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