Skip to content
Snippets Groups Projects
Commit a6ba1113 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[cleanup] Remove unused typedefs in cond2test.cc

parent ecbf00ea
No related branches found
No related tags found
1 merge request!22Feature/shorten poweriterationtest
......@@ -26,8 +26,6 @@ int main (int argc, char** argv)
typedef Dune::FieldMatrix<FIELD_TYPE,BS,BS> MatrixBlock;
typedef Dune::BCRSMatrix<MatrixBlock> BCRSMat;
typedef Dune::FieldVector<FIELD_TYPE,BS> VectorBlock;
typedef Dune::BlockVector<VectorBlock> Vector;
BCRSMat mat;
setupLaplacian(mat,N);
......
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