From 076fed1d1b933fc22de9844ca75550e058d5bfc8 Mon Sep 17 00:00:00 2001 From: rideout Date: Mon, 5 May 2003 22:39:11 +0000 Subject: 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 --- interface.ccl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'interface.ccl') 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 -- cgit v1.2.3