dune-grid  2.6-git
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/dgfug.hh"
10 #include "dgfparser/dgfoned.hh"
11 #include "dgfparser/dgfyasp.hh"
12 #include "dgfparser/dgfgeogrid.hh"
14 #endif