From 98ef34fa52aa18276f65b0af08ea9f796d05c1a9 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/WaveToyCXX/trunk@72 50555cc7-fb31-491a-85db-9a2874240742 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index 2341219..8a04d93 100644 --- a/interface.ccl +++ b/interface.ccl @@ -15,4 +15,4 @@ cctk_real scalarevolve type = GF Timelevels=3 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