aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2008-04-17 04:46:16 +0000
committerschnetter <schnetter@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2008-04-17 04:46:16 +0000
commit64d5d81288858b8379151a8f65e197a3ef004506 (patch)
treeae63f69978c71ae685c66dda06b102315cf93555
parent4f2b1b37fa259a4afcc3e301b1792df2c9760afe (diff)
Declare aliased function MultiPatch_GetBbox
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@100 f69c4107-0314-4c4f-9ad4-17e986b73f4a
-rw-r--r--interface.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 02614a6..d619180 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -92,6 +92,13 @@ USES FUNCTION MultiPatch_GetMap
CCTK_INT FUNCTION MultiPatch_GetMaps (CCTK_POINTER_TO_CONST IN cctkGH)
USES FUNCTION MultiPatch_GetMaps
+CCTK_INT FUNCTION \
+ MultiPatch_GetBbox \
+ (CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN size, \
+ CCTK_INT OUT ARRAY bbox)
+USES FUNCTION MultiPatch_GetBbox
+
CCTK_INT FUNCTION SymmetryHandleOfName (CCTK_STRING IN sym_name)
REQUIRES FUNCTION SymmetryHandleOfName