dune-grid
2.2beta1
|
00001 #ifndef DUNE_GRIDTYPE_HH 00002 #define DUNE_GRIDTYPE_HH 00003 00013 #ifndef HEADERCHECK 00014 00015 // NOGRID is used to specify that no default was set during configure 00016 // If NOGRID and HAVE_GRIDTYPE are both not set then no grid was selected 00017 // and an error is produced 00018 #if defined NOGRID 00019 #if ! HAVE_GRIDTYPE 00020 #error "No grid type selected, use GRIDTYPE=..." 00021 #endif 00022 #else 00023 #if ! HAVE_GRIDTYPE 00024 #error "No grid type selected, typo in GRIDTYPE=...?" 00025 #endif 00026 #endif 00027 00028 #endif // HEADERCHECK 00029 00030 #endif // DUNE_GRIDTYPE_HH