Skip to content
Snippets Groups Projects
Commit a0d277bd authored by Arne Morten Kvarving's avatar Arne Morten Kvarving Committed by Markus Blatt
Browse files

Removes unused variables in fastamg.

parent 9c795939
No related branches found
No related tags found
No related merge requests found
......@@ -562,7 +562,7 @@ namespace Dune
}
}else{
//restrict defect to coarse level right hand side.
typename Hierarchy<Range,A>::Iterator fineRhs = levelContext.rhs++;
++levelContext.rhs;
++levelContext.pinfo;
Transfer<typename OperatorHierarchy::AggregatesMap::AggregateDescriptor,Range,ParallelInformation>
::restrictVector(*(*levelContext.aggregates), *levelContext.rhs,
......
......@@ -29,7 +29,6 @@ namespace Dune
for(RowIterator row=A.begin(), end=A.end(); row != end;
++row, ++dIter, ++xIter, ++bIter)
{
ColIterator endCol=(*row).end();
ColIterator col=(*row).begin();
*dIter = *bIter;
......
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