aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-11-12 11:26:42 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-11-12 11:26:42 +0000
commit8ac81c508cd4cdc615242f9d4ef9acf65b42713f (patch)
tree7cc0518de2d9735942b63f87c0d6a1e7f3f4df9b
parentf83069d79468d4bfc392ff8a60baeab0ad3aaef4 (diff)
Pass the cGH pointer as a CCTK_POINTER_TO_CONST.
You will need to update the flesh also. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@47 38c3d835-c875-442e-b0fe-21c19ce1d001
-rw-r--r--interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index d7b88ce..e612cdb 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -4,14 +4,14 @@
implements: IOPanda
inherits: IO Hyperslab FlexIO
-CCTK_INT FUNCTION Hyperslab_Get const CCTK_POINTER cctkGH, \
+CCTK_INT FUNCTION Hyperslab_Get CCTK_POINTER_TO_CONST cctkGH, \
CCTK_INT mapping_handle, \
CCTK_INT proc, \
CCTK_INT vindex, \
CCTK_INT timelevel, \
CCTK_INT hdatatype, \
CCTK_POINTER hdata
-CCTK_INT FUNCTION Hyperslab_DefineLocalMappingByIndex const CCTK_POINTER cctkGH, \
+CCTK_INT FUNCTION Hyperslab_DefineLocalMappingByIndex CCTK_POINTER_TO_CONST cctkGH, \
CCTK_INT vindex, \
CCTK_INT hdim, \
const CCTK_INT *direction, \