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

removed statement with no effect.

[[Imported from SVN: r651]]
parent 5fd318c1
Branches
Tags
No related merge requests found
......@@ -163,7 +163,7 @@ void setBoundary(Dune::BlockVector<Dune::FieldVector<double,BS> >& lhs,
else
y = ((double) j)*h;
lhs[j*N+i]=rhs[j*N+i]=0;x*y;
lhs[j*N+i]=rhs[j*N+i]=x*y;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment