aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/interface.ccl')
-rw-r--r--Carpet/CarpetLib/interface.ccl11
1 files changed, 8 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/interface.ccl b/Carpet/CarpetLib/interface.ccl
index d64b2c782..f41402f90 100644
--- a/Carpet/CarpetLib/interface.ccl
+++ b/Carpet/CarpetLib/interface.ccl
@@ -80,7 +80,12 @@ USES FUNCTION GetBoundarySpecification
-CCTK_INT FUNCTION GetCacheInfo1(CCTK_INT ARRAY OUT linesizes, \
- CCTK_INT ARRAY OUT strides, \
- CCTK_INT IN max_num_cache_levels)
+CCTK_INT FUNCTION GetCacheInfo1 \
+ (CCTK_POINTER_TO_CONST ARRAY OUT names, \
+ CCTK_INT ARRAY OUT types, \
+ CCTK_POINTER_TO_CONST ARRAY OUT sizes, \
+ CCTK_INT ARRAY OUT linesizes, \
+ CCTK_INT ARRAY OUT strides, \
+ CCTK_INT ARRAY OUT num_puss, \
+ CCTK_INT IN max_num_cache_levels)
USES FUNCTION GetCacheInfo1