aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetMask/src/mask_surface.hh
blob: a3e1f19d00fc63a41cca659f6207dedd4108340d (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <cctk.h>
#include <cctk_Arguments.h>

namespace CarpetMask {

  extern "C" {
    void
    CarpetSurfaceSetup (CCTK_ARGUMENTS);
  }
  
} // namespace CarpetMask