aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2003-09-01 12:56:11 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2003-09-01 12:56:11 +0000
commit3a2760c0e255059b186194f505790e34793803db (patch)
tree41caad51ac65491d9f45e46634d426b3c072623d
parent6ee8d06250a1ae553afb2a825c203d831cadec5b (diff)
hdata argument in Hyperslab_GetList() is actually INTENT IN.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@110 10716dce-81a3-4424-a2c8-48026a0d3035
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 31600c4..f13ff24 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -21,7 +21,7 @@ CCTK_INT FUNCTION \
CCTK_INT ARRAY IN vindices, \
CCTK_INT ARRAY IN timelevels, \
CCTK_INT ARRAY IN hdatatypes, \
- CCTK_POINTER ARRAY OUT hdata, \
+ CCTK_POINTER ARRAY IN hdata, \
CCTK_INT ARRAY OUT retvals)
CCTK_INT FUNCTION \