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
elpa
elpa
Commits
b60afb12
Commit
b60afb12
authored
Jun 15, 2018
by
Andreas Marek
Browse files
Add missing error argument
parent
b5e973f9
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
test/Fortran/test_autotune.F90
View file @
b60afb12
...
...
@@ -199,7 +199,7 @@ program test
call
e
%
set
(
"process_col"
,
my_pcol
,
error
)
assert_elpa_ok
(
error
)
#endif
call
e
%
set
(
"timings"
,
1
)
call
e
%
set
(
"timings"
,
1
,
error
)
!call e%set("debug",1)
assert_elpa_ok
(
e
%
setup
())
...
...
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