From 8021f9dbdfa055a9528a4026f9ae199c90f27409 Mon Sep 17 00:00:00 2001 From: rideout Date: Mon, 5 May 2003 22:39:12 +0000 Subject: Support for new method of handling boundary widths for boundary conditions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@58 50555cc7-fb31-491a-85db-9a2874240742 --- interface.ccl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 138339c..f5f5b72 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 -- cgit v1.2.3