Skip to content
Snippets Groups Projects
Commit a7e17300 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Only store pointers to const transfer operators

There's no need to have non-const transfer operators in the
multigrid step
parent a1bbea56
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ namespace Dune { ...@@ -227,7 +227,7 @@ namespace Dune {
std::vector<VectorType> rhsHierarchy_; std::vector<VectorType> rhsHierarchy_;
//protected: //protected:
std::vector<MultigridTransfer<VectorType, BitVectorType, MatrixType>* > mgTransfer_; std::vector<const MultigridTransfer<VectorType, BitVectorType, MatrixType>* > mgTransfer_;
protected: protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment