Skip to content
Snippets Groups Projects
Commit f6f1ebe4 authored by Oliver Sander's avatar Oliver Sander
Browse files

[cleanup] Remove unused local typedef

parent d9d96de1
No related branches found
No related tags found
No related merge requests found
......@@ -515,7 +515,6 @@ void test_MultiTypeBlockVector_MultiTypeBlockMatrix() {
typedef Dune::FieldMatrix<double,1,1> LittleBlock; //matrix block type
typedef Dune::BCRSMatrix<LittleBlock> BCRSMat; //matrix type
typedef Dune::BlockVector<Dune::FieldVector<double,1> > VecType;
const int X1=3; //index bounds of all four matrices
const int X2=2;
......
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