aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2002-11-12 11:26:42 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2002-11-12 11:26:42 +0000
commit8c8674265e79d43c722a017c9261cc370cb3e273 (patch)
treefb510856d846844639f1a31586e9db527e626bef /interface.ccl
parent70b313b520e0c7ebc0d20392a4c46b898dc96b2d (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/IOHDF5Util/trunk@82 7842ec3a-9562-4be5-9c5b-06ba18f2b668
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 4d04905..72ed099 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -4,14 +4,14 @@
implements: IOHDF5Util
inherits: IO, Hyperslab
-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, \