From 263348dfa146707991aeaad02f5ddeb71aab6d98 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 5 May 2004 16:05:05 +0000 Subject: Fixed declaration of Hyperslab_GetList() which was mismatching with its prototype in PUGHSlab. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@116 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index cf27e70..8aabe79 100644 --- a/interface.ccl +++ b/interface.ccl @@ -12,7 +12,7 @@ CCTK_INT FUNCTION \ CCTK_INT IN vindex, \ CCTK_INT IN timelevel, \ CCTK_INT IN hdatatype, \ - CCTK_POINTER OUT hdata) + CCTK_POINTER IN hdata) CCTK_INT FUNCTION \ Hyperslab_LocalMappingByIndex (CCTK_POINTER_TO_CONST IN cctkGH, \ -- cgit v1.2.3