dune-grid  2.4
io/file/dgfparser.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
3 #ifndef DUNE_DGFPARSER_HH
4 #define DUNE_DGFPARSER_HH
5 // include dgf parser
6 #include "dgfparser/dgfparser.hh"
7 /* include the implementations */
9 #include "dgfparser/dgfalu.hh"
10 #include "dgfparser/dgfug.hh"
11 #include "dgfparser/dgfoned.hh"
12 #include "dgfparser/dgfyasp.hh"
13 
14 #if DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
15 // this include is to be removed when SGrid is removed
16 #define DUNE_AVOID_SGRID_DEPRE_WARNING_BECAUSE_I_KNOW_WHAT_IM_DOING
17 #endif
18 
19 #include "dgfparser/dgfs.hh"
20 
21 #if DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
22 #undef DUNE_AVOID_SGRID_DEPRE_WARNING_BECAUSE_I_KNOW_WHAT_IM_DOING
23 #endif
24 
25 #include "dgfparser/dgfgeogrid.hh"
27 #endif