From 8ac81c508cd4cdc615242f9d4ef9acf65b42713f Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 12 Nov 2002 11:26:42 +0000 Subject: 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 --- interface.ccl | 4 ++-- 1 file 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, \ -- cgit v1.2.3