Skip to content
Snippets Groups Projects
Commit 20dc9111 authored by Oliver Sander's avatar Oliver Sander
Browse files

constification

[[Imported from SVN: r1936]]
parent 482f9830
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ namespace Dune {
typedef typename DiscreteFunctionType::LocalFunctionType LocalFuncType;
GridType & grid = functionSpace_.getGrid();
const GridType & grid = functionSpace_.getGrid();
typename FunctionSpaceType::Range phi (0.0);
......
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