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

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

[[Imported from SVN: r1070]]
parent e4c59523
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment