dune-alugrid 3.0.0
grid.hh
Go to the documentation of this file.
1#ifndef DUNE_ALUGRID_HH
2#define DUNE_ALUGRID_HH
3
4// only include this code, if HAVE_ALUGRID is true
5#if HAVE_ALUGRID
6#ifndef DUNE_ALUGRID_HH_INCLUDED
7#define DUNE_ALUGRID_HH_INCLUDED
8#undef DUNE_ALUGRID_HH
9#endif
10#warning "Using old ALUGrid version from dune-grid"
11#include <dune/grid/alugrid.hh>
12#else
13
15
18
21
22#endif // else if HAVE_ALUGRID
23
24#endif // #ifndef DUNE_ALUGRID_HH
Provides base classes for ALUGrid.