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

bugfix

[[Imported from SVN: r8233]]
parent b82fbff7
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ public: ...@@ -140,7 +140,7 @@ public:
size_t globalFine = fineBasis.index(*it, j); size_t globalFine = fineBasis.index(*it, j);
size_t globalCoarse = p1Basis.index(*it, i); size_t globalCoarse = p1Basis.index(*it, i);
(*this->matrix_)[globalFine][globalCoarse] = Dune::ScaledIdentityMatrix<double,dim>(values[i]); (*this->matrix_)[globalFine][globalCoarse] = Dune::ScaledIdentityMatrix<double,TransferMatrixBlock::rows>(values[i]);
} }
} }
......
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