dune-alugrid  2.6-git
alugrid/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 
19 #include <dune/alugrid/dgf.hh>
23 
24 #endif // else if HAVE_ALUGRID
25 
26 #endif // #ifndef DUNE_ALUGRID_HH
Provides base classes for ALUGrid.