aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2004-04-23 23:52:02 +0000
committertradke <tradke@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2004-04-23 23:52:02 +0000
commit1b52e714a7deebe521bccb25446ddb5bfa9074fc (patch)
treeb1dd976d81a13a50238902f65204c4f0f766e4c0
parentaf04ac0467b41f7c54728fb87b8c52d08c7206d8 (diff)
REQUIRE the boundary aliased functions rather than just (optionally) USE them.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@102 90eea020-d82d-4da5-bf6e-4ee79ff7632f
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 5347265..c07ce77 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -16,4 +16,4 @@ cctk_real scalarevolve type = GF Timelevels=3 tags='tensortypealias="Scalar"'
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