dune-fem  2.4.1-rc
grcommon.hh
Go to the documentation of this file.
1 #ifndef DUNE_GRCOMMON_HH
2 #define DUNE_GRCOMMON_HH
3 
4 #if HAVE_GRAPE
5 #include <dune/grid/io/visual/grape/grapewrapper.hh>
6 #else
7 
8 // if grape is not available do some dummy typedefing
9 typedef int BUTTON;
10 typedef int COMBOBUTTON;
11 typedef int TIMESCENE;
12 typedef int MANAGER;
13 
14 #endif
15 
16 // now include the necessary file
17 #include <dune/grid/io/visual/grape/grapecommon.hh>
18 #endif
int MANAGER
Definition: grcommon.hh:12
int BUTTON
Definition: grcommon.hh:9
int COMBOBUTTON
Definition: grcommon.hh:10
int TIMESCENE
Definition: grcommon.hh:11