From 3a2760c0e255059b186194f505790e34793803db Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 1 Sep 2003 12:56:11 +0000 Subject: 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 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3