aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-11-05 20:06:35 +0000
committerschnetter <schnetter@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-11-05 20:06:35 +0000
commitb6a1b3cfe51b1a130ef5870c38e5c469d03a7685 (patch)
treec21553766bc0b026fe2a1cff6e68b3bb7a506c00 /interface.ccl
parent4eb86fb0087a2639cac180e5e836d7884f5e8648 (diff)
Apply boundary conditions at postrestrict.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@86 f80f6fb6-8356-4fd4-90bc-d84ad503c100
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 81ec878..32a1cc0 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -13,7 +13,7 @@ cctk_real scalarevolve type = GF Timelevels=3
phi
} "The evolved scalar field"
-CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER IN GH, \
+CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER_TO_CONST 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