Skip to content
Snippets Groups Projects
Commit 96357f49 authored by Martin Nolte's avatar Martin Nolte
Browse files

added missing return statement

(again, this code cannot have been compiled prior to committing)

[[Imported from SVN: r5358]]
parent 9765430d
Branches
Tags
No related merge requests found
......@@ -402,6 +402,7 @@ namespace Dune {
FieldVector& operator= (const FieldVector& other) {
for (size_type i=0; i<SIZE; i++)
p[i] = other[i];
return *this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment