aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/src/mask_carpet.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetReduce/src/mask_carpet.hh')
-rw-r--r--Carpet/CarpetReduce/src/mask_carpet.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/Carpet/CarpetReduce/src/mask_carpet.hh b/Carpet/CarpetReduce/src/mask_carpet.hh
new file mode 100644
index 000000000..818e101cf
--- /dev/null
+++ b/Carpet/CarpetReduce/src/mask_carpet.hh
@@ -0,0 +1,13 @@
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/src/mask_carpet.hh,v 1.1 2004/06/14 07:01:21 schnetter Exp $
+
+#include "cctk.h"
+#include "cctk_Arguments.h"
+
+namespace CarpetMask {
+
+ extern "C" {
+ void
+ CarpetMaskSetup (CCTK_ARGUMENTS);
+ }
+
+} // namespace CarpetMask