aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2004-04-23 23:52:02 +0000
committertradke <tradke@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2004-04-23 23:52:02 +0000
commitf1a876465b90a85b9454884383a1e35223446042 (patch)
tree1423f28c679a86beb0bea605f637328899e33956
parent42ff46b7b574822abd2dce21a3284e0454289057 (diff)
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
-rw-r--r--interface.ccl3
1 files changed, 2 insertions, 1 deletions
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