aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorrideout <rideout@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2003-05-05 22:39:11 +0000
committerrideout <rideout@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2003-05-05 22:39:11 +0000
commit076fed1d1b933fc22de9844ca75550e058d5bfc8 (patch)
tree18a846c469458c42392e7f6926231bf83b7eef15 /interface.ccl
parentf20ffe0d0ddb8a989eefd6891c7be3addfe04eab (diff)
Support for new method of handling boundary widths for boundary conditions.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@86 90eea020-d82d-4da5-bf6e-4ee79ff7632f
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface.ccl b/interface.ccl
index af93b48..d963b48 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -15,6 +15,6 @@ cctk_real scalarevolve type = GF Timelevels=3 tags='tensortypealias="Scalar"'
CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER IN GH, \
- CCTK_INT IN faces, CCTK_INT IN table_handle, CCTK_STRING IN var_name, \
- CCTK_STRING IN bc_name)
-USES FUNCTION Boundary_SelectVarForBC \ No newline at end of file
+ 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