Skip to content
Snippets Groups Projects
Commit a4528212 authored by Christian Engwer's avatar Christian Engwer
Browse files

fixed >>control reaches end of non-void function<<

[[Imported from SVN: r94]]
parent 7f488697
Branches
Tags
No related merge requests found
......@@ -577,11 +577,13 @@ namespace Dune {
// finish off
build_mode = row_wise; // dummy
ready = true;
return *this;
}
BCRSMatrix& operator= (const field_type& k)
{
for (int i=0; i<n; i++) r[i] = k;
return *this;
}
//===== row-wise creation interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment