aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4451c3c6-1034-4891-99ea-21147727ccdf>2004-04-23 23:52:02 +0000
committertradke <tradke@4451c3c6-1034-4891-99ea-21147727ccdf>2004-04-23 23:52:02 +0000
commit8941d5ff35e4fd114c99ebe102fd64881670b854 (patch)
tree7952552361b0d9b66395ebc3101da83746fe87a0
parent49006459ab6cc41f54be57af7eca0e73901aca7e (diff)
REQUIRE the boundary aliased functions rather than just (optionally) USE them.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@114 4451c3c6-1034-4891-99ea-21147727ccdf
-rw-r--r--interface.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 9282055..f136744 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