Skip to content
Snippets Groups Projects
Commit a6b9c2ac authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Add missing typename

parent 12ff395b
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ struct IsRefinedLocalFiniteElement<typename Dune::template LocalFiniteElementVir ...@@ -26,7 +26,7 @@ struct IsRefinedLocalFiniteElement<typename Dune::template LocalFiniteElementVir
static bool value(const LocalFiniteElementType& fe) static bool value(const LocalFiniteElementType& fe)
{ {
using Traits = LocalFiniteElementType::Traits::LocalBasisType::Traits; using Traits = typename LocalFiniteElementType::Traits::LocalBasisType::Traits;
using DT = typename Traits::DomainFieldType; using DT = typename Traits::DomainFieldType;
using RT = typename Traits::RangeFieldType; using RT = typename Traits::RangeFieldType;
static constexpr int dim = Traits::dimDomain; static constexpr int dim = Traits::dimDomain;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment