aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/src/amr.hh
blob: 27abb6349591ee7be2de193ba9b43a304cb5809d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef AMR_HH
#define AMR_HH

#include <carpet.hh>



namespace CarpetRegrid2 {
  
  void evaluate_level_mask (cGH const* restrict cctkGH,
                            vector<ibset>& regions, int rl);
  
} // namespace CarpetRegrid2

#endif  // #ifndef AMR_HH