aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-05-05 16:05:05 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-05-05 16:05:05 +0000
commit263348dfa146707991aeaad02f5ddeb71aab6d98 (patch)
tree2f12878e1d2626759f153b985456c65f8c3a7d75
parentdc88e44b9be597f1c3d59dc7faa9a9ed61704205 (diff)
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
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
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, \