Skip to content
Snippets Groups Projects
Commit b81774f6 authored by Markus Blatt's avatar Markus Blatt
Browse files

Should have checked whether my cleaned up code compiles.

Fixed premature checkin.

[[Imported from SVN: r4416]]
parent cddd5843
Branches
Tags
No related merge requests found
......@@ -311,7 +311,7 @@ namespace Dune
*update=0;
// next level
mgc(smoother, matrix, pinfo, aggregates, lhs, update, rhs, defect);
mgc(smoother, matrix, pinfo, aggregates, lhs, update, rhs);
if(matrix != matrices_->matrices().coarsest()) {
--smoother;
......@@ -374,7 +374,7 @@ namespace Dune
delete &(*lhs_->finest());
delete lhs_;
delete &(*update_->finest());
delete defect_;
delete update_;
delete &(*rhs_->finest());
delete rhs_;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment