Skip to content
Snippets Groups Projects
Commit e0d2519f authored by Robert K's avatar Robert K
Browse files

dune version 2.4

parent ebed48c6
No related branches found
No related tags found
No related merge requests found
......@@ -501,11 +501,9 @@ namespace ALUGrid
protected:
typedef typename GridType::MPICommunicatorType Comm;
typedef Dune::ALU3dImplTraits< GridType::elementType, Comm > ImplTraits;
typedef typename ImplTraits::template Codim< 0 >::InterfaceType HElementType;
typedef typename GridType :: EntityObject EntityObjectType;
typedef typename GridType :: template Codim< 0 > :: Entity EntityType ;
typedef typename EntityObjectType::ImplementationType EntityImp;
......@@ -823,7 +821,7 @@ namespace ALUGrid
template <int codim>
int subEntities( const EntityType &element ) const
{
#if DUNE_VERSION_NEWER_REV(DUNE_GRID,3,0,0)
#if DUNE_VERSION_NEWER_REV(DUNE_GRID,2,4,0)
return element.subEntities( codim );
#else
return element.template count< codim > ();
......
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