From 9002e9a4d239626b63c3275a3c099c8eed59c7a9 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/WaveToyExtra/trunk@13 479a9caf-478d-4319-8268-cbb0ee841cc9 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index b5c4577..26d5a2e 100644 --- a/interface.ccl +++ b/interface.ccl @@ -7,5 +7,5 @@ inherits: wavetoy CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER 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