Skip to content
Snippets Groups Projects
Commit 7c521f05 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Remove unused typedefs

[[Imported from SVN: r9663]]
parent b6e42bca
No related branches found
No related tags found
No related merge requests found
...@@ -46,9 +46,6 @@ public: ...@@ -46,9 +46,6 @@ public:
const P1NodalBasis<GridView>& p1Basis) const P1NodalBasis<GridView>& p1Basis)
{ {
typedef typename TransferOperatorType::block_type TransferMatrixBlock; typedef typename TransferOperatorType::block_type TransferMatrixBlock;
typedef typename GridView::ctype ctype;
const int dim = GridView::dimension;
int rows = fineBasis.size(); int rows = fineBasis.size();
int cols = p1Basis.size(); int cols = p1Basis.size();
......
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