aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D.h
diff options
context:
space:
mode:
authorrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-01-08 19:05:36 +0000
committerrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-01-08 19:05:36 +0000
commitf17b4ea1b3f576723e3baba5aeb5c155415cbc34 (patch)
tree009ea786abb2b193e29c96c671ac8d442f48c850 /src/Cartoon2D.h
parent60f46b24f30e5494aab515cd48abe686e2d17836 (diff)
Routine to execute the Cartoon bcs on all selected vars.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@64 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'src/Cartoon2D.h')
-rw-r--r--src/Cartoon2D.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Cartoon2D.h b/src/Cartoon2D.h
new file mode 100644
index 0000000..930c647
--- /dev/null
+++ b/src/Cartoon2D.h
@@ -0,0 +1,10 @@
+/* Function prototypes */
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int BndCartoon2DVI(const cGH *GH, int tensortype, int vi);
+
+#ifdef __cplusplus
+}
+#endif