Skip to content
Snippets Groups Projects
Commit 155be8a5 authored by Adrian Burri's avatar Adrian Burri
Browse files

No need to constify object returned by operator*

[[Imported from SVN: r1397]]
parent 2152deb9
No related branches found
No related tags found
No related merge requests found
......@@ -666,7 +666,7 @@ namespace Dune {
//===== Euclidean scalar product
//! scalar product
const K operator* (const FieldVector& y) const
K operator* (const FieldVector& y) const
{
return fvmeta_dot<n-1>::dot(*this,y);
}
......
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