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
amdis
amdis-core
Commits
89c2e9cd
Commit
89c2e9cd
authored
Mar 15, 2022
by
Praetorius, Simon
Browse files
Merge branch 'issue/unused-variable' into 'master'
Fix unused variable warning See merge request amdis/amdis!80
parents
369627d0
5fb15fdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/linearalgebra/mtl/KrylovRunner.hpp
View file @
89c2e9cd
...
...
@@ -75,7 +75,7 @@ namespace AMDiS
iter
.
set_quite
(
Environment
::
infoLevel
()
==
0
);
iter
.
suppress_resume
(
Environment
::
infoLevel
()
==
0
);
int
error
=
itlSolver_
(
*
A_
,
x
,
b
,
*
P_
,
iter
);
[[
maybe_unused
]]
int
error
=
itlSolver_
(
*
A_
,
x
,
b
,
*
P_
,
iter
);
stat
.
iterations
=
iter
.
iterations
();
stat
.
converged
=
iter
.
is_converged
();
...
...
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