Skip to content
Snippets Groups Projects
Commit e8d207bb authored by Jö Fahlke's avatar Jö Fahlke
Browse files

Merge branch 'feature/fixes-from-exadune' into 'master'

[diagonalmatrix] Do return from function that returns non-void.

This is a bugfix from exadune that hadn't made it upstream yet.

See merge request !68
parents 1c3a8b78 e8021c53
No related branches found
No related tags found
No related merge requests found
......@@ -1012,6 +1012,7 @@ namespace Dune {
{
containerWrapper_ = other.containerWrapper_;
position_ = other.position_;
return *this;
}
// This operator is needed since we can not get the address of the
......
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