From 3571d44cbef4261d453b5e28cad5e7280cfef879 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 5 May 2004 16:05:04 +0000 Subject: 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 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, \ -- cgit v1.2.3