aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorrideout <rideout@4451c3c6-1034-4891-99ea-21147727ccdf>2003-05-05 22:39:12 +0000
committerrideout <rideout@4451c3c6-1034-4891-99ea-21147727ccdf>2003-05-05 22:39:12 +0000
commit699699acc6f2ef6ddc48d3682c5a5b544a23ca4a (patch)
tree9ad4515550addca4f1235f95cd79a703a9a9a4eb /interface.ccl
parent15df3ee4d81c465ae2c794ee80e8dbd9774e6300 (diff)
Support for new method of handling boundary widths for boundary conditions.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@97 4451c3c6-1034-4891-99ea-21147727ccdf
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 cfe4baf..914d3b2 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -14,6 +14,6 @@ cctk_real scalarevolve type = GF Timelevels=3
} "The evolved scalar field"
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