From 1b52e714a7deebe521bccb25446ddb5bfa9074fc Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 23 Apr 2004 23:52:02 +0000 Subject: REQUIRE the boundary aliased functions rather than just (optionally) USE them. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@102 90eea020-d82d-4da5-bf6e-4ee79ff7632f --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index 5347265..c07ce77 100644 --- a/interface.ccl +++ b/interface.ccl @@ -16,4 +16,4 @@ cctk_real scalarevolve type = GF Timelevels=3 tags='tensortypealias="Scalar"' 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 +REQUIRES FUNCTION Boundary_SelectVarForBC -- cgit v1.2.3