aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2004-05-30 08:19:41 +0000
committerschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2004-05-30 08:19:41 +0000
commit618cfe5fe98008a8771ca80693d6b21b67260d8a (patch)
treea7729064217bd7ef27a450e91dc0910f4fa0595e
parentf1e6e1c29282212f8603bcfd91e06e031b370fcf (diff)
Require instead of use the boundary condition routines.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@39 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 8bf51fd..33089b2 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -48,7 +48,7 @@ PROVIDES FUNCTION Trace WITH ADMAnalysis_Trace LANGUAGE C
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, \
CCTK_STRING IN group_name, CCTK_STRING IN bc_name)
-USES FUNCTION Boundary_SelectGroupForBC
+REQUIRES FUNCTION Boundary_SelectGroupForBC
# For evaltrK
REAL trace_of_K TYPE = GF TAGS = 'tensortypealias="scalar"'