Skip to content
Snippets Groups Projects
Commit 9b2e7d4d authored by Peter Bastian's avatar Peter Bastian
Browse files

uups, forgot third template parameter of alu3dgrid

[[Imported from SVN: r4143]]
parent fbe7cc69
No related branches found
No related tags found
No related merge requests found
......@@ -684,14 +684,14 @@ namespace Dune {
static const bool v = true;
};
template<int dim, int dimw>
struct isLevelwiseConforming< ALU3dGrid<dim,dimw> >
template<int dim, int dimw, Dune::ALU3dGridElementType elType>
struct isLevelwiseConforming< ALU3dGrid<dim,dimw,elType> >
{
static const bool v = true;
};
template<int dim, int dimw>
struct hasHangingNodes< ALU3dGrid<dim,dimw> >
template<int dim, int dimw, Dune::ALU3dGridElementType elType>
struct hasHangingNodes< ALU3dGrid<dim,dimw,elType> >
{
static const bool v = true;
};
......
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