From 021419ac89806cd4a85f80132a0bd020488f0574 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sat, 19 Nov 2011 17:07:30 +0000 Subject: [PATCH] bugfix [[Imported from SVN: r8233]] --- dune/gfe/pktop1mgtransfer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/pktop1mgtransfer.hh b/dune/gfe/pktop1mgtransfer.hh index 62b700ec..bc5e49b6 100644 --- a/dune/gfe/pktop1mgtransfer.hh +++ b/dune/gfe/pktop1mgtransfer.hh @@ -140,7 +140,7 @@ public: size_t globalFine = fineBasis.index(*it, j); 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]); } } -- GitLab