dune-alugrid 2.8.0
Loading...
Searching...
No Matches
aluinline.hh
Go to the documentation of this file.
1#ifndef DUNE_ALUGRID_INLINE_HH
2#define DUNE_ALUGRID_INLINE_HH
3
4
6// compile imp.cc into lib (1 yes, 0 no)
7// if you change this, you'll get what you deserve
9#if DUNE_ALUGRID_COMPILE_BINDINGS_IN_LIB
10#define COMPILE_ALUGRID_LIB 1
11#else
12#define COMPILE_ALUGRID_LIB 0
13#endif
14
15
16#if COMPILE_ALUGRID_LIB
17 #define COMPILE_ALUGRID_INLINE 0
18#else
19 #define COMPILE_ALUGRID_INLINE 1
20#endif
21
22#if COMPILE_ALUGRID_INLINE
23#define alu_inline inline
24#else
25#define alu_inline
26#endif
28
29
30#endif //DUNE_ALUGRID_INLINE_HH