Skip to content
Snippets Groups Projects
Commit 039741d5 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[cleanup] Remove unused typedef

parent ac07ec11
Branches
Tags
No related merge requests found
...@@ -53,7 +53,6 @@ void setupSubgridToHostgridTransfer(TransferOperatorType& matrix, const SubGridB ...@@ -53,7 +53,6 @@ void setupSubgridToHostgridTransfer(TransferOperatorType& matrix, const SubGridB
typedef typename SubGridBasis::LocalFiniteElement CLFE; typedef typename SubGridBasis::LocalFiniteElement CLFE;
typedef typename HostGridBasis::LocalFiniteElement FLFE; typedef typename HostGridBasis::LocalFiniteElement FLFE;
typedef typename CLFE::Traits::LocalBasisType::Traits::RangeType CFERange; typedef typename CLFE::Traits::LocalBasisType::Traits::RangeType CFERange;
typedef typename FLFE::Traits::LocalBasisType::Traits::RangeType FFERange;
static const int dim = SubGridType::dimension; static const int dim = SubGridType::dimension;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment