aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorallen <allen@479a9caf-478d-4319-8268-cbb0ee841cc9>2003-07-18 18:08:39 +0000
committerallen <allen@479a9caf-478d-4319-8268-cbb0ee841cc9>2003-07-18 18:08:39 +0000
commit310bab73f14fce8a9089c7cdc570876cc6f22348 (patch)
tree1be3398b0a510dc7e976b4936f4e6bb88f08df6a /interface.ccl
parentdbffc86c72ecb8f77401622825808bc2ea252e88 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyExtra/trunk@3 479a9caf-478d-4319-8268-cbb0ee841cc9
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..b5c4577
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,11 @@
+# Interface definition for thorn WaveToyExtra
+# $Header$
+
+implements: wavetoyextra
+inherits: wavetoy
+
+CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER IN GH, \
+ CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, \
+ CCTK_STRING IN var_name, CCTK_STRING IN bc_name)
+USES FUNCTION Boundary_SelectVarForBC
+