aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 1354eb3..9d94730 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -4,7 +4,7 @@
implements: IOASCII
inherits: IO, Hyperslab
-CCTK_INT FUNCTION Hyperslab_GetList const CCTK_POINTER cctkGH, \
+CCTK_INT FUNCTION Hyperslab_GetList CCTK_POINTER_TO_CONST cctkGH, \
CCTK_INT mapping_handle, \
CCTK_INT num_arrays, \
const CCTK_INT *procs, \
@@ -13,7 +13,7 @@ CCTK_INT FUNCTION Hyperslab_GetList const CCTK_POINTER cctkGH, \
const CCTK_INT *hdatatypes, \
CCTK_POINTER const *hdata, \
CCTK_INT *retvals
-CCTK_INT FUNCTION Hyperslab_DefineGlobalMappingByIndex const CCTK_POINTER cctkGH, \
+CCTK_INT FUNCTION Hyperslab_DefineGlobalMappingByIndex CCTK_POINTER_TO_CONST cctkGH, \
CCTK_INT vindex, \
CCTK_INT hdim, \
const CCTK_INT *direction, \