aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/bboxset.hh
blob: d0407b7c459ff41bf695386f9d4b0db7bae92348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef BBOXSET_HH
#define BBOXSET_HH

#include "bboxset1.hh"
#ifdef CARPET_ENABLE_BBOXSET2
#  include "bboxset2.hh"
#endif

#ifdef CARPET_USE_BBOXSET2
using namespace bboxset2;
#else
using namespace bboxset1;
#endif

#endif  // #ifndef BBOXSET_HH