Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
6af04681
Commit
6af04681
authored
Jul 30, 2018
by
Timo Koch
Browse files
[cleanup][amg] Remove unused variable
parent
862d8a7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/linear/amgbackend.hh
View file @
6af04681
...
...
@@ -133,7 +133,6 @@ public:
std
::
shared_ptr
<
Comm
>
comm
;
std
::
shared_ptr
<
LinearOperator
>
fop
;
std
::
shared_ptr
<
ScalarProduct
>
sp
;
static
const
int
dofCodim
=
AmgTraits
::
dofCodim
;
static
const
bool
isParallel
=
AmgTraits
::
isParallel
;
prepareLinearAlgebra_
<
Matrix
,
Vector
,
isParallel
>
(
A
,
b
,
rank
,
comm
,
fop
,
sp
);
...
...
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