aboutsummaryrefslogtreecommitdiff
path: root/src/stencil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stencil.h')
-rw-r--r--src/stencil.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stencil.h b/src/stencil.h
new file mode 100644
index 0000000..7937e1e
--- /dev/null
+++ b/src/stencil.h
@@ -0,0 +1,8 @@
+#ifndef STENCIL_H
+#define STENCIL_H
+
+#include "cctk.h"
+
+void SBP_determine_onesided_stencil (const cGH * cctkGH, int * onesided);
+
+#endif /* #ifndef STENCIL_H */