Skip to content
Snippets Groups Projects
Commit 9f899f20 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

bugfix: method result wasn't returned

[[Imported from SVN: r4062]]
parent a919c996
No related branches found
No related tags found
No related merge requests found
...@@ -283,6 +283,7 @@ evaluateDerivative(const Dune::FieldVector<ctype, dim>& local) ...@@ -283,6 +283,7 @@ evaluateDerivative(const Dune::FieldVector<ctype, dim>& local)
assert(dim==1 || dim==2); assert(dim==1 || dim==2);
return result;
} }
#endif #endif
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