Skip to content
Snippets Groups Projects
Commit 9f9bd740 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Remove unused variable in test for fastamg

Found by Cppcheck (unusedVariable).
parent 7c59406c
No related branches found
No related tags found
1 merge request!569Fix some issues found by Clazy, Cppcheck, and myself
......@@ -88,7 +88,6 @@ void testAMG(int N, int coarsenTarget, int ml)
criterion.setMaxLevel(ml);
criterion.setSkipIsolated(false);
Dune::SeqScalarProduct<Vector> sp;
typedef Dune::Amg::FastAMG<Operator,Vector> AMG;
Dune::Amg::Parameters params;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment