aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2004-04-23 23:52:02 +0000
committertradke <tradke@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2004-04-23 23:52:02 +0000
commitd8b4190faeb07a8cfce34083b9319c3482ecddb9 (patch)
treec867fa54cda0bc8d4da2b1e9f11b7372795760a0
parentdc4a6098f02d4d2d13cdc680628eaa8f7a195d47 (diff)
REQUIRE the boundary aliased functions rather than just (optionally) USE them.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyFreeF90/trunk@69 daab82bb-f315-4ad1-b6d0-9353ff8b6e27
-rw-r--r--interface.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index ae77505..f862b9e 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -16,4 +16,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