aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@479a9caf-478d-4319-8268-cbb0ee841cc9>2004-04-23 23:52:02 +0000
committertradke <tradke@479a9caf-478d-4319-8268-cbb0ee841cc9>2004-04-23 23:52:02 +0000
commit9002e9a4d239626b63c3275a3c099c8eed59c7a9 (patch)
tree5ba6f9d245a0335d635a31baf4394582f7cc699b
parentbee8680d0cb1695c6a4a2c7173d0dd30f1f19e7e (diff)
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
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
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