aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-05-05 16:05:04 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-05-05 16:05:04 +0000
commit3571d44cbef4261d453b5e28cad5e7280cfef879 (patch)
tree003323f83a25ff99e7b2047c68d8faecae5b6efe
parentd87a0784f99c344c2607c8a25fecdc1525cbdbba (diff)
Fixed declaration of Hyperslab_GetList() which was mismatching with its
prototype in PUGHSlab. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@313 ebee0441-1374-4afa-a3b5-247f3ba15b9a
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index ec6bf2a..acce0b1 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -11,7 +11,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, \