Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
DKS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Uldis Locans
DKS
Commits
1d420504
Commit
1d420504
authored
May 30, 2017
by
Uldis Locans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix FFT test when OPAL and/or Musr modules are not compiled
parent
2c9fe4ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
auto-tuning/testFFT.cpp
auto-tuning/testFFT.cpp
+1
-3
No files found.
auto-tuning/testFFT.cpp
View file @
1d420504
...
...
@@ -4,8 +4,6 @@
#include "Utility/TimeStamp.h"
#include "DKSFFT.h"
#include "DKSOPAL.h"
#include "DKSBaseMuSR.h"
using
namespace
std
;
...
...
@@ -49,7 +47,7 @@ int main(int argc, char *argv[]) {
/* init DKSBase */
cout
<<
"Init device and set function"
<<
endl
;
DKS
BaseMuSR
base
;
DKS
FFT
base
;
base
.
setAPI
(
api_name
,
strlen
(
api_name
));
base
.
setDevice
(
device_name
,
strlen
(
device_name
));
cout
<<
"init device"
<<
endl
;
...
...
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