Skip to content
Snippets Groups Projects
Commit 43a16465 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

FunctionSpace Reference is cocst.

Next the one who changes some features in base class please check all
how big this change is.

[[Imported from SVN: r1684]]
parent da742de4
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ namespace Dune {
typedef typename DFDomainType::FunctionSpace FunctionSpaceType;
typedef typename FunctionSpaceType::GridType GridType;
// the corresponding grid
FunctionSpaceType & functionSpace_= dest.getFunctionSpace();
const FunctionSpaceType & functionSpace_= dest.getFunctionSpace();
GridType &grid = functionSpace_.getGrid();
if(leaf_)
......
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