From f1a876465b90a85b9454884383a1e35223446042 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/WaveToyF90/trunk@96 f80f6fb6-8356-4fd4-90bc-d84ad503c100 --- interface.ccl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index 9eef8d2..f64a121 100644 --- a/interface.ccl +++ b/interface.ccl @@ -15,4 +15,5 @@ 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