aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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