Skip to content
Snippets Groups Projects
Commit 6b9bf0ec authored by Timo Koch's avatar Timo Koch
Browse files

[alu] Interface is enabled by default since dune 2.6

parent 5acad0d6
No related branches found
No related tags found
1 merge request!1894Cleanup/remove exper grid extensions
......@@ -231,8 +231,6 @@ public:
}
};
#if DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
//! alu uses boundary id
template<int dim, int dimworld, Dune::ALUGridElementType elType, Dune::ALUGridRefinementType refinementType>
class BoundaryFlag<Dune::ALUGrid<dim, dimworld, elType, refinementType>>
......@@ -255,7 +253,6 @@ private:
int flag_;
};
#endif // DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
#endif // HAVE_DUNE_ALUGRID
} // end namespace Dumux
......
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