Skip to content
Snippets Groups Projects
Commit f5eb05e4 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Use a typedef

parent 97bf3865
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem { ...@@ -32,8 +32,8 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
struct Linearization { struct Linearization {
static const int block_size = coarse_block_size; static const int block_size = coarse_block_size;
typedef typename MyBlockProblem< typedef typename MyBlockProblem<MyConvexProblemType>::LocalMatrixType
MyConvexProblemTypeTEMPLATE>::LocalMatrixType LocalMatrixType; LocalMatrixType;
typedef Dune::BCRSMatrix<typename Linearization::LocalMatrixType> typedef Dune::BCRSMatrix<typename Linearization::LocalMatrixType>
MatrixType; MatrixType;
typedef Dune::BlockVector< typedef Dune::BlockVector<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment