From f5eb05e4dcd933b7cbfefa31913c9bc6acc38964 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Thu, 15 Dec 2011 15:08:08 +0100 Subject: [PATCH] Use a typedef --- dune/tectonic/myblockproblem.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh index 56343763..040f363a 100644 --- a/dune/tectonic/myblockproblem.hh +++ b/dune/tectonic/myblockproblem.hh @@ -32,8 +32,8 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem { struct Linearization { static const int block_size = coarse_block_size; - typedef typename MyBlockProblem< - MyConvexProblemTypeTEMPLATE>::LocalMatrixType LocalMatrixType; + typedef typename MyBlockProblem<MyConvexProblemType>::LocalMatrixType + LocalMatrixType; typedef Dune::BCRSMatrix<typename Linearization::LocalMatrixType> MatrixType; typedef Dune::BlockVector< -- GitLab