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

constification

[[Imported from SVN: r1935]]
parent 5a5b31cb
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ void Dune::MGTransfer<DiscFuncType>::setup(const FunctionSpaceType& cS, const Fu
int rows = fS.size();
int cols = cS.size();
GridType& grid = fS.getGrid();
const GridType& grid = fS.getGrid();
//
matrix_.resize(rows, cols, GridType::dimension*10);
......
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