diff --git a/dumux/io/grid/gridmanager_alu.hh b/dumux/io/grid/gridmanager_alu.hh index c84764873ea543cd6eaeb9492a6dc2dd8951016a..cdf03c364e8babfa3cc909eda3e523b3bd5b1480 100644 --- a/dumux/io/grid/gridmanager_alu.hh +++ b/dumux/io/grid/gridmanager_alu.hh @@ -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