Skip to content
Snippets Groups Projects
Commit 4574fa77 authored by Peter Bastian's avatar Peter Bastian
Browse files

avoid unnecessary initialization

[[Imported from SVN: r430]]
parent 45e29f63
Branches
Tags
No related merge requests found
......@@ -450,7 +450,7 @@ namespace Dune {
typedef typename X::block_type xblock;
bblock rhs;
X v(x); // allocate with same size
X v(x.size()); // allocate with same size
rowiterator endi=A.end();
for (rowiterator i=A.begin(); i!=endi; ++i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment