aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/bboxset.hh
blob: 463e19f54b1e56b21e02decb27a81ae00b34673a (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"
#ifndef CARPET_NO_BBOXSET2
#  include "bboxset2.hh"
#endif

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

#endif  // #ifndef BBOXSET_HH