From d12b1cd7caeefada54a125fe54b5698439250c77 Mon Sep 17 00:00:00 2001 From: tradke Date: Sat, 8 May 2004 19:01:11 +0000 Subject: Fixed prototype for Hyperslab_Get(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@64 38c3d835-c875-442e-b0fe-21c19ce1d001 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index 9a5fd34..5a6da11 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, \ -- cgit v1.2.3